get-some-leads
Analysis
The skill matches its Instantly.ai purpose, but it can use your API key to bulk add leads and activate outbound email campaigns, so it should be reviewed before installation.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Workflow — Follow this order ... Bulk (max 1000 per request): POST /api/v2/leads/add ... Step 5: Activate the campaign ... POST /api/v2/campaigns/{campaign_id}/activateThe documented workflow combines bulk lead import with campaign activation as part of the normal sequence, which can start outbound email automation without an explicit final human confirmation requirement.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Required API Scopes ... Leads: leads:create, leads:all, all:create, or all:all ... Campaigns: campaigns:create, campaigns:all, all:create, or all:all
The skill requires delegated Instantly account authority and presents broad account-wide scopes such as all:all as acceptable, which can exceed the narrow create/update actions needed.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Base URL: https://api.instantly.ai ... leads: [{ "email": "lead1@example.com", "first_name": "Jean", "last_name": "Dupont", "company_name": "Acme SAS", "custom_variables": ... }]Lead personal data and custom variables are sent to the external Instantly API; this is purpose-aligned but sensitive.
