Skip to main content

instantly-common-errors

Diagnoses and resolves common Instantly errors, providing solutions for debugging and troubleshooting integration issues.

Install this skill

or
31/100

Security score

The instantly-common-errors skill was audited on May 12, 2026 and we found 17 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 53

Template literal with variable interpolation in command context

SourceSKILL.md
53const campaign = await instantly<Campaign>(`/campaigns/${campaignId}`);
medium line 68

Template literal with variable interpolation in command context

SourceSKILL.md
68const mappings = await instantly(`/account-campaign-mappings/${campaignId}`);
medium line 86

Template literal with variable interpolation in command context

SourceSKILL.md
86issues.forEach((i) => console.log(` - ${i}`));
medium line 118

Template literal with variable interpolation in command context

SourceSKILL.md
118console.log(`BROKEN: ${v.email} — SMTP=${v.smtp_status}, IMAP=${v.imap_status}`);
medium line 120

Template literal with variable interpolation in command context

SourceSKILL.md
120await instantly(`/accounts/${encodeURIComponent(v.email)}/pause`, { method: "POST" });
medium line 121

Template literal with variable interpolation in command context

SourceSKILL.md
121console.log(` Paused ${v.email}. Fix credentials, then resume.`);
medium line 166

Template literal with variable interpolation in command context

SourceSKILL.md
166console.warn(`429 Rate Limited. Waiting ${wait}ms (attempt ${attempt + 1}/${maxRetries})`);
medium line 197

Curl to non-GitHub URL

SourceSKILL.md
197curl -s https://api.instantly.ai/api/v2/campaigns?limit=100 \
medium line 202

Curl to non-GitHub URL

SourceSKILL.md
202curl -s https://api.instantly.ai/api/v2/accounts?limit=100 \
medium line 28

Webhook reference - potential data exfiltration

SourceSKILL.md
28Diagnostic reference for Instantly API v2 errors. Covers HTTP status codes, campaign state errors, account health issues, lead operation failures, and webhook delivery problems.
medium line 177

Webhook reference - potential data exfiltration

SourceSKILL.md
177## Webhook Errors
medium line 181

Webhook reference - potential data exfiltration

SourceSKILL.md
181| Events not delivered | Check webhook status: `GET /webhooks` | Webhook may be paused — resume with `POST /webhooks/{id}/resume` |
medium line 183

Webhook reference - potential data exfiltration

SourceSKILL.md
183| Delivery failures | Check `GET /webhook-events/summary` | Fix target URL, ensure 2xx response within 30s |
low line 193

External URL reference

SourceSKILL.md
193https://api.instantly.ai/api/v2/campaigns?limit=1 \
low line 197

External URL reference

SourceSKILL.md
197curl -s https://api.instantly.ai/api/v2/campaigns?limit=100 \
low line 202

External URL reference

SourceSKILL.md
202curl -s https://api.instantly.ai/api/v2/accounts?limit=100 \
low line 218

External URL reference

SourceSKILL.md
218- [Instantly Help Center](https://help.instantly.ai)
Scanned on May 12, 2026
View Security Dashboard
Installation guide →