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, 21 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, 21 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
Scan summary Quality grade C (55/100). Dimensions: maintainability 60. 452 findings (287 security). 302,266 lines analyzed.

Showing 493 of 681 actionable findings. 922 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.

critical Security checks quality Quality conf 1.00 ✓ Repobility [MINED035] Js New Function: new Function(...) compiles strings to functions.
Review and fix per the pattern semantics. See CWE-95 / for context.
packages/hoppscotch-js-sandbox/src/web/pre-request/worker.ts:14
low Security checks security secrets conf 0.90 [SEC002] Hardcoded API Key: Hardcoded API key found in source code.
Use environment variables. Add the pattern to .gitignore.
packages/hoppscotch-backend/src/posthog/posthog.service.ts:12
critical Security checks cicd CI/CD security conf 0.96 Compose service contains a literal secret environment value
Literal secrets in Compose files are committed to source and exposed through container inspection.
docker-compose.yml:136 CI/CD securitycontainers
critical Security checks security secrets conf 0.95 7 occurrences Detected a Generic API Key, potentially exposing access to various services and sensitive operations.
Gitleaks detected a committed secret or credential pattern.
4 files, 7 locations
packages/hoppscotch-cli/src/__tests__/e2e/fixtures/collections/collection-with-variables.json:229, 299, 314 (3 hits)
packages/hoppscotch-common/src/helpers/auth/types/__tests__/jwt.spec.ts:161, 175 (2 hits)
packages/hoppscotch-backend/src/access-token/access-token.service.spec.ts:46
packages/hoppscotch-backend/src/posthog/posthog.service.ts:12
critical Security checks security secrets conf 0.95 Found a Stripe Access Token, posing a risk to payment processing services and sensitive financial data.
Gitleaks detected a committed secret or credential pattern.
packages/hoppscotch-common/src/components/http/authorization/ApiKey.vue:20
critical Security checks software dependencies conf 0.88 liquidjs: GHSA-gf2q-c269-pqgc
LiquidJS is Vulnerable to Remote Code Execution
pnpm-lock.yaml
high Security checks security auth conf 0.88 Token handoff appears to use a callback URL or fragment
A frontend flow appears to combine a caller-controlled callback/redirect parameter with a token-bearing URL or fragment. This can exfiltrate sessions when callback validation is incomplete.
packages/hoppscotch-selfhost-web/src/pages/device-login.vue:119
critical Security checks security secrets conf 0.95 5 occurrences Uncovered a JSON Web Token, which may lead to unauthorized access to web applications and sensitive user data.
Gitleaks detected a committed secret or credential pattern.
2 files, 5 locations
packages/hoppscotch-common/src/helpers/curl/__tests__/curlparser.spec.js:370, 379, 391 (3 hits)
packages/hoppscotch-common/src/helpers/auth/types/__tests__/jwt.spec.ts:25, 59 (2 hits)
critical System graph security Secrets conf 1.00 Possible secret in packages/hoppscotch-backend/src/posthog/posthog.service.ts
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
packages/hoppscotch-backend/src/posthog/posthog.service.ts:12
critical System graph security Secrets conf 1.00 Possible secret in packages/hoppscotch-common/src/composables/oauth2/useOAuth2GrantTypes.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
packages/hoppscotch-common/src/composables/oauth2/useOAuth2GrantTypes.ts:84
high Security checks software dependencies conf 0.88 @babel/plugin-transform-modules-systemjs: GHSA-fv7c-fp4j-7gwp
@babel/plugin-transform-modules-systemjs generates arbitrary code when compiling malicious input
pnpm-lock.yaml
high Security checks security auth conf 0.70 3 occurrences [AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: ANY /users/:uid.
A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: ANY /users/:uid.
lines 162, 184, 212
packages/hoppscotch-backend/src/infra-token/infra-token.controller.ts:162, 184, 212 (3 hits)
high Security checks security auth conf 0.70 [AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: ANY /users/:uid/workspaces.
A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: ANY /users/:uid/workspaces.
packages/hoppscotch-backend/src/infra-token/infra-token.controller.ts:279
high Security checks quality Quality conf 1.00 ✓ Repobility [MINED031] React Direct State Mutation: this.state.X = Y mutates without setState. React wont re-render.
Review and fix per the pattern semantics. See CWE-682 / for context.
packages/hoppscotch-common/src/services/kernel-interceptor.service.ts:115
high Security checks software dependencies conf 0.88 4 occurrences atk-sys: RUSTSEC-2024-0416
gtk-rs GTK3 bindings - no longer maintained
4 files, 4 locations
packages/hoppscotch-agent/src-tauri/Cargo.lock
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/Cargo.lock
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-relay/Cargo.lock
packages/hoppscotch-desktop/src-tauri/Cargo.lock
high Security checks software dependencies conf 0.88 4 occurrences atk: RUSTSEC-2024-0413
gtk-rs GTK3 bindings - no longer maintained
4 files, 4 locations
packages/hoppscotch-agent/src-tauri/Cargo.lock
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/Cargo.lock
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-relay/Cargo.lock
packages/hoppscotch-desktop/src-tauri/Cargo.lock
high Security checks software dependencies conf 0.88 axios: GHSA-35jp-ww65-95wh
axios Vulnerable to Full Man-in-the-Middle via Prototype Pollution Gadget in `config.proxy`
pnpm-lock.yaml
high Security checks software dependencies conf 0.88 axios: GHSA-777c-7fjr-54vf
Allocation of Resources Without Limits or Throttling in Axios
pnpm-lock.yaml
high Security checks software dependencies conf 0.88 axios: GHSA-hfxv-24rg-xrqf
Axios: Regular Expression Denial of Service (ReDoS) via Cookie Name Injection
pnpm-lock.yaml
high Security checks software dependencies conf 0.88 axios: GHSA-j5f8-grm9-p9fc
Axios: Proxy-Authorization header leaks to redirect target when proxy is re-evaluated to direct connection
pnpm-lock.yaml
high Security checks software dependencies conf 0.88 axios: GHSA-p92q-9vqr-4j8v
Axios: Proxy-Authorization Credential Leak to Origin Server Across HTTP-to-HTTPS Redirect in Axios Node.js HTTP Adapter
pnpm-lock.yaml
high Security checks software dependencies conf 0.88 axios: GHSA-pjwm-pj3p-43mv
axios's shouldBypassProxy does not recognize IPv4-mapped IPv6 addresses, allowing NO_PROXY bypass (incomplete fix for CVE-2025-62718)
pnpm-lock.yaml
high Security checks software dependencies conf 0.88 bytes: RUSTSEC-2026-0007
Integer overflow in `BytesMut::reserve`
packages/hoppscotch-agent/src-tauri/Cargo.lock
high Security checks software dependencies conf 0.88 crossbeam-channel: RUSTSEC-2025-0024
crossbeam-channel: double free on Drop
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-relay/Cargo.lock
high Security checks cicd CI/CD security conf 0.90 Database service has no persistent data volume
Database containers store data in the writable container layer unless a volume or bind mount is attached to the image's data directory. Recreating the container can lose state.
docker-compose.yml:136 CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.84 Database service publishes a host port
Publishing database ports to the host increases exposure. Internal Compose networking usually only needs expose, not ports.
docker-compose.yml:136 CI/CD securitycontainers
high Security checks software dependencies conf 0.88 derivative: RUSTSEC-2024-0388
`derivative` is unmaintained; consider using an alternative
packages/hoppscotch-desktop/src-tauri/Cargo.lock
high Security checks software dependencies conf 0.90 ✓ Repobility 7 occurrences Dockerfile FROM `node:20.12.2` not pinned by digest
`FROM node:20.12.2` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity.
4 files, 7 locations
packages/hoppscotch-selfhost-web/Dockerfile:2, 16 (2 hits)
packages/hoppscotch-sh-admin/Dockerfile:2, 16 (2 hits)
prod.Dockerfile:4, 66 (2 hits)
packages/hoppscotch-backend/Dockerfile:1
high Security checks software dependencies conf 0.88 4 occurrences fxhash: RUSTSEC-2025-0057
fxhash - no longer maintained
4 files, 4 locations
packages/hoppscotch-agent/src-tauri/Cargo.lock
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/Cargo.lock
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-relay/Cargo.lock
packages/hoppscotch-desktop/src-tauri/Cargo.lock
high Security checks software dependencies conf 0.88 4 occurrences gdk-sys: RUSTSEC-2024-0418
gtk-rs GTK3 bindings - no longer maintained
4 files, 4 locations
packages/hoppscotch-agent/src-tauri/Cargo.lock
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/Cargo.lock
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-relay/Cargo.lock
packages/hoppscotch-desktop/src-tauri/Cargo.lock
high Security checks software dependencies conf 0.88 4 occurrences gdk: RUSTSEC-2024-0412
gtk-rs GTK3 bindings - no longer maintained
4 files, 4 locations
packages/hoppscotch-agent/src-tauri/Cargo.lock
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/Cargo.lock
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-relay/Cargo.lock
packages/hoppscotch-desktop/src-tauri/Cargo.lock
high Security checks software dependencies conf 0.88 4 occurrences gdkwayland-sys: RUSTSEC-2024-0411
gtk-rs GTK3 bindings - no longer maintained
4 files, 4 locations
packages/hoppscotch-agent/src-tauri/Cargo.lock
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/Cargo.lock
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-relay/Cargo.lock
packages/hoppscotch-desktop/src-tauri/Cargo.lock
high Security checks software dependencies conf 0.88 4 occurrences gdkx11-sys: RUSTSEC-2024-0414
gtk-rs GTK3 bindings - no longer maintained
4 files, 4 locations
packages/hoppscotch-agent/src-tauri/Cargo.lock
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/Cargo.lock
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-relay/Cargo.lock
packages/hoppscotch-desktop/src-tauri/Cargo.lock
high Security checks software dependencies conf 0.88 4 occurrences gdkx11: RUSTSEC-2024-0417
gtk-rs GTK3 bindings - no longer maintained
4 files, 4 locations
packages/hoppscotch-agent/src-tauri/Cargo.lock
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/Cargo.lock
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-relay/Cargo.lock
packages/hoppscotch-desktop/src-tauri/Cargo.lock
high Security checks software dependencies conf 0.88 glib: RUSTSEC-2024-0429
Unsoundness in `Iterator` and `DoubleEndedIterator` impls for `glib::VariantStrIter`
packages/hoppscotch-agent/src-tauri/Cargo.lock
high Security checks software dependencies conf 0.88 golang.org/x/sys: GO-2026-5024
Invoking integer overflow in NewNTUnicodeString in golang.org/x/sys/windows
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 4 occurrences gtk-sys: RUSTSEC-2024-0420
gtk-rs GTK3 bindings - no longer maintained
4 files, 4 locations
packages/hoppscotch-agent/src-tauri/Cargo.lock
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/Cargo.lock
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-relay/Cargo.lock
packages/hoppscotch-desktop/src-tauri/Cargo.lock
high Security checks software dependencies conf 0.88 4 occurrences gtk3-macros: RUSTSEC-2024-0419
gtk-rs GTK3 bindings - no longer maintained
4 files, 4 locations
packages/hoppscotch-agent/src-tauri/Cargo.lock
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/Cargo.lock
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-relay/Cargo.lock
packages/hoppscotch-desktop/src-tauri/Cargo.lock
high Security checks software dependencies conf 0.88 4 occurrences gtk: RUSTSEC-2024-0415
gtk-rs GTK3 bindings - no longer maintained
4 files, 4 locations
packages/hoppscotch-agent/src-tauri/Cargo.lock
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/Cargo.lock
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-relay/Cargo.lock
packages/hoppscotch-desktop/src-tauri/Cargo.lock
high Security checks software dependencies conf 0.88 immutable: GHSA-wf6x-7x77-mvgw
Immutable is vulnerable to Prototype Pollution
pnpm-lock.yaml
high Security checks software dependencies conf 0.88 liquidjs: GHSA-hh27-hf48-9f5q
LiquidJS has a memory and render limit bypass via unbounded width padding in `date` filter (strftime)
pnpm-lock.yaml
high Security checks software dependencies conf 0.88 liquidjs: GHSA-r7g9-xpmj-5fcq
LiquidJS Vulnerable to ReDoS via Quadratic Backtracking in `strip_html` Filter Regex
pnpm-lock.yaml
high Security checks software dependencies conf 0.88 lru: RUSTSEC-2026-0002
`IterMut` violates Stacked Borrows by invalidating internal pointer
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/Cargo.lock
high Security checks software dependencies conf 0.88 openssl: GHSA-8c75-8mhr-p7r9
rust-openssl has incorrect bounds assertion in aes key wrap
packages/hoppscotch-agent/src-tauri/Cargo.lock
high Security checks software dependencies conf 0.88 openssl: GHSA-ghm9-cr32-g9qj
rust-openssl: rustMdCtxRef::digest_final() writes past caller buffer with no length check
packages/hoppscotch-agent/src-tauri/Cargo.lock
high Security checks software dependencies conf 0.88 openssl: GHSA-hppc-g8h3-xhp3
rust-openssl: Unchecked callback length in PSK/cookie trampolines leaks adjacent memory to peer
packages/hoppscotch-agent/src-tauri/Cargo.lock
high Security checks software dependencies conf 0.88 openssl: GHSA-pqf5-4pqq-29f5
rust-openssl: Deriver::derive and PkeyCtxRef::derive can overflow short buffers on OpenSSL 1.1.1
packages/hoppscotch-agent/src-tauri/Cargo.lock
high Security checks software dependencies conf 0.88 openssl: GHSA-xp3w-r5p5-63rr
rust-openssl has undefined behavior in X509Ref::ocsp_responders for certificates with non-UTF-8 OCSP URLs
packages/hoppscotch-agent/src-tauri/Cargo.lock
high Security checks software dependencies conf 0.88 openssl: RUSTSEC-2025-0004
ssl::select_next_proto use after free
packages/hoppscotch-desktop/plugin-workspace/relay/Cargo.lock
high Security checks software dependencies conf 0.88 openssl: RUSTSEC-2025-0022
Use-After-Free in `Md::fetch` and `Cipher::fetch`
packages/hoppscotch-desktop/plugin-workspace/relay/Cargo.lock
high Security checks software dependencies conf 0.90 ✓ Repobility 4 occurrences package.json dep `@hoppscotch/plugin-appload` pulled from URL/Git
`dependencies.@hoppscotch/plugin-appload` = `github:CuriousCorrelation/tauri-plugin-appload#9d4528be4f385bccbe46859631d31aa2ee1ec0b6` bypasses the npm registry. No integrity hash, no version locking, no registry-side scanning. If the URL or git host is compromised, every `npm install` pulls the new…
4 files, 4 locations
packages/hoppscotch-common/package.json:1
packages/hoppscotch-desktop/package.json:1
packages/hoppscotch-kernel/package.json:1
packages/hoppscotch-selfhost-web/package.json:1
high Security checks software dependencies conf 0.88 picomatch: GHSA-c2c7-rcm5-vvqj
Picomatch has a ReDoS vulnerability via extglob quantifiers
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/pnpm-lock.yaml
high Security checks software dependencies conf 0.88 4 occurrences proc-macro-error: RUSTSEC-2024-0370
proc-macro-error is unmaintained
4 files, 4 locations
packages/hoppscotch-agent/src-tauri/Cargo.lock
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/Cargo.lock
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-relay/Cargo.lock
packages/hoppscotch-desktop/src-tauri/Cargo.lock
high Security checks software dependencies conf 0.88 rand: RUSTSEC-2026-0097
Rand is unsound with a custom logger using `rand::rng()`
packages/hoppscotch-agent/src-tauri/Cargo.lock
high Security checks software dependencies conf 0.88 ring: RUSTSEC-2025-0009
Some AES functions may panic when overflow checking is enabled.
packages/hoppscotch-desktop/src-tauri/Cargo.lock
high Security checks software dependencies conf 0.88 rollup: GHSA-mw96-cpmx-2vgc
Rollup 4 has Arbitrary File Write via Path Traversal
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/pnpm-lock.yaml
high Security checks software dependencies conf 0.88 3 occurrences rustls-pemfile: RUSTSEC-2025-0134
rustls-pemfile is unmaintained
3 files, 3 locations
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/Cargo.lock
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-relay/Cargo.lock
packages/hoppscotch-desktop/src-tauri/Cargo.lock
high Security checks software dependencies conf 0.88 rustls-webpki: RUSTSEC-2026-0049
CRLs not considered authoritative by Distribution Point due to faulty matching logic
packages/hoppscotch-agent/src-tauri/Cargo.lock
high Security checks software dependencies conf 0.88 rustls-webpki: RUSTSEC-2026-0098
Name constraints for URI names were incorrectly accepted
packages/hoppscotch-agent/src-tauri/Cargo.lock
high Security checks software dependencies conf 0.88 rustls-webpki: RUSTSEC-2026-0099
Name constraints were accepted for certificates asserting a wildcard name
packages/hoppscotch-agent/src-tauri/Cargo.lock
high Security checks software dependencies conf 0.88 rustls-webpki: RUSTSEC-2026-0104
Reachable panic in certificate revocation list parsing
packages/hoppscotch-agent/src-tauri/Cargo.lock
high Security checks software dependencies conf 0.88 socket.io-parser: GHSA-677m-j7p3-52f9
socket.io allows an unbounded number of binary attachments
pnpm-lock.yaml
high Security checks software dependencies conf 0.88 stdlib: GO-2025-3563
Request smuggling due to acceptance of invalid chunked data in net/http
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2025-3749
Usage of ExtKeyUsageAny disables policy validation in crypto/x509
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2025-3750
Inconsistent handling of O_CREATE|O_EXCL on Unix and Windows in os in syscall
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2025-3751
Sensitive headers not cleared on cross-origin redirect in net/http
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2025-3849
Incorrect results returned from Rows.Scan in database/sql
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2025-3956
Unexpected paths returned from LookPath in os/exec
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2025-4006
Excessive CPU consumption in ParseAddress in net/mail
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2025-4007
Quadratic complexity when checking name constraints in crypto/x509
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2025-4008
ALPN negotiation error contains attacker controlled information in crypto/tls
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2025-4009
Quadratic complexity when parsing some invalid inputs in encoding/pem
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2025-4010
Insufficient validation of bracketed IPv6 hostnames in net/url
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2025-4011
Parsing DER payload can cause memory exhaustion in encoding/asn1
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2025-4012
Lack of limit when parsing cookies can cause memory exhaustion in net/http
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2025-4013
Panic when validating certificates with DSA public keys in crypto/x509
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2025-4014
Unbounded allocation when parsing GNU sparse map in archive/tar
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2025-4015
Excessive CPU consumption in Reader.ReadResponse in net/textproto
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2025-4155
Excessive resource consumption when printing error string for host certificate validation in crypto/x509
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2025-4175
Improper application of excluded DNS name constraints when verifying wildcard names in crypto/x509
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4337
Unexpected session resumption in crypto/tls
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4340
Handshake messages may be processed at the incorrect encryption level in crypto/tls
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4341
Memory exhaustion in query parameter parsing in net/url
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4342
Excessive CPU consumption when building archive index in archive/zip
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4403
Improper access to parent directory of root in os
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4601
Incorrect parsing of IPv6 host literals in net/url
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4602
FileInfo can escape from a Root in os
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4603
URLs in meta content attribute actions are not escaped in html/template
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4864
TOCTOU permits root escape on Linux via Root.Chmod in os in internal/syscall/unix
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4865
JsBraceDepth Context Tracking Bugs (XSS) in html/template
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4869
Unbounded allocation for old GNU sparse in archive/tar
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4870
Unauthenticated TLS 1.3 KeyUpdate record can cause persistent connection retention and DoS in crypto/tls
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4918
Infinite loop in HTTP/2 transport when given bad SETTINGS_MAX_FRAME_SIZE in net/http/internal/http2 in golang.org/x/net
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4946
Inefficient policy validation in crypto/x509
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4947
Unexpected work during chain building in crypto/x509
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4971
Panic in Dial and LookupPort when handling NUL byte on Windows in net
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4976
ReverseProxy forwards queries with more than urlmaxqueryparams parameters in net/http/httputil
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4977
Quadratic string concatenation in consumePhrase in net/mail
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4980
Escaper bypass leads to XSS in html/template
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4981
Crash when handling long CNAME response in net
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4982
Bypass of meta content URL escaping causes XSS in html/template
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-4986
Quadratic string concatentation in consumeComment in net/mail
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-5037
Inefficient candidate hostname parsing in crypto/x509
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-5038
Quadratic complexity in WordDecoder.DecodeHeader in mime
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 stdlib: GO-2026-5039
Arbitrary inputs are included in errors without any escaping in net/textproto
packages/hoppscotch-selfhost-web/webapp-server/go.mod
high Security checks software dependencies conf 0.88 tar: RUSTSEC-2026-0067
`unpack_in` can chmod arbitrary directories by following symlinks
packages/hoppscotch-agent/src-tauri/Cargo.lock
high Security checks software dependencies conf 0.88 tar: RUSTSEC-2026-0068
tar-rs incorrectly ignores PAX size headers if header size is nonzero
packages/hoppscotch-agent/src-tauri/Cargo.lock
high Security checks software dependencies conf 0.88 time: RUSTSEC-2026-0009
Denial of Service via Stack Exhaustion
packages/hoppscotch-agent/src-tauri/Cargo.lock
high Security checks software dependencies conf 0.88 tokio: RUSTSEC-2025-0023
Broadcast channel calls clone in parallel, but does not require `Sync`
packages/hoppscotch-desktop/plugin-workspace/relay/Cargo.lock
high Security checks software dependencies conf 0.88 tracing-subscriber: RUSTSEC-2025-0055
Logging user input may result in poisoning logs with ANSI escape sequences
packages/hoppscotch-desktop/src-tauri/Cargo.lock
high Security checks software dependencies conf 0.88 4 occurrences unic-char-property: RUSTSEC-2025-0081
`unic-char-property` is unmaintained
4 files, 4 locations
packages/hoppscotch-agent/src-tauri/Cargo.lock
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/Cargo.lock
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-relay/Cargo.lock
packages/hoppscotch-desktop/src-tauri/Cargo.lock
high Security checks software dependencies conf 0.88 4 occurrences unic-char-range: RUSTSEC-2025-0075
`unic-char-range` is unmaintained
4 files, 4 locations
packages/hoppscotch-agent/src-tauri/Cargo.lock
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/Cargo.lock
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-relay/Cargo.lock
packages/hoppscotch-desktop/src-tauri/Cargo.lock
high Security checks software dependencies conf 0.88 4 occurrences unic-common: RUSTSEC-2025-0080
`unic-common` is unmaintained
4 files, 4 locations
packages/hoppscotch-agent/src-tauri/Cargo.lock
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/Cargo.lock
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-relay/Cargo.lock
packages/hoppscotch-desktop/src-tauri/Cargo.lock
high Security checks software dependencies conf 0.88 4 occurrences unic-ucd-ident: RUSTSEC-2025-0100
`unic-ucd-ident` is unmaintained
4 files, 4 locations
packages/hoppscotch-agent/src-tauri/Cargo.lock
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/Cargo.lock
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-relay/Cargo.lock
packages/hoppscotch-desktop/src-tauri/Cargo.lock
high Security checks software dependencies conf 0.88 4 occurrences unic-ucd-version: RUSTSEC-2025-0098
`unic-ucd-version` is unmaintained
4 files, 4 locations
packages/hoppscotch-agent/src-tauri/Cargo.lock
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/Cargo.lock
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-relay/Cargo.lock
packages/hoppscotch-desktop/src-tauri/Cargo.lock
high Security checks software dependencies conf 0.88 vite: GHSA-c27g-q93r-2cwf
launch-editor vulnerable to command injection via the crafted request on Windows
pnpm-lock.yaml
high Security checks software dependencies conf 0.88 zip: GHSA-94vh-gphv-8pm8
zip Incorrectly Canonicalizes Paths during Archive Extraction Leading to Arbitrary File Write
packages/hoppscotch-desktop/crates/webapp-bundler/Cargo.lock
high System graph api Wiring conf 1.00 Dangling fetch: DELETE https://api.example.com/items/1 (packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:340)
`packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:340` calls `DELETE https://api.example.com/items/1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.example.com/items/<p>` If this…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/data (packages/hoppscotch-common/src/services/inspection/inspectors/__tests__/scripting-interceptor.inspector.spec.ts:228)
`packages/hoppscotch-common/src/services/inspection/inspectors/__tests__/scripting-interceptor.inspector.spec.ts:228` calls `GET /api/data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/data` If this points at an e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/data (packages/hoppscotch-common/src/services/inspection/inspectors/__tests__/scripting-interceptor.inspector.spec.ts:373)
`packages/hoppscotch-common/src/services/inspection/inspectors/__tests__/scripting-interceptor.inspector.spec.ts:373` calls `GET /api/data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/data` If this points at an e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/data (packages/hoppscotch-common/src/services/inspection/inspectors/__tests__/scripting-interceptor.inspector.spec.ts:420)
`packages/hoppscotch-common/src/services/inspection/inspectors/__tests__/scripting-interceptor.inspector.spec.ts:420` calls `GET /api/data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/data` If this points at an e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:9119/handshake (packages/hoppscotch-common/src/platform/std/kernel-interceptors/agent/store.ts:200)
`packages/hoppscotch-common/src/platform/std/kernel-interceptors/agent/store.ts:200` calls `GET http://localhost:9119/handshake` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/http:/localhost:9119/handshake` If this…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:9119/registration (packages/hoppscotch-common/src/platform/std/kernel-interceptors/agent/store.ts:265)
`packages/hoppscotch-common/src/platform/std/kernel-interceptors/agent/store.ts:265` calls `GET http://localhost:9119/registration` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/http:/localhost:9119/registration` I…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.com (packages/hoppscotch-common/src/services/inspection/inspectors/__tests__/scripting-interceptor.inspector.spec.ts:444)
`packages/hoppscotch-common/src/services/inspection/inspectors/__tests__/scripting-interceptor.inspector.spec.ts:444` calls `GET https://api.com` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.com` If thi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.com (packages/hoppscotch-common/src/services/inspection/inspectors/__tests__/scripting-interceptor.inspector.spec.ts:482)
`packages/hoppscotch-common/src/services/inspection/inspectors/__tests__/scripting-interceptor.inspector.spec.ts:482` calls `GET https://api.com` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.com` If thi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.com/1 (packages/hoppscotch-common/src/services/inspection/inspectors/__tests__/scripting-interceptor.inspector.spec.ts:521)
`packages/hoppscotch-common/src/services/inspection/inspectors/__tests__/scripting-interceptor.inspector.spec.ts:521` calls `GET https://api.com/1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.com/<p>` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.example.com (packages/hoppscotch-common/src/services/inspection/inspectors/__tests__/scripting-interceptor.inspector.spec.ts:178)
`packages/hoppscotch-common/src/services/inspection/inspectors/__tests__/scripting-interceptor.inspector.spec.ts:178` calls `GET https://api.example.com` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.exa…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.example.com/auth (packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:530)
`packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:530` calls `GET https://api.example.com/auth` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.example.com/auth` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.example.com/binary (packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:886)
`packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:886` calls `GET https://api.example.com/binary` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.example.com/binary` If this points…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.example.com/create (packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:1204)
`packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:1204` calls `GET https://api.example.com/create` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.example.com/create` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.example.com/data (packages/hoppscotch-common/src/services/inspection/inspectors/__tests__/scripting-interceptor.inspector.spec.ts:152)
`packages/hoppscotch-common/src/services/inspection/inspectors/__tests__/scripting-interceptor.inspector.spec.ts:152` calls `GET https://api.example.com/data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/ap…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.example.com/data (packages/hoppscotch-common/src/services/inspection/inspectors/__tests__/scripting-interceptor.inspector.spec.ts:94)
`packages/hoppscotch-common/src/services/inspection/inspectors/__tests__/scripting-interceptor.inspector.spec.ts:94` calls `GET https://api.example.com/data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.example.com/data (packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:1017)
`packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:1017` calls `GET https://api.example.com/data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.example.com/data` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.example.com/data (packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:1056)
`packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:1056` calls `GET https://api.example.com/data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.example.com/data` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.example.com/data (packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:1101)
`packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:1101` calls `GET https://api.example.com/data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.example.com/data` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.example.com/data (packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:1140)
`packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:1140` calls `GET https://api.example.com/data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.example.com/data` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.example.com/data (packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:1255)
`packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:1255` calls `GET https://api.example.com/data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.example.com/data` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.example.com/data (packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:1491)
`packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:1491` calls `GET https://api.example.com/data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.example.com/data` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.example.com/data (packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:1696)
`packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:1696` calls `GET https://api.example.com/data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.example.com/data` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.example.com/data (packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:228)
`packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:228` calls `GET https://api.example.com/data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.example.com/data` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.example.com/data (packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:408)
`packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:408` calls `GET https://api.example.com/data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.example.com/data` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.example.com/data (packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:455)
`packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:455` calls `GET https://api.example.com/data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.example.com/data` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.example.com/data (packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:596)
`packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:596` calls `GET https://api.example.com/data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.example.com/data` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.example.com/data (packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:63)
`packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:63` calls `GET https://api.example.com/data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.example.com/data` If this points at a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.example.com/data (packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:745)
`packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:745` calls `GET https://api.example.com/data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.example.com/data` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.example.com/data (packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:818)
`packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:818` calls `GET https://api.example.com/data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.example.com/data` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.example.com/data (packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:927)
`packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:927` calls `GET https://api.example.com/data` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.example.com/data` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.example.com/delete (packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:1718)
`packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:1718` calls `GET https://api.example.com/delete` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.example.com/delete` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.example.com/form (packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:972)
`packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:972` calls `GET https://api.example.com/form` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.example.com/form` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.example.com/missing (packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:264)
`packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:264` calls `GET https://api.example.com/missing` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.example.com/missing` If this poin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.example.com/missing (packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:850)
`packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:850` calls `GET https://api.example.com/missing` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.example.com/missing` If this poin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.example.com/test1 (packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:668)
`packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:668` calls `GET https://api.example.com/test1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.example.com/test1` If this points a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.example.com/test2 (packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:669)
`packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:669` calls `GET https://api.example.com/test2` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.example.com/test2` If this points a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.example.com/text (packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:188)
`packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:188` calls `GET https://api.example.com/text` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.example.com/text` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.example.com/text (packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:709)
`packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:709` calls `GET https://api.example.com/text` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.example.com/text` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://different-origin.com/api (packages/hoppscotch-common/src/services/inspection/inspectors/__tests__/scripting-interceptor.inspector.spec.ts:201)
`packages/hoppscotch-common/src/services/inspection/inspectors/__tests__/scripting-interceptor.inspector.spec.ts:201` calls `GET https://different-origin.com/api` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://different.com/api (packages/hoppscotch-common/src/services/inspection/inspectors/__tests__/scripting-interceptor.inspector.spec.ts:397)
`packages/hoppscotch-common/src/services/inspection/inspectors/__tests__/scripting-interceptor.inspector.spec.ts:397` calls `GET https://different.com/api` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/diffe…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://example.com/api (packages/hoppscotch-js-sandbox/src/__tests__/cage-modules/fetch.spec.ts:100)
`packages/hoppscotch-js-sandbox/src/__tests__/cage-modules/fetch.spec.ts:100` calls `GET https://example.com/api` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/example.com/api` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://example.com/with-headers (packages/hoppscotch-js-sandbox/src/__tests__/cage-modules/fetch.spec.ts:153)
`packages/hoppscotch-js-sandbox/src/__tests__/cage-modules/fetch.spec.ts:153` calls `GET https://example.com/with-headers` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/example.com/with-headers` If this poin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://example.test/abort (packages/hoppscotch-js-sandbox/src/__tests__/cage-modules/fetch.spec.ts:498)
`packages/hoppscotch-js-sandbox/src/__tests__/cage-modules/fetch.spec.ts:498` calls `GET https://example.test/abort` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/example.test/abort` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://example.test/binary (packages/hoppscotch-js-sandbox/src/__tests__/cage-modules/fetch.spec.ts:389)
`packages/hoppscotch-js-sandbox/src/__tests__/cage-modules/fetch.spec.ts:389` calls `GET https://example.test/binary` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/example.test/binary` If this points at an e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://example.test/blob (packages/hoppscotch-js-sandbox/src/__tests__/cage-modules/fetch.spec.ts:409)
`packages/hoppscotch-js-sandbox/src/__tests__/cage-modules/fetch.spec.ts:409` calls `GET https://example.test/blob` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/example.test/blob` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://example.test/clone (packages/hoppscotch-js-sandbox/src/__tests__/cage-modules/fetch.spec.ts:244)
`packages/hoppscotch-js-sandbox/src/__tests__/cage-modules/fetch.spec.ts:244` calls `GET https://example.test/clone` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/example.test/clone` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://example.test/consume-once (packages/hoppscotch-js-sandbox/src/__tests__/cage-modules/fetch.spec.ts:468)
`packages/hoppscotch-js-sandbox/src/__tests__/cage-modules/fetch.spec.ts:468` calls `GET https://example.test/consume-once` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/example.test/consume-once` If this po…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://example.test/error (packages/hoppscotch-js-sandbox/src/__tests__/cage-modules/fetch.spec.ts:521)
`packages/hoppscotch-js-sandbox/src/__tests__/cage-modules/fetch.spec.ts:521` calls `GET https://example.test/error` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/example.test/error` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://example.test/error2 (packages/hoppscotch-js-sandbox/src/__tests__/cage-modules/fetch.spec.ts:541)
`packages/hoppscotch-js-sandbox/src/__tests__/cage-modules/fetch.spec.ts:541` calls `GET https://example.test/error2` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/example.test/error2` If this points at an e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://example.test/form (packages/hoppscotch-js-sandbox/src/__tests__/cage-modules/fetch.spec.ts:430)
`packages/hoppscotch-js-sandbox/src/__tests__/cage-modules/fetch.spec.ts:430` calls `GET https://example.test/form` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/example.test/form` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://example.test/headers (packages/hoppscotch-js-sandbox/src/__tests__/cage-modules/fetch.spec.ts:183)
`packages/hoppscotch-js-sandbox/src/__tests__/cage-modules/fetch.spec.ts:183` calls `GET https://example.test/headers` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/example.test/headers` If this points at an…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://example.test/json (packages/hoppscotch-js-sandbox/src/__tests__/cage-modules/fetch.spec.ts:165)
`packages/hoppscotch-js-sandbox/src/__tests__/cage-modules/fetch.spec.ts:165` calls `GET https://example.test/json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/example.test/json` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://example.test/native-body (packages/hoppscotch-js-sandbox/src/__tests__/cage-modules/fetch.spec.ts:216)
`packages/hoppscotch-js-sandbox/src/__tests__/cage-modules/fetch.spec.ts:216` calls `GET https://example.test/native-body` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/example.test/native-body` If this poin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://example.test/no-headers (packages/hoppscotch-js-sandbox/src/__tests__/cage-modules/fetch.spec.ts:199)
`packages/hoppscotch-js-sandbox/src/__tests__/cage-modules/fetch.spec.ts:199` calls `GET https://example.test/no-headers` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/example.test/no-headers` If this points…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://example.test/null-bytes (packages/hoppscotch-js-sandbox/src/__tests__/cage-modules/fetch.spec.ts:450)
`packages/hoppscotch-js-sandbox/src/__tests__/cage-modules/fetch.spec.ts:450` calls `GET https://example.test/null-bytes` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/example.test/null-bytes` If this points…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://example.test/text (packages/hoppscotch-js-sandbox/src/__tests__/cage-modules/fetch.spec.ts:370)
`packages/hoppscotch-js-sandbox/src/__tests__/cage-modules/fetch.spec.ts:370` calls `GET https://example.test/text` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/example.test/text` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH https://api.example.com/items/1 (packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:370)
`packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:370` calls `PATCH https://api.example.com/items/1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.example.com/items/<p>` If this …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:9119/cancel/${reqId} (packages/hoppscotch-common/src/platform/std/kernel-interceptors/agent/store.ts:346)
`packages/hoppscotch-common/src/platform/std/kernel-interceptors/agent/store.ts:346` calls `POST http://localhost:9119/cancel/${reqId}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/http:/localhost:9119/cancel/<p>`…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:9119/execute (packages/hoppscotch-common/src/platform/std/kernel-interceptors/agent/index.ts:165)
`packages/hoppscotch-common/src/platform/std/kernel-interceptors/agent/index.ts:165` calls `POST http://localhost:9119/execute` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/http:/localhost:9119/execute` If this po…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:9119/receive-registration (packages/hoppscotch-common/src/platform/std/kernel-interceptors/agent/store.ts:218)
`packages/hoppscotch-common/src/platform/std/kernel-interceptors/agent/store.ts:218` calls `POST http://localhost:9119/receive-registration` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/http:/localhost:9119/receiv…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:9119/verify-registration (packages/hoppscotch-common/src/platform/std/kernel-interceptors/agent/store.ts:235)
`packages/hoppscotch-common/src/platform/std/kernel-interceptors/agent/store.ts:235` calls `POST http://localhost:9119/verify-registration` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/http:/localhost:9119/verify-…
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.example.com/items (packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:104)
`packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:104` calls `POST https://api.example.com/items` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.example.com/items` If this points …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.example.com/items (packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:636)
`packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:636` calls `POST https://api.example.com/items` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.example.com/items` If this points …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.github.com/gists (packages/hoppscotch-common/src/helpers/gist.ts:11)
`packages/hoppscotch-common/src/helpers/gist.ts:11` calls `POST https://api.github.com/gists` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: axios Normalized path used for matching: `/https:/api.github.com/gists` If this points at an external API, prefix it …
Dangling fetchAxios
high System graph api Wiring conf 1.00 Dangling fetch: POST https://example.com/api (packages/hoppscotch-js-sandbox/src/__tests__/cage-modules/fetch.spec.ts:122)
`packages/hoppscotch-js-sandbox/src/__tests__/cage-modules/fetch.spec.ts:122` calls `POST https://example.com/api` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/example.com/api` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT https://api.example.com/items/1 (packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:304)
`packages/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:304` calls `PUT https://api.example.com/items/1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.example.com/items/<p>` If this po…
Dangling fetchFetch
high System graph security security conf 1.00 Insecure pattern 'exec_used' in packages/hoppscotch-common/src/composables/auth.ts:22
Found a known-risky pattern (exec_used). Review and replace if possible.
packages/hoppscotch-common/src/composables/auth.ts:22 Exec used
medium Security checks software dependencies conf 0.88 @hono/node-server: GHSA-92pp-h63x-v22m
@hono/node-server: Middleware bypass via repeated slashes in serveStatic
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 @protobufjs/utf8: GHSA-q6x5-8v7m-xcrf
protobufjs has overlong UTF-8 decoding
pnpm-lock.yaml
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 10.5% of discovered routes show nearby authentication, authorization, middleware, or public-route evidence.
Only 10.5% of discovered routes show nearby authentication, authorization, middleware, or public-route evidence.
high Security checks security auth conf 0.66 [AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: ANY /desktop.
An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: ANY /desktop.
packages/hoppscotch-backend/src/auth/auth.controller.ts:201
high Security checks security auth conf 0.66 2 occurrences [AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: ANY /setup.
An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: ANY /setup.
lines 16, 31
packages/hoppscotch-backend/src/infra-config/infra-config.controller.ts:16, 31 (2 hits)
high Security checks security auth conf 0.66 [AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: ANY /updateUserSettings.
An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: ANY /updateUserSettings.
packages/hoppscotch-selfhost-web/src/api/mutations/UpdateUserSettings.graphql:2
high Security checks security auth conf 0.66 [AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: ANY /user-invitations.
An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: ANY /user-invitations.
packages/hoppscotch-backend/src/infra-token/infra-token.controller.ts:67
high Security checks security auth conf 0.66 [AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: ANY /userInfo.
An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: ANY /userInfo.
packages/hoppscotch-sh-admin/src/helpers/backend/gql/queries/UserInfo.graphql:3
high Security checks security auth conf 0.66 [AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: ANY /users/:uid/admin-status.
An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: ANY /users/:uid/admin-status.
packages/hoppscotch-backend/src/infra-token/infra-token.controller.ts:241
high Security checks security auth conf 0.66 [AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: ANY /verify/admin.
An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: ANY /verify/admin.
packages/hoppscotch-backend/src/auth/auth.controller.ts:193
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: ANY /*path.
A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: ANY /*path.
packages/hoppscotch-backend/src/mock-server/mock-server.controller.ts:52
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: ANY /:slug.
A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: ANY /:slug.
packages/hoppscotch-backend/src/published-docs/published-docs.controller.ts:22
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: ANY /config.
A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: ANY /config.
packages/hoppscotch-backend/src/infra-config/onboarding.controller.ts:101
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: ANY /google.
A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: ANY /google.
packages/hoppscotch-backend/src/auth/auth.controller.ts:105
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: ANY /google/callback.
A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: ANY /google/callback.
packages/hoppscotch-backend/src/auth/auth.controller.ts:113
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: ANY /providers.
A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: ANY /providers.
packages/hoppscotch-backend/src/auth/auth.controller.ts:42
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: ANY /refresh.
A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: ANY /refresh.
packages/hoppscotch-backend/src/auth/auth.controller.ts:87
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: ANY /user-invitations.
A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: ANY /user-invitations.
packages/hoppscotch-backend/src/infra-token/infra-token.controller.ts:117
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: ANY /users/:uid.
A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: ANY /users/:uid.
packages/hoppscotch-backend/src/infra-token/infra-token.controller.ts:212
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: ANY /verify.
A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: ANY /verify.
packages/hoppscotch-backend/src/auth/auth.controller.ts:76
medium Security checks quality Error handling conf 1.00 3 occurrences [ERR002] Empty Catch Block: Empty catch blocks hide errors.
Log the error or rethrow it. Use console.error() at minimum.
3 files, 3 locations
packages/hoppscotch-cli/src/index.ts:107
packages/hoppscotch-common/src/kernel/log.ts:139
packages/hoppscotch-common/src/services/spotlight/searchers/teamRequest.searcher.ts:133
low Security checks security Deserialization conf 1.00 [SEC007] Unsafe Deserialization: Unsafe deserialization can execute arbitrary code.
Use yaml.safe_load() instead of yaml.load(). Avoid pickle for untrusted data.
packages/hoppscotch-common/src/helpers/functional/yaml.ts:6
medium Security checks quality Quality conf 1.00 3 occurrences [SEC087] JS: weak Math.random for crypto: Math.random() is not cryptographically secure; using it for tokens/keys/nonces is predictable. Ported from gosec G404 / eslint detect-pseudoRandomBytes concept (Apache-2.0).
Use `crypto.randomBytes(32).toString('hex')` (Node) or `crypto.getRandomValues()` (browser).
3 files, 3 locations
packages/hoppscotch-cli/src/utils/auth/digest.ts:66
packages/hoppscotch-common/src/helpers/auth/digest.ts:44
packages/hoppscotch-data/src/predefinedVariables.ts:55
medium Security checks software dependencies conf 0.88 axios: GHSA-898c-q2cr-xwhg
axios has DoS & Header Injection via Prototype Pollution Read-Side Gadgets in axios merge functions
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 brace-expansion: GHSA-f886-m6hf-6m8v
brace-expansion: Zero-step sequence causes process hang and memory exhaustion
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 brace-expansion: GHSA-jxxr-4gwj-5jf2
brace-expansion: Large numeric range defeats documented `max` DoS protection
pnpm-lock.yaml
high Security checks cicd CI/CD security conf 0.82 3 occurrences Docker final stage has no non-root USER
Docker images run as root unless the image or Dockerfile switches to a non-root user.
3 files, 3 locations
packages/hoppscotch-backend/Dockerfile:31
packages/hoppscotch-selfhost-web/Dockerfile:16
packages/hoppscotch-sh-admin/Dockerfile:16
CI/CD securitycontainers
medium Security checks cicd CI/CD security conf 0.76 Dockerfile copies broad context with incomplete .dockerignore
COPY . or ADD . is safer when .dockerignore excludes secrets, git history, keys, and generated artifacts.
packages/hoppscotch-sh-admin/Dockerfile:8 CI/CD securitycontainers
medium Security checks cicd CI/CD security conf 0.76 Dockerfile copies broad context with incomplete .dockerignore
COPY . or ADD . is safer when .dockerignore excludes secrets, git history, keys, and generated artifacts.
packages/hoppscotch-selfhost-web/Dockerfile:8 CI/CD securitycontainers
medium Security checks cicd CI/CD security conf 0.90 Dockerfile installs dependencies after copying the full source tree
When dependency installation comes after COPY ., any source change invalidates the dependency layer and makes Docker rebuild much more slowly.
packages/hoppscotch-sh-admin/Dockerfile:9 CI/CD securitycontainers
medium Security checks cicd CI/CD security conf 0.90 Dockerfile installs dependencies after copying the full source tree
When dependency installation comes after COPY ., any source change invalidates the dependency layer and makes Docker rebuild much more slowly.
packages/hoppscotch-selfhost-web/Dockerfile:9 CI/CD securitycontainers
medium Security checks software dependencies conf 0.88 dompurify: GHSA-39q2-94rc-95cp
DOMPurify's ADD_TAGS function form bypasses FORBID_TAGS due to short-circuit evaluation
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 dompurify: GHSA-cj63-jhhr-wcxv
DOMPurify USE_PROFILES prototype pollution allows event handlers
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 dompurify: GHSA-cjmm-f4jc-qw8r
DOMPurify ADD_ATTR predicate skips URI validation
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 dompurify: GHSA-crv5-9vww-q3g8
DOMPurify has a SAFE_FOR_TEMPLATES bypass in RETURN_DOM mode
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 dompurify: GHSA-h7mw-gpvr-xq4m
DOMPurify: FORBID_TAGS bypassed by function-based ADD_TAGS predicate (asymmetry with FORBID_ATTR fix)
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 dompurify: GHSA-h8r8-wccr-v5f2
DOMPurify is vulnerable to mutation-XSS via Re-Contextualization
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 dompurify: GHSA-v2wj-7wpq-c8vv
DOMPurify contains a Cross-site Scripting vulnerability
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 dompurify: GHSA-v9jr-rg53-9pgp
DOMPurify: Prototype Pollution to XSS Bypass via CUSTOM_ELEMENT_HANDLING Fallback
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 esbuild: GHSA-67mh-4wv8-2f99
esbuild enables any website to send any requests to the development server and read the response
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 hono: GHSA-2gcr-mfcq-wcc3
Hono: app.mount() strips mount prefix using undecoded path, causing incorrect routing for percent-encoded paths
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 hono: GHSA-3hrh-pfw6-9m5x
Hono: Cookie helper does not sanitize sameSite and priority, allowing Set-Cookie injection
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 hono: GHSA-69xw-7hcm-h432
hono/jsx has Unvalidated JSX Tag Names that May Allow HTML Injection
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 hono: GHSA-9vqf-7f2p-gf9v
Hono: bodyLimit() can be bypassed for chunked / unknown-length requests
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 hono: GHSA-f577-qrjj-4474
Hono: JWT middleware accepts any Authorization scheme, not only Bearer
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 hono: GHSA-p77w-8qqv-26rm
Hono's Cache Middleware ignores Vary: Authorization / Vary: Cookie leading to cross-user cache leakage
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 hono: GHSA-qp7p-654g-cw7p
Hono has CSS Declaration Injection via Style Object Values in JSX SSR
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 hono: GHSA-xrhx-7g5j-rcj5
Hono: IP Restriction bypasses static deny rules for non-canonical IPv6
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 liquidjs: GHSA-2qv6-9wx5-cwv4
LiquidJS's strip_html filter bypass via newline characters in HTML tags enables XSS
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 liquidjs: GHSA-8xx9-69p8-7jp3
LiquidJS has a renderLimit DoS guard bypass via empty `{% for %}` body
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 liquidjs: GHSA-9x9p-qf8f-mvjg
LiquidJS's `{% render %}` tag silently bypasses per-render `ownPropertyOnly:true` via `Context.spawn()`
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 nodemailer: GHSA-vvjj-xcjg-gr5g
Nodemailer Vulnerable to SMTP Command Injection via CRLF in Transport name Option (EHLO/HELO)
pnpm-lock.yaml
medium Security checks software dependencies conf 0.90 npm package `@commitlint/cli` is 1 major version(s) behind (20.5.2 -> 21.0.2)
`@commitlint/cli` is pinned/resolved at 20.5.2 but the latest stable release on the npm registry is 21.0.2 (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.
package.json
medium Security checks software dependencies conf 0.90 npm package `@commitlint/config-conventional` is 1 major version(s) behind (20.5.0 -> 21.0.2)
`@commitlint/config-conventional` is pinned/resolved at 20.5.0 but the latest stable release on the npm registry is 21.0.2 (1 major version(s) behind). Outdated dependencies accumulate unpatched bugs and make future security upgrades harder. This is the version-currency signal Dependabot version-up…
package.json
medium Security checks software dependencies conf 0.90 npm package `@eslint/js` is 1 major version(s) behind (9.39.2 -> 10.0.1)
`@eslint/js` is pinned/resolved at 9.39.2 but the latest stable release on the npm registry is 10.0.1 (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/hoppscotch-desktop/package.json
medium Security checks software dependencies conf 0.90 npm package `globals` is 1 major version(s) behind (16.5.0 -> 17.6.0)
`globals` is pinned/resolved at 16.5.0 but the latest stable release on the npm registry is 17.6.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/hoppscotch-desktop/package.json
medium Security checks software dependencies conf 0.90 npm package `lint-staged` is 1 major version(s) behind (16.4.0 -> 17.0.7)
`lint-staged` is pinned/resolved at 16.4.0 but the latest stable release on the npm registry is 17.0.7 (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.
package.json
medium Security checks software dependencies conf 0.90 npm package `unplugin-icons` is 1 major version(s) behind (22.5.0 -> 23.0.1)
`unplugin-icons` is pinned/resolved at 22.5.0 but the latest stable release on the npm registry is 23.0.1 (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/hoppscotch-desktop/package.json
medium Security checks software dependencies conf 0.90 npm package `unplugin-vue-components` is 2 major version(s) behind (30.0.0 -> 32.1.0)
`unplugin-vue-components` is pinned/resolved at 30.0.0 but the latest stable release on the npm registry is 32.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…
packages/hoppscotch-desktop/package.json
medium Security checks software dependencies conf 0.90 npm package `vue-router` is 1 major version(s) behind (4.6.4 -> 5.1.0)
`vue-router` is pinned/resolved at 4.6.4 but the latest stable release on the npm registry is 5.1.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/hoppscotch-desktop/package.json
medium Security checks software dependencies conf 0.90 npm package `vue-tsc` is 1 major version(s) behind (2.2.0 -> 3.3.3)
`vue-tsc` is pinned/resolved at 2.2.0 but the latest stable release on the npm registry is 3.3.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/hoppscotch-desktop/package.json
medium Security checks software dependencies conf 0.88 openssl: GHSA-phqj-4mhp-q6mq
rust-openssl: Potential out-of-bounds write in `CipherCtxRef::cipher_update_inplace` for AES-KW-PAD ciphers
packages/hoppscotch-agent/src-tauri/Cargo.lock
medium Security checks software dependencies conf 0.88 openssl: GHSA-xv59-967r-8726
rust-openssl vulnerable to heap buffer overflow when encrypting with AES key-wrap-with-padding
packages/hoppscotch-agent/src-tauri/Cargo.lock
medium Security checks software dependencies conf 0.88 parseuri: GHSA-6fx8-h7jm-663j
parse-uri Regular expression Denial of Service (ReDoS)
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 picomatch: GHSA-3v7f-55p6-f55p
Picomatch: Method Injection in POSIX Character Classes causes incorrect Glob Matching
packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-appload/pnpm-lock.yaml
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 serialize-javascript: GHSA-qj8w-gfj5-8c6v
Serialize JavaScript has CPU Exhaustion Denial of Service via crafted array-like objects
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 socket.io-parser: GHSA-cqmj-92xf-r6r9
Insufficient validation when decoding a Socket.IO packet
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 svelte: GHSA-8266-84wp-wv5c
Svelte has a potential mXSS vulnerability due to improper HTML escaping
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 svelte: GHSA-crpf-4hrx-3jrp
Svelte SSR attribute spreading includes inherited properties from prototype chain
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 svelte: GHSA-f7gr-6p89-r883
Svelte affected by cross-site scripting via spread attributes in Svelte SSR
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 svelte: GHSA-m56q-vw4c-c2cp
Svelte SSR does not validate dynamic element tag names in `<svelte:element>`
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 svelte: GHSA-phwv-c562-gvmh
Svelte vulnerable to XSS during SSR with contenteditable `bind:innerText` and `bind:textContent`
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 svelte: GHSA-pr6f-5x2q-rwfp
Svelte SSR vulnerable to cross-site scripting via spread attributes
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 svelte: GHSA-rcqx-6q8c-2c42
Svelte Vulnerable to XSS via DOM Clobbering of Internal Framework State
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 tar: GHSA-3pv8-6f4r-ffg2
tar has a PAX header desynchronization issue
packages/hoppscotch-agent/src-tauri/Cargo.lock
medium Security checks software dependencies conf 0.88 tauri: GHSA-7gmj-67g7-phm9
Tauri has an Origin Confusion Issue that Allows Remote Pages to Invoke Local-Only IPC Commands
packages/hoppscotch-agent/src-tauri/Cargo.lock
medium Security checks software dependencies conf 0.88 unhead: GHSA-95h2-gj7x-gx9w
Unhead has a hasDangerousProtocol() bypass via leading-zero padded HTML entities in useHeadSafe()
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 Security checks software dependencies conf 0.88 vite: GHSA-356w-63v5-8wf4
Vite has an `server.fs.deny` bypass with an invalid `request-target`
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 vite: GHSA-4r4m-qw57-chr8
Vite has a `server.fs.deny` bypassed for `inline` and `raw` with `?import` query
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 vite: GHSA-4w7w-66w2-5vf9
Vite Vulnerable to Path Traversal in Optimized Deps `.map` Handling
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 vite: GHSA-859w-5945-r5v3
Vite's server.fs.deny bypassed with /. for files under project root
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 vite: GHSA-93m4-6634-74q7
vite allows server.fs.deny bypass via backslash on Windows
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 vite: GHSA-vg6x-rcgg-rjx6
Websites were able to send any requests to the development server and read the response in vite
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 vite: GHSA-x574-m823-4x7w
Vite bypasses server.fs.deny when using ?raw??
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 vite: GHSA-xcj6-pq6g-qj4x
Vite allows server.fs.deny to be bypassed with .svg or relative paths
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 vue-template-compiler: GHSA-g3ch-rx76-35fx
vue-template-compiler vulnerable to client-side Cross-Site Scripting (XSS)
pnpm-lock.yaml
medium Security checks software dependencies conf 0.88 ws: GHSA-58qx-3vcg-4xpx
ws: Uninitialized memory disclosure
pnpm-lock.yaml
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/hoppscotch-cli/src/__tests__/e2e/commands/test.spec.ts:508
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/hoppscotch-cli/src/utils/hopp-fetch.ts:7
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/hoppscotch-common/src/helpers/backend/queries/PublishedDocs.ts:283
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/hoppscotch-common/src/helpers/hopp-fetch.ts:7
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/hoppscotch-common/src/services/inspection/inspectors/__tests__/scripting-interceptor.inspector.spec.ts:82
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/hoppscotch-common/src/services/inspection/inspectors/scripting-interceptor.inspector.ts:48
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/hoppscotch-common/src/types/post-request.d.ts:619
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/hoppscotch-common/src/types/pre-request.d.ts:354
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/hoppscotch-js-sandbox/src/__tests__/cage-modules/fetch.spec.ts:100
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/hoppscotch-js-sandbox/src/__tests__/hopp-namespace/fetch.spec.ts:6
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/hoppscotch-js-sandbox/src/bootstrap-code/post-request.js:2379
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/hoppscotch-js-sandbox/src/bootstrap-code/pre-request.js:181
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/hoppscotch-js-sandbox/src/cage-modules/fetch.ts:1163
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/hoppscotch-js-sandbox/src/cage-modules/scripting-modules.ts:111
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/hoppscotch-js-sandbox/src/types/index.ts:197
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/hoppscotch-js-sandbox/src/utils/test-helpers.ts:34
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 hardware Security conf 1.00 Dockerfile runs as root: packages/hoppscotch-backend/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: packages/hoppscotch-selfhost-web/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: packages/hoppscotch-sh-admin/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph cicd CI/CD security conf 1.00 27 occurrences GitHub Action is tag-pinned rather than SHA-pinned
pnpm/action-setup@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
4 files, 27 locations
.github/workflows/release-push-docker.yml:28, 31, 34, 41, 56, 71, 86, 134, +2 more (10 hits)
.github/workflows/build-hoppscotch-agent.yml:69, 73, 90, 169, 173, 190, 269, 273 (8 hits)
.github/workflows/build-hoppscotch-desktop.yml:68, 71, 174, 177, 277, 280, 294, 374 (8 hits)
.github/workflows/tests.yml:33
CI/CD securitySupply chainGitHub Actions
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in packages/hoppscotch-cli/src/utils/auth/digest.ts:54
Found a known-risky pattern (weak_hash). Review and replace if possible.
packages/hoppscotch-cli/src/utils/auth/digest.ts:54 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in packages/hoppscotch-common/src/helpers/auth/digest.ts:32
Found a known-risky pattern (weak_hash). Review and replace if possible.
packages/hoppscotch-common/src/helpers/auth/digest.ts:32 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in packages/hoppscotch-common/src/helpers/kernel/common/auth.ts:159
Found a known-risky pattern (weak_hash). Review and replace if possible.
packages/hoppscotch-common/src/helpers/kernel/common/auth.ts:159 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in packages/hoppscotch-common/src/types/post-request.d.ts:61
Found a known-risky pattern (weak_hash). Review and replace if possible.
packages/hoppscotch-common/src/types/post-request.d.ts:61 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in packages/hoppscotch-common/src/types/pre-request.d.ts:56
Found a known-risky pattern (weak_hash). Review and replace if possible.
packages/hoppscotch-common/src/types/pre-request.d.ts:56 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in packages/hoppscotch-data/src/rest/v/8/auth.ts:48
Found a known-risky pattern (weak_hash). Review and replace if possible.
packages/hoppscotch-data/src/rest/v/8/auth.ts:48 Weak hash

Showing first 300 of 493. Refine filters or use the findings page for deep search.

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.