migrate-feature-page
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill relies on several local system commands to perform its tasks:
git: Used for branch creation (git checkout -b), status checks (git status), and commits.gh: Used to automate the creation of Pull Requests on GitHub.npm: Used for building (npm run build) and previewing (npm run serve) the Docusaurus-based documentation.grep: Used locally to find inbound links and cross-references within the documentation files.uv: Used to run Python-based linting tasks viainvoke.- [EXTERNAL_DOWNLOADS]: The skill provides instructions for obtaining 'Vale', a well-known open-source prose linter. It suggests installing via
brewor downloading from the official GitHub releases page (https://github.com/errata-ai/vale/releases). This is a legitimate tool used for ensuring documentation quality and matches the skill's stated purpose.
Audit Metadata