Commit feff4ba
chore: add pip-audit CI script for Python fastapi project (#137)
## Summary
- Add `audit:ci:fastapi` npm script that uses `uv export --frozen | uvx
pip-audit` to scan Python dependencies for vulnerabilities
- Append fastapi audit to `audit:ci:all` so it runs in CI alongside the
JS audits
- Add `uvx` to cspell dictionary
## Test Plan
- [x] Verified `npm run audit:ci:fastapi` runs successfully and detects
real vulnerabilities
- [x] CI passes with the new audit step included in `audit:ci:all`
---
Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 803df80 commit feff4ba
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments