agent-bus-docs-site
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses standard CLI tools (
pnpm,uv,pytest,rg) to manage the documentation build pipeline. These commands are constrained to the local repository directory (site/) and are used for intended development tasks like generating site content and running regression tests. - [DATA_EXFILTRATION]: No evidence of data exfiltration was found. Network-related environment variables (like
GITHUB_REPOSITORY) are used locally to configure the build path for GitHub Pages, which is a standard practice for static site generation. - [REMOTE_CODE_EXECUTION]: The skill does not download or execute code from external or untrusted sources. All scripts mentioned (
generate_fumadocs_site.py,generate-content.mjs) are local to the repository.
Audit Metadata