maintain-codex-wiki
Pass
Audited by Gen Agent Trust Hub on Jul 31, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a bundled Python script
scripts/wiki_lint.pyto validate the integrity of the wiki repository. This is a local, deterministic operation intended for quality assurance. - [DATA_EXPOSURE]: The
Ingestoperation allows fetching external content into a local.wiki-cache/directory. However, thesource-policy.mdexplicitly forbids committing full external articles or sensitive data like credentials, and the linting script enforces HTTPS for external URLs. - [REMOTE_CODE_EXECUTION]: No remote code execution patterns were found. The skill relies exclusively on its bundled validation script and standard Python libraries.
Audit Metadata