deploy-shinyproxy
Fail
Audited by Snyk on Mar 18, 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 plaintext credentials and secrets (inline passwords, client-secret, InfluxDB/admin passwords, and example curl login with password) and instructs placing them directly into config files and commands, which requires the LLM to handle/output secret values verbatim.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.70). The Dockerfile and build steps fetch and install R packages from https://cloud.r-project.org/ during image build/runtime, which pulls and executes remote code that the deployment relies on.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 0.80). This skill instructs the agent to perform system-level deployment actions (creating Docker networks, starting containers, mounting /var/run/docker.sock, and recommending adding Nginx/SSL configs) which modify host state and can enable privilege escalation, so it materially pushes the agent to change and potentially compromise the machine state.
Issues (3)
W007
HIGHInsecure credential handling detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata