vss-deploy-profile
Fail
Audited by Snyk on Jun 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 deployment flow explicitly requires collecting and writing API keys (NGC_CLI_API_KEY, NVIDIA_API_KEY, HF_TOKEN, or user-supplied NGC keys after a 401) into generated.env and running probes/commands that would embed those secret values (e.g., sed edits or probe calls), which forces the LLM to handle or output secrets verbatim.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill includes explicit runtime install commands that fetch-and-execute remote code (curl -LsSf https://astral.sh/uv/install.sh | sh) and a runtime NGC CLI installer download (https://api.ngc.nvidia.com/v2/resources/nvidia/ngc-apps/ngc_cli/versions/4.10.0/files/ngccli_linux.zip) which the deploy flow may run if tooling is missing, so these URLs are high-risk external runtime dependencies that execute remote code.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata