knowledge-base-launch-quality-check
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
scripts/run.pyutility communicates withai-skills.ai, which is the vendor's official infrastructure. These requests are used to send analysis parameters and receive diagnostic results. - [DATA_EXFILTRATION]: The skill uses an API key (
AISKILLS_API_KEY) passed via environment variables to authenticate with the vendor's API. This is a standard and secure implementation for command-line tools interacting with remote services. - [PROMPT_INJECTION]: The skill ingest data from untrusted sources, including user-provided text, file uploads, and external URLs. While this presents a surface for indirect prompt injection, it is inherent to the skill's purpose of analyzing external content and does not demonstrate malicious intent in the code itself.
Audit Metadata