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.
39 of your 124 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 2.35s · analysis 36.97s · 5.6 MB · GitHub API rate-limit (preflight)

getsentry/junior

https://github.com/getsentry/junior · scanned 2026-06-05 14:57 UTC (5 days, 4 hours ago) · 10 languages

354 raw signals (112 security + 242 graph) 34th percentile · Typescript · large (100-500K LoC)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 4 hours ago · v2 · 180 actionable findings from 2 signal sources. 53 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 60.0 0.15 9.00
security_score 51.0 0.25 12.75
testing_score 95.0 0.20 19.00
documentation_score 84.0 0.15 12.60
practices_score 74.0 0.15 11.10
code_quality 65.9 0.10 6.59
Overall 1.00 71.0
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

Top 10 actions, ranked by impact × ease. Severity drives impact; tag-based fix-clarity drives ease.

#1
`dangerouslySetInnerHTML` used in a React component — packages/junior-dashboard/src/client/code.tsx:165
GapSeverity.MEDIUM Layer.FRONTEND score 0.360
Why: medium severity
#2
Insecure pattern 'dangerous_innerhtml' in packages/junior-dashboard/src/client/code.tsx:165
GapSeverity.MEDIUM Layer.SECURITY score 0.248
Why: medium severity · OWASP-class risk
packages/junior-dashboard/src/client/code.tsx:165
#3
GitHub Action is tag-pinned rather than SHA-pinned
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/release.yml:71
#4
GitHub Actions workflow grants broad write permissions
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/release.yml
#5
`fetch()` without try/.catch or AbortSignal — packages/junior/src/cli/init.ts:27
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Wrap the `fetch(...)` in `try { ... } catch` in packages/junior/src/cli/init.ts:27, OR pass `{ signal: AbortSignal.timeout(N) }` so the call cancels deterministically.
#6
`fetch()` without try/.catch or AbortSignal — packages/junior/src/chat/sandbox/egress-oidc.ts:53
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Wrap the `fetch(...)` in `try { ... } catch` in packages/junior/src/chat/sandbox/egress-oidc.ts:53, OR pass `{ signal: AbortSignal.timeout(N) }` so the call cancels deterministically.
#7
`fetch()` without try/.catch or AbortSignal — packages/junior/src/chat/slack/client.ts:422
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Wrap the `fetch(...)` in `try { ... } catch` in packages/junior/src/chat/slack/client.ts:422, OR pass `{ signal: AbortSignal.timeout(N) }` so the call cancels deterministically.
#8
`fetch()` without try/.catch or AbortSignal — packages/junior/src/chat/plugins/auth/oauth-bearer-broker.ts:51
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Wrap the `fetch(...)` in `try { ... } catch` in packages/junior/src/chat/plugins/auth/oauth-bearer-broker.ts:51, OR pass `{ signal: AbortSignal.timeout(N) }` so the call cancels deterministically.
#9
`fetch()` without try/.catch or AbortSignal — packages/junior/src/chat/plugins/auth/github-app-broker.ts:121
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Wrap the `fetch(...)` in `try { ... } catch` in packages/junior/src/chat/plugins/auth/github-app-broker.ts:121, OR pass `{ signal: AbortSignal.timeout(N) }` so the call cancels deterministically.
#10
`fetch()` without try/.catch or AbortSignal — packages/junior/src/handlers/oauth-callback.ts:580
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Wrap the `fetch(...)` in `try { ... } catch` in packages/junior/src/handlers/oauth-callback.ts:580, OR pass `{ signal: AbortSignal.timeout(N) }` so the call cancels deterministically.

Click "Find this gap" on any action above to jump to it on the Findings tab. Adjust the chip bar to filter by impact (severity), layer, or source.

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/1d9e8130-afc4-40d9-8257-4d1a935c7671/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/1d9e8130-afc4-40d9-8257-4d1a935c7671/

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.