Feature/pr intent scan hardening (#375)

* security: harden suspicious PR intent scanner

* security: reduce pr scanner false positives
This commit is contained in:
Kevin Codex
2026-04-05 17:05:24 +08:00
committed by GitHub
parent 5ef79546e9
commit 7350a798cb
5 changed files with 595 additions and 1 deletions

View File

@@ -198,6 +198,7 @@ Helpful commands:
- `bun run dev`
- `bun test`
- `bun run test:coverage`
- `bun run security:pr-scan -- --base origin/main`
- `bun run smoke`
- `bun run doctor:runtime`
- `bun run verify:privacy`
@@ -245,7 +246,6 @@ Recommended contributor validation before opening a PR:
- focused `bun test ...` runs for the files and flows you changed
Coverage output is written to `coverage/lcov.info`, and OpenClaude also generates a git-activity-style heatmap at `coverage/index.html`.
## Repository Structure
- `src/` - core CLI/runtime