ai-customer-support
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill provides a Python script (
scripts/run.py) intended to be executed by the user. This script facilitates communication between the local environment and the vendor's API atai-skills.ai. - [EXTERNAL_DOWNLOADS]: The
scripts/run.pyscript makes network requests tohttps://ai-skills.aito process user input. This is the official domain of the skill vendor ('allinherog-star') as documented in the metadata and instructions. - [CREDENTIALS_SAFE]: The skill requires an
AISKILLS_API_KEYenvironment variable for authentication. It correctly avoids hardcoding secrets and instructs users on how to obtain and provide their own keys securely via environment variables. - [DATA_EXFILTRATION]: While the skill transmits user-provided parameters (such as documentation links or text) to an external API, this is the stated primary purpose of the skill. The destination
ai-skills.aiis the vendor's official service endpoint.
Audit Metadata