automating-tests
Fail
Audited by Snyk on Jun 16, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.80). The prompt embeds plaintext credentials and passwords (e.g., DATABASE_URL with postgres:postgres, POSTGRES_PASSWORD, and test passwords like "SecurePass123"/"password") that an agent could be required to reproduce verbatim when generating CI configs or test scripts, creating an exfiltration risk.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The GitHub Actions references (uses: actions/checkout@v4, actions/setup-node@v4, codecov/codecov-action@v3) in the CI workflow and the Docker image 'postgres:15' used by Testcontainers are fetched and executed at CI/test runtime, making them remote code execution dependencies required to run the workflow/tests.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata