local-wikipedia-search
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill executes
kiwix-searchas a subprocess if a local ZIM file path is provided via the--zimargument. This is a standard integration for the Kiwix ecosystem and uses list-based command construction which prevents shell injection. - [EXTERNAL_DOWNLOADS]: The skill fetches content from
wiki.ayrscott.comor a user-defined URL. This is the primary function of the skill (accessing an encyclopedia mirror). It uses standard Pythonurllibcalls for this purpose. - [SAFE]: The skill includes instructions for restarting a local systemd service (
kiwix-wikipedia.service) usingsudo. While this involves elevated privileges, it is presented as an optional troubleshooting step for the host administrator and matches the skill's infrastructure management context.
Audit Metadata