webapp-nikto
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: 0.90). The prompt shows and encourages embedding credentials and session cookies directly on the command line (e.g., -id username:password, -cookies "session=abc123"), which requires the LLM or user to include secret values verbatim in generated commands and poses an exfiltration risk.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The CI workflow in assets/ci-config-template.yml fetches and executes remote code at runtime (curl -s https://raw.githubusercontent.com/aquasecurity/tfsec/master/scripts/install_linux.sh | bash) and also invokes a remote GitHub Action (uses: aquasecurity/trivy-action@master), both of which pull and run external code during execution.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata