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

Scan timing: clone 13.78s · analysis 110.19s · 21.0 MB · GitHub API rate-limit (preflight)

hoppscotch/hoppscotch

https://github.com/hoppscotch/hoppscotch · scanned 2026-06-05 07:29 UTC (5 days, 22 hours ago) · 10 languages

1392 raw signals (452 security + 940 graph) 2nd percentile · Typescript · large (100-500K LoC) System graph score 46 (higher by 9)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 22 hours ago · v2 · 681 actionable findings from 2 signal sources. 241 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 0.0 0.25 0.00
testing_score 64.0 0.20 12.80
documentation_score 87.0 0.15 13.05
practices_score 94.0 0.15 14.10
code_quality 60.2 0.10 6.02
Overall 1.00 55.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
Possible secret in packages/hoppscotch-backend/src/posthog/posthog.service.ts
GapSeverity.CRITICAL Layer.SECURITY score 1.000
Why: critical severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in packages/hoppscotch-backend/src/posthog/posthog.service.ts:12; move to env var / secrets manager.
packages/hoppscotch-backend/src/posthog/posthog.service.ts:12
#2
Possible secret in packages/hoppscotch-common/src/composables/oauth2/useOAuth2GrantTypes.ts
GapSeverity.CRITICAL Layer.SECURITY score 1.000
Why: critical severity · a leaked credential is a worst-case bug · fix is short / mechanical
Fix: Rotate the credential and remove it from in packages/hoppscotch-common/src/composables/oauth2/useOAuth2GrantTypes.ts:84; move to env var / secrets manager.
packages/hoppscotch-common/src/composables/oauth2/useOAuth2GrantTypes.ts:84
#3
Insecure pattern 'exec_used' in packages/hoppscotch-common/src/composables/auth.ts:22
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
packages/hoppscotch-common/src/composables/auth.ts:22
#4
Dangling fetch: GET http://localhost:9119/handshake (packages/hoppscotch-common/src/platform/std/kernel-interceptors/agent/store.ts:200)
GapSeverity.HIGH Layer.API score 0.338
Why: high severity · contract mismatch FE↔BE
Fix: Confirm the FE call URL matches a backend endpoint; update one side.
#5
Dangling fetch: POST http://localhost:9119/receive-registration (packages/hoppscotch-common/src/platform/std/kernel-interceptors/agent/store.ts:218)
GapSeverity.HIGH Layer.API score 0.338
Why: high severity · contract mismatch FE↔BE
Fix: Confirm the FE call URL matches a backend endpoint; update one side.
#6
Dangling fetch: POST http://localhost:9119/verify-registration (packages/hoppscotch-common/src/platform/std/kernel-interceptors/agent/store.ts:235)
GapSeverity.HIGH Layer.API score 0.338
Why: high severity · contract mismatch FE↔BE
Fix: Confirm the FE call URL matches a backend endpoint; update one side.
#7
Dangling fetch: GET http://localhost:9119/registration (packages/hoppscotch-common/src/platform/std/kernel-interceptors/agent/store.ts:265)
GapSeverity.HIGH Layer.API score 0.338
Why: high severity · contract mismatch FE↔BE
Fix: Confirm the FE call URL matches a backend endpoint; update one side.
#8
Dangling fetch: POST http://localhost:9119/cancel/${reqId} (packages/hoppscotch-common/src/platform/std/kernel-interceptors/agent/store.ts:346)
GapSeverity.HIGH Layer.API score 0.338
Why: high severity · contract mismatch FE↔BE
Fix: Confirm the FE call URL matches a backend endpoint; update one side.
#9
Dangling fetch: POST http://localhost:9119/execute (packages/hoppscotch-common/src/platform/std/kernel-interceptors/agent/index.ts:165)
GapSeverity.HIGH Layer.API score 0.338
Why: high severity · contract mismatch FE↔BE
Fix: Confirm the FE call URL matches a backend endpoint; update one side.
#10
Dangling fetch: POST https://api.github.com/gists (packages/hoppscotch-common/src/helpers/gist.ts:11)
GapSeverity.HIGH Layer.API score 0.338
Why: high severity · contract mismatch FE↔BE
Fix: Confirm the FE call URL matches a backend endpoint; update one side.

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/2f5b6a81-33de-421f-b4cd-3055059aa55a/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/2f5b6a81-33de-421f-b4cd-3055059aa55a/

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.