docs: add CopilotKit lockfile example and verified case study#657
Open
Ayush7614 wants to merge 1 commit into
Open
docs: add CopilotKit lockfile example and verified case study#657Ayush7614 wants to merge 1 commit into
Ayush7614 wants to merge 1 commit into
Conversation
Document CopilotKit/CopilotKit at 9111a1f (4,367 packages, 48 findings) with pnpm workspace fix commands, pnpm audit comparison, and baseline table. Closes OWASP#582
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.
Document CopilotKit/CopilotKit at 9111a1f (4,367 packages, 48 findings) with pnpm workspace fix commands, pnpm audit comparison, and baseline table.
Closes #582
Summary
examples/copilotkit/from CopilotKit/CopilotKit@9111a1f (rootpackage.json+pnpm-lock.yaml)website/docs/case-studies/copilotkit.md— agentic frontend / AG-UI Protocol coverage on a large pnpm + Nx monorepo (4,367 packages, 48 findings)pnpm auditon the same lockfile (117 vulnerability entries vs 48 deduplicated packages)website/static/img/copilotkit-logo.svgCase-study-only PR — no shared-file edits (
index.md,sidebars.ts,README.md,examples/readme.md,CHANGELOG.md, root lockfile) per updated CONTRIBUTING guidance.Why this change
CopilotKit (~34k GitHub stars) is a major agentic frontend stack (React, Angular, Vue, mobile, Slack) and maker of the AG-UI Protocol. A committed pnpm workspace lockfile snapshot extends CVE Lite's AI agent / generative UI coverage at meaningful scale — with realistic triage complexity: breaking direct upgrades, deep transitive chains, and partial monorepo modeling caveats.
What changed
examples/copilotkit/package.json+examples/copilotkit/pnpm-lock.yamlpinned to upstream revision9111a1fwebsite/docs/case-studies/copilotkit.mdwith verified scan results,pnpm auditcomparison, pnpm--filterfix commands, and full 48-row baseline findings tablewebsite/static/img/copilotkit-logo.svg(bundled locally from CopilotKit branding assets)Verified scan output
Key generated commands:
Notable findings:
vitest@3.2.4— critical (direct · dev) — breaking major bump to4.1.0across 20 workspace packagesstorybook@10.1.11— high (direct) — filtered upgrade to10.2.10shell-quote@1.8.3— critical (transitive) — ⊘ no auto fix commandimmutable@5.1.4,next@16.x,@angular/core@19.2.18,react-router@7.13.2— high transitive clusterspnpm audit(same lockfile): 117 vulnerabilities (7 critical · 43 high · 54 moderate · 13 low)Validation
npm run buildnode dist/index.js examples/copilotkit --verbose --all— 48 findings, 4 command groups, 7/48 coveragepnpm auditrun fromexamples/copilotkit/— counts documented in case studycve-lite-scan-2026-06-14T22-19-20.json)User-facing impact
Does this change:
Notes
Issue #582 preliminary scan (v1.19.2, 2026-06-08) reported 43 findings / 14 direct / 8 fix groups. Verified scan at v1.22.0 reports 48 findings / 2 direct / 4 fix groups due to OSV advisory updates (e.g. additional
esbuildrows) and current direct/transitive classification on this lockfile snapshot — all numbers in the case study match live scan JSON.cc: @sonukapoor