ScrapeSense.com Developer
Analysis
This ScrapeSense skill is coherent as an API reference, but it covers bulk email sending and account-level billing/API-key changes without consistently requiring explicit user approval or scoped limits.
Findings (5)
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.
`POST /campaigns/{id}/approve-and-send-all`; `DELETE /campaigns/{id}`; `PUT /billing/settings`; `PATCH, DELETE /developer/keys/{id}`The endpoint map includes bulk-send, delete, billing-setting, and developer-key mutation operations. These are purpose-aligned for an API developer skill, but they are high-impact actions and the artifacts do not require explicit approval or scoped safeguards for all of them.
Generate AI emails, review/edit, regenerate one/all, retry failed sends. Approve/send per-email or bulk (`approve-all`, `send-all-approved`, combined approve+send).
Bulk campaign operations and AI-generated emails can propagate a bad prompt, wrong audience, or mistaken approval to many recipients. The SKILL.md includes a sample-email approval guardrail, but users should still treat bulk operations as high impact.
Source: unknown; Homepage: none
The package has no code or install step, so there is no hidden dependency evidence, but the registry provenance is limited and should be checked before relying on the endpoint reference.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Get your key from https://scrapesense.com/developer ... Core Capability Areas ... Billing ... Developer APIs: API keys, webhook subscriptions
The skill expects use of a ScrapeSense API key and covers account-level billing, API-key, and webhook management, while the registry metadata declares no primary credential or required environment variables. This leaves the needed privilege scope unclear.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
`GET, POST /developer/webhooks`; `PATCH, DELETE /developer/webhooks/{id}`; `POST /developer/webhooks/deliveries/{deliveryId}/retry`The skill documents webhook subscription and delivery-retry endpoints. Webhooks are purpose-aligned for developer automation, but they create external callback/data-flow boundaries that should be explicitly controlled.
