codebase-search
Pass
Audited by Gen Agent Trust Hub on Mar 9, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill requests and uses the
Bashtool to executegrep,glob, andgitcommands. This allows for deep codebase inspection but provides the agent with a broad attack surface for arbitrary command execution on the host system. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it reads and analyzes content from files within a codebase. Ingestion points: Files are read via
ReadandGreptools (SKILL.md). Boundary markers: There are no explicit instructions to use delimiters or ignore instructions embedded within the files being searched. Capability inventory: The skill has access toRead,Grep,Glob, andBashtools. Sanitization: Content retrieved from the codebase is not sanitized before being processed by the agent.
Audit Metadata