feature-investigation

Pass

Audited by Gen Agent Trust Hub on Mar 6, 2026

Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
  • [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection.
  • Ingestion points: The skill uses WebFetch and WebSearch tools to ingest data from external URLs and search results into the agent's context (SKILL.md). It also reads local codebase files using Read, Grep, and Glob.
  • Boundary markers: No explicit delimiters or instructions to ignore embedded commands within fetched content are provided in the skill definition.
  • Capability inventory: The skill possesses the Task tool (potential command execution), TodoWrite (file modification), and network access via WebFetch.
  • Sanitization: There is no evidence of sanitization, escaping, or validation of external content before it is processed or summarized.
  • [COMMAND_EXECUTION]: The allowed-tools section includes the Task tool. While the skill's instructions repeatedly state that it is a 'READ-ONLY investigation skill' and that the agent should 'NOT implement or fix anything', the inclusion of the Task tool provides a technical path for executing shell commands or automated tasks which contradicts the stated safety boundaries.
  • [EXTERNAL_DOWNLOADS]: The skill explicitly allows WebFetch and WebSearch to retrieve data from the public internet. While these are used for 'discovery searches', they allow the agent to connect to non-whitelisted and potentially untrusted external domains.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 6, 2026, 06:28 AM