verify-email-list
Pass
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs the
@cargo-ai/clipackage from the npm registry to provide the necessary command-line tools. This is an official package maintained by the skill's author (getcargohq). - [COMMAND_EXECUTION]: The skill executes various shell commands to facilitate the workflow, including
npm installfor setup,cargo-aifor authentication and email processing, andgh apifor GitHub interactions. It also usesnpxto suggest the installation of additional verified skill sets from the same vendor. - [DATA_EXFILTRATION]: Usage metadata, including a session ID and skill identifier, is sent to the vendor's workspace management API via the
cargo-aitool to track and attribute session activity. Additionally, user-provided email addresses are transmitted to thewaterfallservice for deliverability verification as part of the primary skill function. - [INDIRECT_PROMPT_INJECTION]: The skill processes external data in the form of email lists. While this represents a potential surface for indirect prompt injection, the risk is minimal given the specific expected data format and the tool's intended utility.
Audit Metadata