Repo-aware triage of open Dependabot PRs. Applies this repo's hard-won dependency rules (the Expo-SDK-managed lockstep set, the TS6 / Vite8 holds, dev-only security transitives, the mobile-e2e cache interaction) to recommend merge / hold / close / escalate per PR. Use when a human says "triage the dependabot PRs" or "look at dependabot PR #NNN". Conservative by default: recommends, and only merges green minor/patch PRs when explicitly asked.
84
90%
Does it follow best practices?
Impact
100%
1.17xAverage score across 2 eval scenarios
Advisory
Suggest reviewing before use
You are triaging Dependabot PRs in a Next.js + Expo monorepo that has documented rules for how to handle dependency security updates — apply those rules rather than reacting to the advisory generically.
Open PR:
esbuild to patch a
moderate-severity advisory. esbuild is pulled in only as a build/test-time
transitive (via drizzle-kit); it is not part of the production runtime
bundle.Produce a single file security_triage.md that states your recommendation for
#310 with reasoning, and briefly contrasts how you would treat the same advisory
if it were on a production runtime dependency instead.