wiki-review
Pass
Audited by Gen Agent Trust Hub on Apr 14, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a Python script (
wiki_review.py) which handles all logic locally. No arbitrary shell commands or subprocess spawning were found. The script uses standard libraries likeargparseandpathlibfor controlled execution. - [DATA_EXFILTRATION]: No network-related modules (e.g.,
requests,urllib,socket) are used. Data flow is restricted to reading and writing local Markdown and JSON state files within the project'swiki/directory. - [REMOTE_CODE_EXECUTION]: The skill does not use dynamic execution functions like
eval()orexec(). It relies on thefsrslibrary for scheduling calculations, which is a standard mathematical library. - [PROMPT_INJECTION]: The
SKILL.mdfile contains standard operational instructions and safety constraints for the agent (e.g., 'do not invent or fill in missing user internalization content'). No adversarial patterns or bypass attempts were identified. - [EXTERNAL_DOWNLOADS]: Dependencies listed in
requirements.txt(fsrs,PyYAML,pytest,ruff,basedpyright) are standard, well-known open-source packages from the official PyPI registry. - [CREDENTIALS_UNSAFE]: No hardcoded secrets, API keys, or sensitive environmental configuration access patterns were found. The skill manages its own state through local files without requiring external authentication.
Audit Metadata