fix: add pylint, semgrep, and pip-audit to CI pipeline
Problem
Compliance checker shows
- Pylint (Quality & Tools)
- Semgrep (Quality & Tools)
- Dependency Audit (Security)
Fix
- Add
pylintto lint stage - Add
semgrep+pip-auditto security stage - Pre-commit configs are NOT changed