wikipedia-search
Pass
Audited by Gen Agent Trust Hub on Apr 6, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads and installs the
Wikipedia-APIlibrary from PyPI if it is not already present on the system. This is a standard practice for maintaining skill dependencies. - [COMMAND_EXECUTION]: The skill uses
subprocess.check_callto perform the automated installation of the required Python package. This execution is restricted to the specific package installation and is used appropriately within the setup context. - [REMOTE_CODE_EXECUTION]: The script interacts with the official MediaWiki API (wikipedia.org) to fetch encyclopedic content. These requests are restricted to well-known Wikipedia domains and do not involve the execution of untrusted remote code.
- [DATA_EXFILTRATION]: No evidence of data exfiltration was found. Network operations are strictly limited to fetching public encyclopedic data from Wikipedia using the official API.
Audit Metadata