tianqing-data
Fail
Audited by Snyk on Feb 27, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The prompt explicitly documents passing the API key inline (e.g., tq --api-key "your_api_key_here"), which requires the agent to embed secret values verbatim in generated commands and is therefore insecure.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.70). The skill's CLI and docs (scripts/tq_cli.py and references/api_reference.md / SKILL.md) explicitly fetch and parse JSON from an external EasyFut API at http://47.115.228.20:8888 (quote/klines/ticks endpoints), which is untrusted third‑party content the agent reads and uses to drive analysis/decisions.
Audit Metadata