influxdb
Fail
Audited by Snyk on Jul 25, 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 embeds a hard-coded plaintext password (DOCKER_INFLUXDB_INIT_PASSWORD=changeme123) in the docker run snippet, so reproducing or executing the snippet requires outputting that secret verbatim.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (medium risk: 0.60). The skill includes instructions that write configuration and data to system paths (e.g., /etc/influxdb2 and /var/lib/influxdb2) and a sample /etc config file, which implies modifying files that typically require sudo and could change the host system state.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata