site-reliability-engineer
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary function is to validate markdown and MDX files for a Docusaurus project. It provides scripts that use standard regular expressions to detect common syntax errors like unescaped Liquid templates or angle brackets.
- [COMMAND_EXECUTION]: The skill utilizes shell commands for routine maintenance tasks such as clearing build caches (
rm -rf .docusaurus build) and installing Git hooks. These operations are consistent with the role of a Site Reliability Engineer and are performed on local project directories. - [EXTERNAL_DOWNLOADS]: The CI/CD reference documentation points to official GitHub Actions (
actions/checkout,actions/setup-node,actions/upload-artifact). These are trusted, well-known services and do not pose a security risk in this context. - [SAFE]: All JavaScript logic provided in the
scripts/directory is transparent and performs local file system operations (reading files and logging errors) without any network access or credential handling.
Audit Metadata