student-feedback-retention-analysis
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill's primary operation is communicating with
https://ai-skills.ai, which is the official domain of the service provider. The Python runner (scripts/run.py) handles authentication and data transmission securely using standard libraries. - [EXTERNAL_DOWNLOADS]: The skill uses the
urlliblibrary to communicate with its own API backend. These operations are restricted to the vendor's infrastructure (ai-skills.ai) and do not involve untrusted third-party sources. - [COMMAND_EXECUTION]: The provided command-line examples demonstrate routine usage of the Python runner for local execution. No arbitrary or dangerous command execution was detected.
- [DATA_EXFILTRATION]: While the skill handles student feedback and operational data, it only transmits this information to the authorized API endpoint as described in the documentation. No unauthorized data harvesting or exfiltration patterns were found.
- [CREDENTIALS_UNSAFE]: The skill follows secure practices by requiring the API key to be provided via environment variables (
AISKILLS_API_KEY) rather than hardcoding it in the scripts or metadata.
Audit Metadata