sourcegraph-search
Fail
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: HIGHPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- Indirect Prompt Injection (HIGH): The skill's core functionality involves fetching untrusted content from external repositories into the agent's context.
- Ingestion points: Untrusted source code, comments, and commit messages are ingested via the
src searchcommand as described inSKILL.md. - Boundary markers: There are no boundary markers or instructions to the agent to distinguish between data and potential commands within the fetched content.
- Capability inventory: The
SKILL.mdfile explicitly mentions integrating results with tools likeBash,Read, andWebFetch, which provides a direct path for injected instructions to trigger file modifications or command execution. - Sanitization: No sanitization or validation of the fetched external content is performed or recommended.
- Command Execution (LOW): The skill facilitates the execution of the
srcCLI tool. While this is the intended functionality, it introduces the standard risks associated with subprocess execution.
Recommendations
- AI detected serious security threats
Audit Metadata