maestro
Fail
Audited by Snyk on Jun 24, 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 contains explicit plaintext secrets (e.g., inputText: "password123", a raw card number "4242424242424242", and an env example EMAIL=... PASSWORD=secret123) which require the model to reproduce secret values verbatim in flows/commands.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). I flagged https://get.maestro.mobile.dev because the skill's setup and CI instructions explicitly run curl -Ls "https://get.maestro.mobile.dev" | bash, which fetches and executes remote code at runtime and is required to install/run the skill.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata