Security Scan Report¶
Generated: February 17, 2026 01:31:18 UTC
🔒 Security Overview¶
| Metric | Value |
|---|---|
| Overall Status | ⚠️ Issues Found |
| Critical Vulnerabilities | 0 |
| High Vulnerabilities | 88 |
| Medium Vulnerabilities | 281 |
| Low Vulnerabilities | 3 |
| Last Scan | February 17, 2026 01:31:18 UTC |
🔍 Security Tools Status¶
| Tool | Type | Status | Findings |
|---|---|---|---|
| Bandit | SAST | ✅ Active | 3 |
| Semgrep | SAST | ✅ Active | 2 |
| pip-audit | Dependency | ✅ Active | 0 |
| Trivy | Container | ✅ Active | 779 |
| Grype | Container | ✅ Active | 533 |
Bandit - Hardcoded Secrets & Security Issues¶
Summary: 0 High | 0 Medium | 3 Low
- hardcoded_password_string (LOW)
- File:
./api.pyline 56 -
Possible hardcoded password: 'change-this-to-a-secure-random-key-in-production'
-
assert_used (LOW)
- File:
./api.pyline 569 -
Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
-
assert_used (LOW)
- File:
./api.pyline 710 - Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Semgrep - Pattern-Based Analysis¶
Summary: 2 High | 0 Medium | 0 Low
- python.flask.security.injection.nan-injection.nan-injection (ERROR)
-
Found user input going directly into typecast for bool(), float(), or complex(). This allows an attacker to inject Python's not-a-number (NaN) into the typecast. This results in undefind behavior, particularly when doing comparisons. Either cast to a different type, or add a guard checking for all capitalizations of the string 'nan'.
-
python.flask.security.injection.nan-injection.nan-injection (ERROR)
- Found user input going directly into typecast for bool(), float(), or complex(). This allows an attacker to inject Python's not-a-number (NaN) into the typecast. This results in undefind behavior, particularly when doing comparisons. Either cast to a different type, or add a guard checking for all capitalizations of the string 'nan'.
Container Security - Trivy Scan¶
Summary: 0 Critical | 59 High | 198 Medium
Container Security - Grype SBOM Analysis¶
Summary: 0 Critical | 27 High | 83 Medium
🔗 Related Documentation¶
- Test Report - Test execution results
- Coverage Report - Code coverage analysis
- License Report - Dependency licenses
- CI/CD Status - Pipeline execution details
This report is auto-generated from CI/CD pipeline execution.
Generated by tools/generate_reports.py.