visual
Fail
Audited by Snyk on Aug 6, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.80). The skill instructs the agent to ask the user for an API key and shows examples that embed the key in shell commands (export KIE_API_KEY or velsvisual config --set-key), which requires the LLM to accept and potentially emit secret values verbatim.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The CLI fetches the live model registry and model schemas at runtime from docs.kie.ai / kie.ai (e.g., "velsvisual models --refresh" pulls from docs.kie.ai and schemas are pulled from model documentation on kie.ai), and that fetched content directly controls where prompts/inputs are placed and which fields are required.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata