docs(audit): add evidence-based repository audit artifacts - #2
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
VERIFIED,EVIDENCE-PARTIAL,BLOCKED) so the team can triage actionable fixes and unblock follow-ups.Description
docs/audit/that document inventory, correctness & maintainability, dependency/supply-chain posture, security findings, threat model, LLM-specific risks, performance notes, a consolidated audit report, and a clearance-grade verification plan; files includeINVENTORY.md,QUALITY.md,DEPENDENCIES.md,SECURITY.md,THREAT_MODEL.md,LLM_SECURITY.md,PERFORMANCE.md,AUDIT_REPORT.md,UPGRADE_PLAN.md, andVERIFICATION_PLAN.md.npm auditadvisory lookup is unavailable (registry 403) and provided a staged upgrade plan with rollback and gating criteria..gitignorepattern (*PLAN*.md) and were intentionally added with explicit inclusion so the plans are stored in-repo for traceability.Testing
npm run lintwhich completed with 0 errors and 252 warnings (baseline warning debt recorded).npm testwhich completed successfully with 387 test files and 6,319 tests passed (2 files skipped, 25 tests skipped).npm audit --omit=dev --jsonand recorded a blocking error from the registry (403 Forbidden), so automated advisory-backed SCA results are currently BLOCKED pending registry access.Codex Task