pytrio
Fail
Audited by Snyk on Jun 22, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The skill instructs the agent to ask the user for an API key and then embed that key verbatim into a CLI command (
trio login -k <API_KEY>) and shows examples passingapi_key="..."into client constructors, which requires the LLM to handle and output secret values directly.
Issues (1)
W007
HIGHInsecure credential handling detected in skill instructions.
Audit Metadata