personal-finance-coach
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- Indirect Prompt Injection (LOW): The skill has an attack surface for indirect prompt injection as it processes external web content and maintains high-privilege tool access.\n
- Ingestion points: Untrusted data enters the agent context via
mcp__firecrawl__firecrawl_searchandWebFetchtools (as described inSKILL.md).\n - Boundary markers: Absent. There are no instructions or delimiters in the analyzed files to separate untrusted external data from the system prompt.\n
- Capability inventory: The skill has access to
Bash,Write, andEdittools, allowing for system-level execution and file modification.\n - Sanitization: Absent. No logic is provided to sanitize, escape, or validate content retrieved from the web.\n- External Downloads (SAFE): The skill requests the installation of
numpy,scipy, andpandas. These are well-known, reputable Python libraries installed from the official PyPI registry.\n- Command Execution (SAFE): The skill requests access to theBashtool for running mathematical simulations (e.g., Monte Carlo simulations inreferences/withdrawal-math.mdand portfolio optimization inreferences/investment-theory.md). The included scripts are benign and align with the skill's primary purpose.
Audit Metadata