source-dive
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits a surface for indirect prompt injection because it programmatically fetches and processes untrusted content from external GitHub repositories and documentation websites.
- Ingestion points: The skill uses
mcp__zread__read_fileto ingest source code andmcp__web-reader__webReaderto fetch documentation (seeWorkflows/01-discover.mdandWorkflows/02-analyze.md). - Boundary markers: Absent. The prompt template used to invoke background agents in
Workflows/02-analyze.md(Step 2) lacks delimiters (like XML tags or triple quotes) and specific instructions to ignore malicious directives embedded within the source files. - Capability inventory: The skill has access to
WebSearch,WebFetch,Write, andEdittools, which could be abused if an injected instruction successfully hijacked the agent's intent. - Sanitization: No sanitization, escaping, or validation of the fetched external content is performed before it is passed into the LLM context for analysis.
Audit Metadata