ai-education-data-explorer
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill functions as a data analysis assistant that forwards user-provided text, files, and URLs to the verified backend service at
https://ai-skills.ai. - [EXTERNAL_DOWNLOADS]: The Python execution script
scripts/run.pymakes legitimate API requests to the domainai-skills.ai. This behavior is documented and aligns with the skill's stated purpose. - [COMMAND_EXECUTION]: Analysis of the Python code reveals standard use of
urllibfor networking. No patterns for arbitrary command execution, shell injection, or unauthorized system access were detected. - [DATA_EXFILTRATION]: User data is sent exclusively to the primary service provider's domain. There is no evidence of data being routed to untrusted or suspicious third-party servers.
- [CREDENTIALS_UNSAFE]: The skill appropriately requires authentication tokens (
AISKILLS_API_KEY) to be provided via environment variables rather than hardcoding them, following standard security practices.
Audit Metadata