project-discovery
Pass
Audited by Gen Agent Trust Hub on Mar 7, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: Indirect prompt injection surface identified. The skill ingests untrusted data from the target project which could be used to influence the agent's behavior.
- Ingestion points: Reads external data from
README.md(viahead),git logoutput, and manifest files likepackage.json(viajq). - Boundary markers: Results are formatted into a structured summary template, but the skill does not utilize specific delimiters or defensive instructions to prevent the agent from obeying commands embedded within the analyzed files.
- Capability inventory: The skill is authorized to use
Bash,Read,Grep, andTodoWritetools. - Sanitization: No explicit sanitization or filtering of instructions within the ingested content is performed beyond standard shell utility output processing.
- [COMMAND_EXECUTION]: Uses local shell scripts (
discover.shandanalyze-skills.sh) to execute environment-gathering commands includinggit,jq,ls, andfind. These commands are used strictly for project metadata extraction and orientation within the local file system.
Audit Metadata