docs-and-website-sync
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard project commands like
pnpm buildandpnpm exec eslintto validate and build the website documentation. These operations are restricted to the local environment and are standard for documentation synchronization workflows. - [REMOTE_CODE_EXECUTION]: The skill references local JavaScript scripts (e.g.,
sync-package-docs.mjs,score-skill-trigger-regression.mjs) that are part of the repository's own tooling. There are no patterns involving the download or execution of code from external or untrusted sources. - [DATA_EXFILTRATION]: No network operations or external data transfers were identified. The skill's operations are confined to reading source files and writing to documentation or website directories within the local repository.
Audit Metadata