spec-miner
Warn
Audited by Gen Agent Trust Hub on Mar 7, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to execute file discovery and search operations viaGlobandGrepcommands as outlined inreferences/analysis-process.md. - [DATA_EXPOSURE]: The analysis workflow is configured to explicitly search for and access sensitive file paths, including
.envfiles and directories related to authentication and secrets, which may contain hardcoded credentials or environment configuration. - [PROMPT_INJECTION]: The skill possesses a significant attack surface for Indirect Prompt Injection.
- Ingestion points: The skill ingests untrusted content from the codebase being analyzed using
Read,Grep, andGlobtools. - Boundary markers: There are no explicit boundary markers or instructions to the agent to ignore potentially malicious instructions embedded within the source code or comments of the files being read.
- Capability inventory: The agent has extensive capabilities including
Bashcommand execution and file system access. - Sanitization: No sanitization or validation logic is applied to the data retrieved from the files before it is processed by the agent's logic.
Audit Metadata