writing-claude-md
Pass
Audited by Gen Agent Trust Hub on May 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [SAFE]: The skill is well-documented and focuses on improving the efficiency and safety of AI agent interactions. It includes explicit guidelines to prevent common security risks, such as hardcoding credentials or secrets in project files.
- [COMMAND_EXECUTION]: In
references/setup.md, the skill instructs the agent to run standard discovery commands likels,cat, andheadto analyze the project structure. These commands are limited to local, read-only operations necessary for the skill's primary function of classifying the project and identifying relevant build tools. - [PROMPT_INJECTION]: The skill provides templates that include defensive instructions for agents, such as requiring human approval for irreversible actions (e.g., database migrations or deployments) and restricting modifications to out-of-scope directories.
- [PROMPT_INJECTION]: (Indirect Prompt Injection Surface Analysis)
- Ingestion points: The skill reads project documentation and configuration files such as
README.md,package.json, and existingCLAUDE.mdfiles (referenced inreferences/setup.md). - Boundary markers: The instructions do not define explicit delimiters or XML tags to wrap untrusted data during the analysis phase.
- Capability inventory: The agent has the ability to read project files and write new markdown instruction files using the
Writetool. - Sanitization: No explicit sanitization or filtering of external project content is mentioned before it is processed by the agent. While this creates a surface for indirect prompt injection if a project file contains malicious instructions, the skill's design focuses on rewriting this content into a safe, structured format.
Audit Metadata