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/.cacheto clear build artifacts. - It uses
npm runcommands to trigger validation suites and install Git hooks. - Troubleshooting instructions suggest using
chmod +xto manage file permissions for scripts. - [SAFE]: The skill includes several custom Node.js scripts designed for content linting and validation.
validate-liquid.jsandvalidate-brackets.jsuse regular expressions to find unescaped characters in documentation that would otherwise break Docusaurus builds.validate-skill-props.jsperforms 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