dev-docs
Pass
Audited by Gen Agent Trust Hub on Aug 4, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to use standard Unix utilities such as
find,cat,ls, andmkdirto inspect the project structure and create documentation files. These commands are used for their intended purpose within the local development environment and do not involve high-risk operations. - [SAFE]: The skill reads project metadata from
package.jsonand scans for.env.examplefiles to document environment requirements. It does not attempt to access sensitive credential files such as.env,~/.ssh, or AWS configuration directories. - [PROMPT_INJECTION]: The skill exhibits a surface for indirect prompt injection because it processes content from the project codebase (e.g.,
package.jsonfields, directory names, and TypeScript exports) to populate documentation templates. - Ingestion points: Project
package.json,.env.example, and file system listings (viafindandls) are read inreferences/workflows/docs.mdto gather context. - Boundary markers: The workflow does not explicitly define delimiters or instructions to the agent to disregard potentially malicious instructions embedded in the project files during the templating process.
- Capability inventory: The agent is authorized to create directories and write markdown files within the
docs/directory of the workspace. - Sanitization: The skill does not perform specific validation or sanitization of the ingested metadata before inserting it into the templates. However, given the primary purpose of the skill is documentation and the impact is limited to markdown generation, this is considered a low-risk, functional requirement.
Audit Metadata