spec-mining
Warn
Audited by Gen Agent Trust Hub on May 4, 2026
Risk Level: MEDIUMDATA_EXFILTRATIONPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [DATA_EXFILTRATION]: The skill is configured to locate and read sensitive configuration and authentication files as part of its reverse-engineering workflow.
- Evidence: The
references/analysis-checklist.mdandreferences/analysis-process.mdfiles explicitly instruct the agent to search for and examine.envfiles, authentication guards, and JWT-related configurations. - Context: This access is used to generate a comprehensive system specification, but it exposes the agent to sensitive credentials stored in the local environment.
- [PROMPT_INJECTION]: The skill has a surface for indirect prompt injection because it reads and interprets content from untrusted external codebases.
- Ingestion points: Source code, configuration files, and documentation are ingested via
Read,Grep, andGlobtools across the target project directory as defined inSKILL.mdandreferences/analysis-process.md. - Boundary markers: The instructions do not include specific delimiters or protective instructions to help the agent distinguish between the skill's workflow and instructions that might be embedded in the analyzed code.
- Capability inventory: The skill is permitted to use
Bash,Read,Grep, andGlobtools and has the capability to write output to the local filesystem. - Sanitization: No sanitization or filtering of the content read from the codebase is performed before it is processed by the agent.
- [COMMAND_EXECUTION]: The skill utilizes shell-based commands for its core exploration and analysis workflow.
- Evidence: The
allowed-toolsincludesBash, andreferences/analysis-process.mdprovides bash command templates for project mapping and identifying business logic.
Audit Metadata