technical-writer
Pass
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it is designed to ingest and process untrusted external data (project documentation, API specs, and runbooks).
- Ingestion points: The skill uses the
Readtool to scan files likeREADME.md, thedocs/directory, and architecture decision records. - Boundary markers: The instructions do not define clear delimiters or 'ignore' instructions for the content being processed.
- Capability inventory: The skill has
Read,Write,Edit, andBashcapabilities (restricted to documentation build tools). - Sanitization: No explicit sanitization or validation of input content is mentioned before it is processed or used to generate new documentation.
- [COMMAND_EXECUTION]: The skill requests
Bashaccess for specific documentation tools includingnpm run docs:*,mkdocs:*, anddocusaurus:*. While restricted to these patterns, this capability could be exploited if a project's configuration (e.g.,package.jsonormkdocs.yml) is maliciously crafted to execute arbitrary code during a build process. - [SAFE]: The provided validation script (
scripts/validate-docs.sh) was analyzed and found to perform benign local file checks, such as verifying link integrity and searching for required documentation sections using standard utilities likegrepandfind.
Audit Metadata