smoke-test
Fail
Audited by Snyk on Mar 2, 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 explicitly tells the agent to ask the user for an LLM API key if not found and to create a .env file with the provided key, which requires the agent to accept and embed the secret verbatim (exfiltration risk).
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill explicitly runs remote package scaffapers such as "npx create-mastra@" (and equivalent "yarn create mastra@", "pnpm create mastra@", "bunx create-mastra@"), which fetch and execute code from the npm registry at runtime and scaffold agent code/instructions that the smoke test relies on, so this external fetch both executes remote code and can directly control agent prompts.
Audit Metadata