oss-readiness
Pass
Audited by Gen Agent Trust Hub on Apr 17, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection through its documentation generation logic. \n
- Ingestion points: Metadata and content are read from files like
package.json,Cargo.toml,pyproject.toml, andREADME.md(specifically inreferences/llms-generation.mdandreferences/version-sync.md). \n - Boundary markers: None are present in the generation templates to delimit untrusted project content from agent instructions. \n
- Capability inventory: The skill uses file-write operations to create documentation and uses shell commands (
node -e,grep) to process strings. \n - Sanitization: There is no evidence of sanitization or escaping of external project content before it is interpolated into output files. \n- [COMMAND_EXECUTION]: The skill utilizes local shell commands including
git,gh,grep,find, andnode -eto perform repository audits and metadata extraction. These commands are used as intended for project analysis and do not target sensitive system paths. Evidence found inSKILL.mdand across files in thereferences/directory.
Audit Metadata