lead-enrichment-sixtyfour
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTIONDATA_EXFILTRATIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: Utilizes
python3to parse credentials from a configuration file andcurlto perform network requests for lead discovery and enrichment. - [PROMPT_INJECTION]: Contains a vulnerability surface for indirect prompt injection where untrusted external data could influence the agent's behavior.
- Ingestion points: Lead and company data entering through the
lead_info,target_company,research_plan, andpeople_focus_promptparameters inSKILL.md. - Boundary markers: No delimiters or protective instructions are used to separate user-provided data from system prompts.
- Capability inventory: Includes network communication via
curlto external API endpoints (SKILL.md). - Sanitization: No input validation or sanitization is performed on user-supplied fields before transmission to the API.
- [DATA_EXFILTRATION]: Accesses the local
~/.gooseworks/credentials.jsonfile to retrieve API keys. While this is for legitimate vendor authentication, the skill interacts with sensitive local files to manage its identity. - [EXTERNAL_DOWNLOADS]: Instructs the user to use
npxfor installation and authentication tasks, which involves fetching and executing code from the npm registry.
Audit Metadata