docs-testing
Pass
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides a structured decision table and specific command-line instructions for the agent to perform validation tasks. These include running linters (Vale, remark, ESLint), build tools (Hugo, TypeScript, Cargo), and test runners (Cypress, pytest via Docker). These commands are localized to the repository's tooling and are standard for a documentation CI/CD workflow.
- [EXTERNAL_DOWNLOADS]: The skill mentions workflows that involve building tools from source (e.g., cargo build for link-checker) or using package managers (yarn, npx, docker build). These are routine operations for setting up and running the described test suites within the vendor's repository environment.
- [DATA_EXPOSURE]: The documentation mentions the use of a
.env.testfile as a prerequisite for local code block execution tests. This is a standard practice for managing local test configurations and does not involve the exfiltration of credentials.
Audit Metadata