repo_security_plan reports no security tooling configured. Recommended critical baseline for this Python project:
- bandit (SAST):
pip install bandit && bandit -r .
- pip-audit (SCA):
pip install pip-audit && pip-audit
- gitleaks (secrets):
gitleaks/gitleaks-action@v2
No secrets or vulnerable deps were found on manual inspection (pydantic is the only runtime dependency), so this is preventative. Add these as a CI job (can be folded into the lint/test workflow).
repo_security_plan reports no security tooling configured. Recommended critical baseline for this Python project:
pip install bandit && bandit -r .pip install pip-audit && pip-auditgitleaks/gitleaks-action@v2No secrets or vulnerable deps were found on manual inspection (pydantic is the only runtime dependency), so this is preventative. Add these as a CI job (can be folded into the lint/test workflow).