fix: remediate npm dependency vulnerabilities in evals and tests workspaces - #173
Open
devin-ai-integration[bot] wants to merge 3 commits into
Open
devin-ai-integration[bot] wants to merge 3 commits into
devin-ai-integration[bot] wants to merge 3 commits into
Conversation
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Skill eval results
Only suites whose source actually changed since their last recorded score were re-run. Soft-failing while we stabilise the baseline. |
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
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.
Remediates the eligible npm dependency vulnerabilities in the dev-only
evals/andtests/eval-harness workspaces (manifest + lockfile only, no source edits).fast-uri3.1.5 → 3.1.7 in both workspaces (clears 8 High Dependabot alerts).js-yaml4.3.1 → 4.3.2 in both workspaces (High).sharp0.35.3 → 0.35.4 in both workspaces (High).hono4.13.2 → 4.13.8 andcsv-parse7.0.1 → 7.0.2 via workspaceoverrides(Moderate; both transitive throughpromptfoo).Evaluate *eval jobs cannot pass on Dependabot-authored runs (no access to the eval provider secrets).Implementation details
Dependency vulnerability fixes (automated)
Generated by the dependency-vuln-remediation run on 2026-09-21.
Change type: Minor/patch version bumps only — manifest and lockfile changes, no source edits.
Findings addressed
All findings are
DEVELOPMENT-scope inevals/package-lock.jsonandtests/package-lock.json(csv-parseonly inevals/; the override was added to both for consistency).honoandcsv-parseare transitive throughpromptfoo, so they are pinned with npmoverrides;js-yamlis a direct devDependency inevals/and an override intests/. Caret overrides resolve to the newest patch within the same minor (^4.13.5→ 4.13.8,^3.1.6→ 3.1.7).Deferred this run
adm-zip<= 0.6.0 → 0.6.1 (High, GHSA-7q85-xj36-vmfc): alert first seen 2026-09-19, inside the 7-day hold; eligible 2026-09-26 (Dependabot PR chore(deps-dev): bump adm-zip from 0.6.0 to 0.6.1 in /tests #178 tracks it).adm-zip0.5.9–0.6.0 (Moderate, GHSA-vwc7-r8mq-g2x9): no patched version exists.esbuild< 0.28.1 (Low, GHSA-g7r4-m6w7-qqqr): Low severity, out of scope.Not addressed here (require a major version bump)
None.
Verification
npm install --legacy-peer-depsinevals/andtests/(matches CI)python3 scripts/validate_skills.py(49 skills),python3 -m unittest discover -s tests(9 tests),python3 scripts/generate_catalog.py --check,cd evals && npm test(92 pass / 0 fail)Require additional human oversight on bot PRsis the org-wide human gate on bot PRs and is expected to be red until a human approves.