yashandb-docker
Fail
Audited by Snyk on Mar 23, 2026
Risk Level: CRITICAL
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The prompt requires embedding a password value verbatim into docker run environment variable and into a command (yasql sys/{{password}}), which forces the LLM or user to place the secret directly into generated output/commands, creating an exfiltration risk.
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.85). These are downloads from an unrecognized product-specific domain (yashandb.com) serving direct Docker image archives (tar.gz) without published signatures/checksums or a well-known trusted host — container images from unverified sources can contain malicious binaries or backdoors, so the links are suspicious.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill issues runtime download commands that fetch Docker images from https://download.yashandb.com/download and https://linked.yashandb.com/upload1010/... and then docker load / docker run those images, which means externally fetched content will be executed as code at runtime.
Issues (3)
W007
HIGHInsecure credential handling detected in skill instructions.
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata