appdeploy
Fail
Audited by Snyk on Apr 18, 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 read/save an api_key and gives curl examples with an "Authorization: Bearer {api_key}" header, which requires embedding the secret value verbatim into generated commands/outputs, creating an exfiltration risk.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill makes runtime JSON-RPC calls to https://api-v2.appdeploy.ai/mcp (and requests an API key from https://api-v2.appdeploy.ai/mcp/api-key), and explicitly requires calling get_deploy_instructions which returns constraints/instructions the agent must follow, meaning fetched remote content can directly control agent prompts/behavior.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata