docs-writer
Pass
Audited by Gen Agent Trust Hub on Jul 10, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill is designed to read and process content from the project's codebase and documentation files, which is a standard ingestion surface for this type of task. 1. Ingestion points: The agent is instructed to read files within the
packages/anddocs/directories. 2. Boundary markers: While no explicit delimiters are defined to isolate external content, the agent's task is strictly scoped to documentation editing. 3. Capability inventory: The agent usesreplaceandwrite_filefor file edits and suggests runningnpm run formatfor consistency. 4. Sanitization: Content is processed for writing tasks without specific technical sanitization, which is expected for a documentation agent. - [COMMAND_EXECUTION]: The skill includes a step to ensure project code style by suggesting a standard formatting command. 1. Evidence: The agent is instructed to offer to run
npm run formatonce documentation changes are complete.
Audit Metadata