technical-documentation
Pass
Audited by Gen Agent Trust Hub on Feb 19, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [Indirect Prompt Injection] (LOW): The skill possesses a surface area for indirect prompt injection by design, as its primary function is to ingest and analyze documentation from external repositories.
- Ingestion points: Files matching patterns
AGENTS.md,CONTRIBUTING.md,README*,docs/**,**/*.md,**/*.mdx,**/*.mdc,**/*.rst, and**/*.rscare read by theinventory-agent,docs-framework-agent, andgovernance-agentsub-agents. - Boundary markers: Absent. The instructions do not mandate the use of delimiters or 'ignore' instructions when interpolating repository content into agent prompts.
- Capability inventory: The skill uses
Read,Glob,Grep, andLStools. It also supports anapply-fixesmode which implies file-writing capabilities to the local repository based on the analysis of ingested documentation. - Sanitization: Absent. There are no instructions to escape or validate the content of the documentation before it is processed by the LLM sub-agents.
Audit Metadata