spec-miner
Pass
Audited by Gen Agent Trust Hub on Aug 27, 2026
Risk Level: SAFECREDENTIALS_UNSAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill instructions and its reference document
references/analysis-checklist.mddirect the agent to actively search for and read sensitive configuration files, specifically targeting.envfiles and code patterns involving environment variables (e.g.,os.environ). This exposes system secrets to the AI context as part of its documentation workflow. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted third-party codebases through tools like
Read,Grep, andGlob. This ingestion creates a vulnerability where an attacker could embed malicious instructions in code comments or strings within a project to influence the agent's actions. Ingestion points: Project source files processed viaReadandGrep. Boundary markers: None identified; there are no instructions for the agent to ignore directives found within the analyzed code. Capability inventory: The skill usesBash,Read,Glob, andGreptools, providing significant file system access and execution power. Sanitization: None identified. - [COMMAND_EXECUTION]: The skill requests and utilizes the
Bashtool for codebase exploration and mapping. While intended for discovery, the presence of a general-purpose shell tool alongside instructions to access sensitive files increases the potential for misuse.
Audit Metadata