readme-for-developers
Pass
Audited by Gen Agent Trust Hub on Aug 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [SAFE]: The primary purpose of the skill is to guide an agent in creating structured onboarding documentation, which is a benign and productive use case.
- [COMMAND_EXECUTION]: The
Workflowsection inSKILL.mdincludes instructions to run basic discovery commands such asfind,cat package.json, andcat .env.example. These are standard, read-only reconnaissance commands used to understand the project structure and are necessary for the skill's stated purpose. - [PROMPT_INJECTION]: The skill processes untrusted project data (e.g., file names and configuration templates) to generate README content, creating an indirect prompt injection surface.
- Ingestion points: The
Workflowsection reads local directory structures and the contents ofpackage.jsonand.env.example(SKILL.md). - Boundary markers: None present in the instructions.
- Capability inventory: The skill uses
Read,Glob,Grep,Edit,Write, andBashtools. - Sanitization: No specific sanitization of the project data is mentioned.
Audit Metadata