cash-flow-growth
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- EXTERNAL_DOWNLOADS (LOW): The skill requires the installation of the
octagon-mcppackage vianpx. While this is the core functionality of the skill, the package is hosted by an organization (OctagonAI) not currently in the trusted repository list. The severity is lowered as this is the intended primary purpose of the skill. - Evidence:
README.mdandreferences/mcp-setup.mdinstruct the user to runnpx -y octagon-mcp. - PROMPT_INJECTION (LOW): The skill exhibits a surface for indirect prompt injection (Category 8) where user-controlled input is passed to an underlying agent tool.
- Ingestion points: User-provided values for
<TICKER>,<N>, and<FY|Q>inSKILL.md. - Boundary markers: Absent. The values are interpolated directly into a natural language prompt string for the tool.
- Capability inventory: The
octagon-agenttool is called, which processes the generated prompt. - Sanitization: No sanitization or validation of the ticker format or period parameters is performed within the skill logic.
- CREDENTIALS_UNSAFE (SAFE): The skill correctly identifies the need for an API key but uses placeholders and environment variables rather than hardcoding sensitive information.
- Evidence:
references/mcp-setup.mduses<your-api-key>andYOUR_API_KEY_HERE.
Audit Metadata