yboard-dev
Fail
Audited by Snyk on Mar 31, 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 requires the agent to parse a JSON containing a device_code and then run a command embedding that device_code verbatim (yboard login --device-code <device_code>), which forces the LLM to handle and output a sensitive token as a literal command argument, creating an 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 "curl -fsSL https://bun.sh/install | bash" at runtime to install bun, which fetches and executes remote code from https://bun.sh/install and is required for the skill's tooling.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata