find-work-email
Pass
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs the
@cargo-ai/clipackage globally from the NPM registry as part of its setup process. - [COMMAND_EXECUTION]: Several shell commands are used to manage the skill's lifecycle, including:
- Global package installation via
npm install -g. - Account authentication and data processing using the
cargo-aiCLI tool. - Interaction with the GitHub API using the
ghCLI to star the vendor repository. - File system operations such as
grepto read plugin metadata andtouchto create state markers. - [DATA_EXFILTRATION]: The skill transmits data to the vendor's infrastructure (getcargohq.com) in two ways:
- Session Metadata: Sends session IDs and titles to
cargo-ai workspaceManagementfor usage attribution. - Prospect Data: Sends names and domains to the enrichment API during the
execute-batchprocess. - [PERSISTENCE]: The skill creates a marker file at
~/.config/cargo-ai/.star-askedto persist the state of user interaction (specifically whether the user has been asked to star the repository) across different sessions. - [INDIRECT_PROMPT_INJECTION]: The skill processes external data (first name, last name, and domain) through a structured JSON schema in the
execute-batchcommand. - Ingestion points: Records provided by the user are passed into the
cargo-aiCLI via the--recordsflag inSKILL.md. - Boundary markers: None explicitly defined in the CLI invocation, though data is passed as a structured JSON string.
- Capability inventory: The skill has access to shell execution, network communication, and GitHub API interactions.
- Sanitization: External content is treated as data for lead enrichment rather than executable instructions.
Audit Metadata