wiki-ado-convert
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Command Execution: The skill performs a
git remote get-url origincommand to resolve the repository context. This is a standard operation for identifying source URLs in development tools and is used here to preserve citations in the documentation output.- File Operations: The skill generates code that usesnode:fs/promisesandnode:pathto read markdown files from a source directory and write transformed versions to adist/folder. This aligns with its stated purpose as a build script generator.- No Remote Dependencies: The generated script explicitly uses only Node.js built-in modules, avoiding the risk of supply chain attacks via third-party package managers.
Audit Metadata