write-claude-md
Pass
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions for running standard development tasks such as installing dependencies (
npm install,renv::restore), running tests, and performing project checks. - [COMMAND_EXECUTION]: Includes a security-focused utility command (
grep -rn "sk-\|ghp_\|password" .) used to identify potential secrets in the codebase for exclusion from documentation. - [SAFE]: Explicit instructions are provided to avoid committing sensitive files like
.envand.Renviron, and to use placeholders for any tokens in the generated documentation. - [SAFE]: Reference to external services like Hugging Face for MCP configuration is done using standard protocols and well-known service domains.
Audit Metadata