codebase-search
Warn
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: MEDIUMCREDENTIALS_UNSAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill provides specific patterns and instructions for locating sensitive information such as API keys and environment variables within a codebase.
- Evidence:
SKILL.mdincludes grep commands specifically targetingAPI_KEY,process.env, andos.environin Steps 2 and 4. - [COMMAND_EXECUTION]: The skill is configured to use the
Bashtool, enabling the execution of arbitrary shell commands on the system. - Evidence: The
allowed-toolsmetadata field includesBash, and the instructions provide numerous command-line examples using grep and git. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it reads and displays content from potentially untrusted files without adequate safeguards.
- Ingestion points: File content is ingested via the
ReadandGreptools. - Boundary markers: None; the instructions do not specify delimiters to distinguish between codebase content and system instructions.
- Capability inventory: The skill has access to
BashandReadtools, which can be leveraged if an injection occurs. - Sanitization: No sanitization or content validation is performed on the files being searched.
Audit Metadata