moai-docs-unified
Pass
Audited by Gen Agent Trust Hub on Mar 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The CI/CD workflow and installation examples in
SKILL.mdandexamples.mdreference the installation of theuvpackage manager viapip. This is a standard and safe setup procedure using official package registries.- [COMMAND_EXECUTION]: The skill facilitates the execution of its own validation scripts throughBashand theuvrunner. These operations are confined to the project's documentation directory and are essential for the skill's primary function of linting and report generation.- [DATA_EXPOSURE]: While the scripts read local files within thedocs/directory for validation purposes, they do not access sensitive system paths, hidden configuration files, or hardcoded credentials. All file operations are restricted to the intended documentation scope.- [SAFE]: Detailed analysis of the Python scripts and integration examples found no evidence of prompt injection, data exfiltration, or code obfuscation. The skill operates as a transparent diagnostic utility.
Audit Metadata