Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.
30 of your 87 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 3.56s · analysis 32.75s · 5.6 MB · GitHub preflight 459ms

braintrustdata/braintrust-proxy

https://github.com/braintrustdata/braintrust-proxy · scanned 2026-06-05 19:27 UTC (1 week, 2 days ago) · 10 languages

228 raw signals (80 security + 148 graph) 57th percentile · Typescript · medium (20-100K LoC) System graph score 82 (lower by 14)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 week, 2 days ago · v2 · 133 actionable findings from 2 signal sources. 21 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 75.0 0.15 11.25
security_score 43.9 0.25 10.97
testing_score 85.0 0.20 17.00
documentation_score 59.7 0.15 8.96
practices_score 89.0 0.15 13.35
code_quality 67.2 0.10 6.72
Overall 1.00 68.2
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Quality grade B- (68/100). Dimensions: security 44, maintainability 75. 80 findings (27 security). 34,163 lines analyzed.

Showing 103 of 133 actionable findings. 154 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

low Security checks cicd CI/CD security conf 0.35 ✓ Repobility 10 occurrences Workflow references repository secrets in a pull_request workflow
Fork pull_request runs do not receive normal repository secrets on GitHub Actions. Review this as a reliability/intent signal, not as direct fork-secret exfiltration. Raise severity only for pull_request_target or another trusted-context path that runs untrusted PR code with secrets.
lines 73, 74, 75, 76, 77, 78, 87, 88, +2 more
.github/workflows/js.yaml:73, 74, 75, 76, 77, 78, 87, 88, +2 more (10 hits)
CI/CD securityworkflow secretsGitHub Actions
high Security checks quality Quality conf 0.80 ✓ Repobility Express POST /proxy/v1/*splat has no auth
Express route POST /proxy/v1/*splat declared without an auth middleware in its handler chain. Destructive methods (POST/PUT/DELETE/PATCH) on unauthenticated routes are OWASP A01:2021 broken access control.
apis/node/src/local.ts:42
high Security checks software dependencies conf 0.90 ✓ Repobility 2 occurrences pre-commit hook `https://github.com/codespell-project/codespell` pinned to mutable rev `v2.2.5`
`.pre-commit-config.yaml` references `https://github.com/codespell-project/codespell` at `rev: v2.2.5`. If `{rev}` is a branch or version tag, the repo owner can push new code there and `pre-commit install --install-hooks` will fetch it on every developer's machine.
lines 7, 18
.pre-commit-config.yaml:7, 18 (2 hits)
medium Security checks security auth conf 0.92 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks but does not define .repobility/access.yml or equivalent authorization documentation.
The repository uses web/API frameworks but does not define .repobility/access.yml or equivalent authorization documentation.
high Security checks security auth conf 0.74 [AUC002] Low visible authorization coverage in route inventory: Only 0.0% of discovered routes show nearby authentication, authorization, middleware, or public-route evidence.
Only 0.0% of discovered routes show nearby authentication, authorization, middleware, or public-route evidence.
high Security checks security auth conf 0.68 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: GET /ping/route.
A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: GET /ping/route.
apis/vercel/app/api/ping/route.ts:8
high Security checks security auth conf 0.68 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: GET /v1/:...slug/route.
A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: GET /v1/:...slug/route.
apis/vercel/app/api/v1/[...slug]/route.ts:176
high Security checks security auth conf 0.68 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: POST /v1/:...slug/route.
A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: POST /v1/:...slug/route.
apis/vercel/app/api/v1/[...slug]/route.ts:180
medium Security checks quality Error handling conf 1.00 [ERR002] Empty Catch Block: Empty catch blocks hide errors.
Log the error or rethrow it. Use console.error() at minimum.
packages/proxy/src/util.ts:50
high Security checks quality Quality conf 0.72 Agent control bridge may listen on a network interface without visible auth
Agent, MCP, sidecar, and command bridge servers often start as local helpers. Binding them to 0.0.0.0 or a default all-interface listener without an authorization guard can expose tool execution or session data to the LAN.
packages/proxy/src/providers/util.ts:77
high Security checks quality Quality conf 0.74 Frontend API reference is not matched by discovered backend routes
A frontend string references a same-origin API path that Repobility could not match to backend route inventory. This often causes live 404s in user journeys.
apis/vercel/pages/index.tsx:18
high Security checks software dependencies conf 0.90 npm package `@types/uuid` is 2 major version(s) behind (^9.0.7 -> 11.0.0)
`@types/uuid` is pinned/resolved at ^9.0.7 but the latest stable release on the npm registry is 11.0.0 (2 major version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
packages/proxy/package.json
high Security checks software dependencies conf 0.90 npm package `@vercel/kv` is 3 major version(s) behind (^0.2.2 -> 3.0.0)
`@vercel/kv` is pinned/resolved at ^0.2.2 but the latest stable release on the npm registry is 3.0.0 (3 major version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
apis/vercel/package.json
high Security checks software dependencies conf 0.90 npm package `content-disposition` is 2 major version(s) behind (^0.5.4 -> 2.0.1)
`content-disposition` is pinned/resolved at ^0.5.4 but the latest stable release on the npm registry is 2.0.1 (2 major version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs rais…
packages/proxy/package.json
high Security checks software dependencies conf 0.90 npm package `eventsource-parser` is 2 major version(s) behind (^1.1.1 -> 3.1.0)
`eventsource-parser` is pinned/resolved at ^1.1.1 but the latest stable release on the npm registry is 3.1.0 (2 major version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
packages/proxy/package.json
high Security checks software dependencies conf 0.90 npm package `jose` is 1 major version(s) behind (^5.9.6 -> 6.2.3)
`jose` is pinned/resolved at ^5.9.6 but the latest stable release on the npm registry is 6.2.3 (1 major version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
packages/proxy/package.json
high Security checks software dependencies conf 0.90 npm package `undici` is 2 major version(s) behind (^6.0.0 -> 8.3.0)
`undici` is pinned/resolved at ^6.0.0 but the latest stable release on the npm registry is 8.3.0 (2 major version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
apis/vercel/package.json
high Security checks software dependencies conf 0.90 npm package `uuid` is 5 major version(s) behind (^9.0.1 -> 14.0.0)
`uuid` is pinned/resolved at ^9.0.1 but the latest stable release on the npm registry is 14.0.0 (5 major version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
packages/proxy/package.json
high Security checks software dependencies conf 0.90 npm package `yargs` is 1 major version(s) behind (^17.7.2 -> 18.0.0)
`yargs` is pinned/resolved at ^17.7.2 but the latest stable release on the npm registry is 18.0.0 (1 major version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
packages/proxy/package.json
medium Security checks quality Quality conf 0.70 Public web app has no Content Security Policy
A Content Security Policy reduces the blast radius of injected scripts if the app is ever served through preview, static hosting, or a web container outside its normal sandbox.
index.html
medium Security checks quality Quality conf 0.78 Public web service has no security.txt
security.txt gives researchers and customers a safe disclosure channel. Public web apps and APIs should publish it under /.well-known/security.txt.
.well-known/security.txt
medium Security checks software dependencies conf 0.88 qs: GHSA-q8mj-m7cp-5q26
qs has a remotely triggerable DoS: qs.stringify crashes with TypeError on null/undefined entries in comma-format arrays when encodeValuesOnly is set
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 uuid: GHSA-w5hq-g745-h8pq
uuid: Missing buffer bounds check in v3/v5/v6 when buf is provided
pnpm-lock.yaml
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apis/cloudflare/src/billing.ts:63
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apis/cloudflare/src/index.ts:8
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/proxy/scripts/cloudflare_worker_media_test.ts:224
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/proxy/src/providers/openai.test.ts:665
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/proxy/utils/tests.ts:59
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/fix-missing-model-bot-issues.yaml CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/sync-models.yaml CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 Install-time lifecycle script performs network/shell-sensitive actions
preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access.
package.json CI/CD securitySupply chainNpm
low Security checks quality Quality conf 0.60 Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
apis/cloudflare/src/realtime.ts:76 duplicationquality
high Security checks software dependencies conf 0.90 npm package `@anthropic-ai/sdk` is minor version(s) behind (^0.95.1 -> 0.100.1)
`@anthropic-ai/sdk` is pinned/resolved at ^0.95.1 but the latest stable release on the npm registry is 0.100.1 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
packages/proxy/package.json
high Security checks software dependencies conf 0.90 npm package `@aws-sdk/client-bedrock-runtime` is minor version(s) behind (3.1042.0 -> 3.1063.0)
`@aws-sdk/client-bedrock-runtime` is pinned/resolved at 3.1042.0 but the latest stable release on the npm registry is 3.1063.0 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-…
packages/proxy/package.json
high Security checks software dependencies conf 0.90 npm package `@openapi-contrib/json-schema-to-openapi-schema` is minor version(s) behind (^4.2.0 -> 4.3.2)
`@openapi-contrib/json-schema-to-openapi-schema` is pinned/resolved at ^4.2.0 but the latest stable release on the npm registry is 4.3.2 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabo…
packages/proxy/package.json
high Security checks software dependencies conf 0.90 npm package `@opentelemetry/exporter-metrics-otlp-http` is minor version(s) behind (^0.204.0 -> 0.218.0)
`@opentelemetry/exporter-metrics-otlp-http` is pinned/resolved at ^0.204.0 but the latest stable release on the npm registry is 0.218.0 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot…
packages/proxy/package.json
high Security checks software dependencies conf 0.90 3 occurrences npm package `@opentelemetry/sdk-metrics` is minor version(s) behind (^2.1.0 -> 2.7.1)
`@opentelemetry/sdk-metrics` is pinned/resolved at ^2.1.0 but the latest stable release on the npm registry is 2.7.1 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs…
3 occurrences
packages/proxy/package.json (3 hits)
high Security checks software dependencies conf 0.90 npm package `cache-control-parser` is minor version(s) behind (^2.0.6 -> 2.2.0)
`cache-control-parser` is pinned/resolved at ^2.0.6 but the latest stable release on the npm registry is 2.2.0 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
packages/proxy/package.json
high Security checks software dependencies conf 0.90 npm package `esbuild` is minor version(s) behind (^0.27.0 -> 0.28.0)
`esbuild` is pinned/resolved at ^0.27.0 but the latest stable release on the npm registry is 0.28.0 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
packages/proxy/package.json
high Security checks software dependencies conf 0.90 npm package `prettier` is minor version(s) behind (3.3.2 -> 3.8.3)
`prettier` is pinned/resolved at 3.3.2 but the latest stable release on the npm registry is 3.8.3 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
package.json
high Security checks software dependencies conf 0.90 npm package `tsx` is minor version(s) behind (^4.8.1 -> 4.22.4)
`tsx` is pinned/resolved at ^4.8.1 but the latest stable release on the npm registry is 4.22.4 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
packages/proxy/package.json
high Security checks software dependencies conf 0.90 npm package `zod-to-json-schema` is minor version(s) behind (^3.24.6 -> 3.25.2)
`zod-to-json-schema` is pinned/resolved at ^3.24.6 but the latest stable release on the npm registry is 3.25.2 (minor version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
packages/proxy/package.json
low Security checks quality Quality conf 0.64 Public docs site has no llms.txt
AI coding agents increasingly read llms.txt to find canonical docs and API workflows. Without it, agents are more likely to browse pages repeatedly or use stale instructions.
llms.txt
low Security checks quality Quality conf 0.50 Public web app has no humans.txt
humans.txt is optional, but it gives operators and reviewers a simple place to find ownership, contact, and important public documentation links.
humans.txt
low Security checks quality Quality conf 0.74 Public web app has no robots.txt
Public websites should publish a robots.txt file so crawlers and AI agents can discover crawl rules and sitemap locations without guessing.
robots.txt
low Security checks quality Quality conf 0.72 Public web app has no sitemap
A sitemap gives search engines, docs crawlers, and AI agents a structured list of public pages. Without one, important docs and product pages are easy to miss.
sitemap.xml
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apis/cloudflare/src/lib.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apis/cloudflare/tsup.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apis/cloudflare/worker-configuration.d.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apis/vercel/app/api/v1/[...slug]/route.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apis/vercel/next-env.d.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apis/vercel/next.config.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apis/vercel/postcss.config.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apis/vercel/tailwind.config.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: packages/proxy/edge/index.metrics.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: packages/proxy/schema/audio.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: packages/proxy/schema/index.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: packages/proxy/schema/models.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: packages/proxy/schema/openai-realtime.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: packages/proxy/schema/secrets.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: packages/proxy/scripts/collect_changed_model_ids.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: packages/proxy/scripts/model_name_translation.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: packages/proxy/scripts/sync_model_catalog.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: packages/proxy/scripts/sync_models.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: packages/proxy/scripts/verify_proxy_models.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: packages/proxy/src/constants.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: packages/proxy/src/generated_types.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: packages/proxy/src/providers/azure.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: packages/proxy/src/providers/mistral.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: packages/proxy/src/util.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: packages/proxy/tsup.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: packages/proxy/types/anthropic.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: packages/proxy/types/google.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: packages/proxy/types/openai.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: packages/proxy/utils/encrypt.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: packages/proxy/vitest.config.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: vitest.config.js
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_prices_and_context_window_backup` in packages/proxy/scripts/fix_bot_issue.ts:136
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_prices_and_context_window_backup` in packages/proxy/scripts/sync_models.ts:173
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apis/node/src/local.ts:61
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/proxy/edge/index.ts:178
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/proxy/schema/models.test.ts:12
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/proxy/scripts/cloudflare_worker_media_test.ts:347
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/proxy/scripts/fix_bot_issue.ts:1853
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/proxy/scripts/sync_models.ts:690
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/proxy/scripts/verify_proxy_models.ts:404
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/proxy/src/providers/anthropic.test.ts:638
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/proxy/src/providers/openai.test.ts:1131
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/proxy/src/proxy.ts:1525
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph api Wiring conf 1.00 Unused endpoint: GET /proxy/v1/*splat
`apis/node/src/local.ts` declares `GET /proxy/v1/*splat` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /proxy/v1/*splat
`apis/node/src/local.ts` declares `POST /proxy/v1/*splat` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: packages/proxy/schema/index.ts (1168 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/proxy/scripts/fix_bot_issue.ts (1904 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/proxy/scripts/sync_models.ts (1887 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/proxy/src/generated_types.ts (1978 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/proxy/src/providers/google.params.test.ts (2246 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/proxy/src/providers/google.test.ts (2584 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/proxy/src/proxy.ts (3802 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
high Security checks software dependencies conf 0.90 npm package `@opentelemetry/api` is patch version(s) behind (1.9.0 -> 1.9.1)
`@opentelemetry/api` is pinned/resolved at 1.9.0 but the latest stable release on the npm registry is 1.9.1 (patch version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
packages/proxy/package.json
high Security checks software dependencies conf 0.90 npm package `@types/content-disposition` is patch version(s) behind (^0.5.8 -> 0.5.9)
`@types/content-disposition` is pinned/resolved at ^0.5.8 but the latest stable release on the npm registry is 0.5.9 (patch version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs…
packages/proxy/package.json
high Security checks software dependencies conf 0.90 npm package `@types/jsonwebtoken` is patch version(s) behind (^9.0.7 -> 9.0.10)
`@types/jsonwebtoken` is pinned/resolved at ^9.0.7 but the latest stable release on the npm registry is 9.0.10 (patch version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
packages/proxy/package.json
high Security checks software dependencies conf 0.90 npm package `@types/yargs` is patch version(s) behind (^17.0.33 -> 17.0.35)
`@types/yargs` is pinned/resolved at ^17.0.33 but the latest stable release on the npm registry is 17.0.35 (patch version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs raise.
packages/proxy/package.json
high Security checks software dependencies conf 0.90 npm package `dereference-json-schema` is patch version(s) behind (^0.2.1 -> 0.2.2)
`dereference-json-schema` is pinned/resolved at ^0.2.1 but the latest stable release on the npm registry is 0.2.2 (patch version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-update PRs ra…
packages/proxy/package.json
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/5b431bf3-77c6-490a-ab4d-1f966b8ba37c/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/5b431bf3-77c6-490a-ab4d-1f966b8ba37c/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.