SiteShadow
Back to vulnerability library
Detected byEngineering-practice checks (QP)Pro

QP16 Test Configuration Presence

What this means

SiteShadow flagged missing test configuration signals (framework config, runner settings, coverage config). This often correlates with tests being hard to run consistently, which increases security drift.

Why it matters

Test configuration helps standardize execution and coverage.

Safer examples

1) Add explicit test runner config

Examples: pytest.ini, jest.config.*, vitest.config.*, go test conventions, etc.

2) Add coverage and environment configuration

Configure coverage reporting and test env vars consistently.

3) Document how to run tests locally

Add a short "Test" section in README.md.

How SiteShadow detects it (high level)

References

---

← Back to Vulnerability Library

Catch this with SiteShadow Pro.

This vulnerability class is detected by SiteShadow's Pro-tier engines, two-pass interprocedural taint analysis, heuristic flow checks, AI-context scanning, and cross-file detection. The free tier catches OWASP Top 10 single-file patterns; Pro adds the data-flow depth that finds this class of bug.