site-reliability-engineer

Pass

Audited by Gen Agent Trust Hub on Mar 5, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill utilizes the Bash tool for routine project maintenance and environment setup.
  • It executes commands like rm -rf .docusaurus build node_modules/.cache to clear build artifacts.
  • It uses npm run commands to trigger validation suites and install Git hooks.
  • Troubleshooting instructions suggest using chmod +x to manage file permissions for scripts.
  • [SAFE]: The skill includes several custom Node.js scripts designed for content linting and validation.
  • validate-liquid.js and validate-brackets.js use regular expressions to find unescaped characters in documentation that would otherwise break Docusaurus builds.
  • validate-skill-props.js performs schema-like validation on component properties within Markdown files.
  • All scripts are designed for local execution, perform read-only operations on the filesystem, and do not contain network or obfuscation patterns.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 5, 2026, 08:36 PM