wiki-ado-convert
Pass
Audited by Gen Agent Trust Hub on Feb 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were detected in the skill instructions or the provided code snippets.
- [COMMAND_EXECUTION]: The skill instructs the agent to execute
git remote get-url originto determine the project's context. This is a benign operation required for the conversion logic and does not involve elevated privileges. - [DATA_EXPOSURE]: The skill involves reading local documentation files and writing transformed versions to a local directory (
dist/ado-wiki/). It does not access sensitive system files, environment variables, or hardcoded credentials. - [REMOTE_CODE_EXECUTION]: The generated script is explicitly restricted to using Node.js built-in modules (
node:fs/promises,node:path,node:url) and avoids external dependencies or network-based script execution.
Audit Metadata