Category: security / devops
Project area: .github/workflows/
Implementation:
npm audit --audit-level=high for backend and frontend.
cargo audit for contracts.
- Block merge on high/critical CVEs.
- Dependabot enabled.
Acceptance Criteria:
- Audit runs on every PR.
- High CVEs block merge.
- Dependabot PRs auto-labeled.
Category: security / devops
Project area: .github/workflows/
Implementation:
npm audit --audit-level=highfor backend and frontend.cargo auditfor contracts.Acceptance Criteria: