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

denoland/deno

https://github.com/denoland/deno · scanned 2026-06-05 05:51 UTC (1 week, 1 day ago) · 10 languages

4839 raw signals (63 security + 4776 graph) 11/13 scanners ran 32nd percentile · Rust · large (100-500K LoC) System graph score 49 (higher by 14)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 week, 1 day ago · v2 · 2391 actionable findings from 2 signal sources. 59 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 100.0 0.25 25.00
testing_score 26.0 0.20 5.20
documentation_score 64.0 0.15 9.60
practices_score 62.0 0.15 9.30
code_quality 50.0 0.10 5.00
Overall 1.00 63.1
security_score may be inflated — optional security scanners were skipped on this fast scan
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Quality grade C+ (63/100). Dimensions: security 100, maintainability 60. 63 findings (29 security). 183,169 lines analyzed.

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

low Security checks cicd CI/CD security conf 0.35 ✓ Repobility 25 occurrences Workflow references repository secrets in a pull_request workflow
Fork pull_request runs do not receive normal repository secrets on GitHub Actions. Review this as a reliability/intent signal, not as direct fork-secret exfiltration. Raise severity only for pull_request_target or another trusted-context path that runs untrusted PR code with secrets.
lines 244, 782, 783, 814, 860, 1789, 1790, 1821, +17 more
.github/workflows/ci.generated.yml:244, 782, 783, 814, 860, 1789, 1790, 1821, +17 more (25 hits)
CI/CD securityworkflow secretsGitHub Actions
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in .github/workflows/ci.generated.yml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 783, 1790
.github/workflows/ci.generated.yml:783, 1790 (2 hits)
critical System graph security Secrets conf 1.00 Possible secret in .github/workflows/promote_to_release.generated.yml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
.github/workflows/promote_to_release.generated.yml:124
critical System graph security Secrets conf 1.00 Possible secret in .github/workflows/promote_to_release.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
.github/workflows/promote_to_release.ts:172
high System graph api Wiring conf 1.00 Dangling fetch: GET / (tests/specs/run/_081_location_relative_fetch_redirect/081_location_relative_fetch_redirect.ts:1)
`tests/specs/run/_081_location_relative_fetch_redirect/081_location_relative_fetch_redirect.ts:1` calls `GET /` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://${addr}/ (tests/unit/fetch_test.ts:1352)
`tests/unit/fetch_test.ts:1352` calls `GET http://${addr}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/<p>` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://${addr}/ (tests/unit/fetch_test.ts:1898)
`tests/unit/fetch_test.ts:1898` calls `GET http://${addr}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/<p>` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://${addr}/ (tests/unit/fetch_test.ts:1928)
`tests/unit/fetch_test.ts:1928` calls `GET http://${addr}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/<p>` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://${addr}/ (tests/unit/fetch_test.ts:1952)
`tests/unit/fetch_test.ts:1952` calls `GET http://${addr}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/<p>` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://${addr}/ (tests/unit/fetch_test.ts:1979)
`tests/unit/fetch_test.ts:1979` calls `GET http://${addr}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/<p>` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://${hostname}:${port2}/ (tests/unit/http_test.ts:2454)
`tests/unit/http_test.ts:2454` calls `GET http://${hostname}:${port2}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/<p>:/<p>` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://${hostname}:${port}/ (tests/unit/http_test.ts:2612)
`tests/unit/http_test.ts:2612` calls `GET http://${hostname}:${port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/<p>:/<p>` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://${hostname}:${port}/${i} (tests/unit/http_test.ts:1201)
`tests/unit/http_test.ts:1201` calls `GET http://${hostname}:${port}/${i}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/<p>:/<p>/<p>` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://${url.host}/json (tests/unit/inspector_test.ts:605)
`tests/unit/inspector_test.ts:605` calls `GET http://${url.host}/json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/<p>/json` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://${url.host}/json/list (tests/unit/inspector_test.ts:612)
`tests/unit/inspector_test.ts:612` calls `GET http://${url.host}/json/list` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/<p>/json/list` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${addr.port}/ (tests/unit_node/http_test.ts:3037)
`tests/unit_node/http_test.ts:3037` calls `GET http://127.0.0.1:${addr.port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${addr.port}/ (tests/unit_node/http_test.ts:3049)
`tests/unit_node/http_test.ts:3049` calls `GET http://127.0.0.1:${addr.port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${address.port}/late (tests/unit_node/perf_hooks_test.ts:208)
`tests/unit_node/perf_hooks_test.ts:208` calls `GET http://127.0.0.1:${address.port}/late` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/late` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${address.port}/observed (tests/unit_node/perf_hooks_test.ts:170)
`tests/unit_node/perf_hooks_test.ts:170` calls `GET http://127.0.0.1:${address.port}/observed` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/observed` If this points at an external API, prefix …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${denyPort}/ (tests/specs/permission/deny_net_fetch_resolved_port/main.ts:22)
`tests/specs/permission/deny_net_fetch_resolved_port/main.ts:22` calls `GET http://127.0.0.1:${denyPort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${httpPort}/ (tests/specs/serve/node_net_wake/main.ts:42)
`tests/specs/serve/node_net_wake/main.ts:42` calls `GET http://127.0.0.1:${httpPort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${listenPort}/ (tests/unit/http_test.ts:1164)
`tests/unit/http_test.ts:1164` calls `GET http://127.0.0.1:${listenPort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${listenPort}/ (tests/unit/http_test.ts:208)
`tests/unit/http_test.ts:208` calls `GET http://127.0.0.1:${listenPort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${listenPort}/ (tests/unit/http_test.ts:2689)
`tests/unit/http_test.ts:2689` calls `GET http://127.0.0.1:${listenPort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${listenPort}/ (tests/unit/http_test.ts:439)
`tests/unit/http_test.ts:439` calls `GET http://127.0.0.1:${listenPort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${listenPort}/ (tests/unit/http_test.ts:484)
`tests/unit/http_test.ts:484` calls `GET http://127.0.0.1:${listenPort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${listenPort}/ (tests/unit/http_test.ts:505)
`tests/unit/http_test.ts:505` calls `GET http://127.0.0.1:${listenPort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${listenPort}/ (tests/unit/http_test.ts:74)
`tests/unit/http_test.ts:74` calls `GET http://127.0.0.1:${listenPort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${listenPort}/ (tests/unit/http_test.ts:933)
`tests/unit/http_test.ts:933` calls `GET http://127.0.0.1:${listenPort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${listenPort}/ (tests/unit/http_test.ts:985)
`tests/unit/http_test.ts:985` calls `GET http://127.0.0.1:${listenPort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${port}/ (tests/specs/permission/deny_net_fetch_resolved_ip/main.ts:12)
`tests/specs/permission/deny_net_fetch_resolved_ip/main.ts:12` calls `GET http://127.0.0.1:${port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${port}/ (tests/specs/test/sanitizer_with_top_level_ops/main.js:42)
`tests/specs/test/sanitizer_with_top_level_ops/main.js:42` calls `GET http://127.0.0.1:${port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${servePort}/ (tests/unit/serve_test.ts:1236)
`tests/unit/serve_test.ts:1236` calls `GET http://127.0.0.1:${servePort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${servePort}/ (tests/unit/serve_test.ts:1366)
`tests/unit/serve_test.ts:1366` calls `GET http://127.0.0.1:${servePort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${servePort}/ (tests/unit/serve_test.ts:1408)
`tests/unit/serve_test.ts:1408` calls `GET http://127.0.0.1:${servePort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${servePort}/ (tests/unit/serve_test.ts:2206)
`tests/unit/serve_test.ts:2206` calls `GET http://127.0.0.1:${servePort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${servePort}/ (tests/unit/serve_test.ts:2899)
`tests/unit/serve_test.ts:2899` calls `GET http://127.0.0.1:${servePort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${servePort}/ (tests/unit/serve_test.ts:3294)
`tests/unit/serve_test.ts:3294` calls `GET http://127.0.0.1:${servePort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${servePort}/ (tests/unit/serve_test.ts:505)
`tests/unit/serve_test.ts:505` calls `GET http://127.0.0.1:${servePort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${servePort}/ (tests/unit/serve_test.ts:548)
`tests/unit/serve_test.ts:548` calls `GET http://127.0.0.1:${servePort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${servePort}/ (tests/unit/serve_test.ts:572)
`tests/unit/serve_test.ts:572` calls `GET http://127.0.0.1:${servePort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${servePort}/ (tests/unit/serve_test.ts:631)
`tests/unit/serve_test.ts:631` calls `GET http://127.0.0.1:${servePort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${servePort}/ (tests/unit/serve_test.ts:666)
`tests/unit/serve_test.ts:666` calls `GET http://127.0.0.1:${servePort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${servePort}/ (tests/unit/serve_test.ts:700)
`tests/unit/serve_test.ts:700` calls `GET http://127.0.0.1:${servePort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${servePort}/ (tests/unit/serve_test.ts:708)
`tests/unit/serve_test.ts:708` calls `GET http://127.0.0.1:${servePort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${servePort}/ (tests/unit/serve_test.ts:743)
`tests/unit/serve_test.ts:743` calls `GET http://127.0.0.1:${servePort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${servePort}/ (tests/unit/serve_test.ts:777)
`tests/unit/serve_test.ts:777` calls `GET http://127.0.0.1:${servePort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${servePort}/ (tests/unit/serve_test.ts:812)
`tests/unit/serve_test.ts:812` calls `GET http://127.0.0.1:${servePort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${server.addr.port}/ (tests/unit_node/http_test.ts:1278)
`tests/unit_node/http_test.ts:1278` calls `GET http://127.0.0.1:${server.addr.port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:4567 (tests/specs/run/fetch_retry_stale_connection/main.ts:10)
`tests/specs/run/fetch_retry_stale_connection/main.ts:10` calls `GET http://127.0.0.1:4567` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:4567` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:5929/ (tests/unit_node/http_test.ts:1229)
`tests/unit_node/http_test.ts:1229` calls `GET http://127.0.0.1:5929/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/http:/127.0.0.1:5929` If this points at an external API, prefix it with `https://` so th…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:5929/ (tests/unit_node/http_test.ts:1249)
`tests/unit_node/http_test.ts:1249` calls `GET http://127.0.0.1:5929/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/http:/127.0.0.1:5929` If this points at an external API, prefix it with `https://` so th…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:9400/ (tests/specs/node/http_address_override/duplicate_tcp.ts:10)
`tests/specs/node/http_address_override/duplicate_tcp.ts:10` calls `GET http://127.0.0.1:9400/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:9400` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:9401/ (tests/specs/node/http_address_override/tcp.ts:16)
`tests/specs/node/http_address_override/tcp.ts:16` calls `GET http://127.0.0.1:9401/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:9401` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:9402/ (tests/specs/node/http_address_override/duplicate_tcp.ts:13)
`tests/specs/node/http_address_override/duplicate_tcp.ts:13` calls `GET http://127.0.0.1:9402/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:9402` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:9403/ (tests/specs/node/http_address_override/tcp.ts:19)
`tests/specs/node/http_address_override/tcp.ts:19` calls `GET http://127.0.0.1:9403/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:9403` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:9404/ (tests/specs/node/http_address_override/duplicate_unix.ts:12)
`tests/specs/node/http_address_override/duplicate_unix.ts:12` calls `GET http://127.0.0.1:9404/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:9404` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:9999/ (tests/specs/node/http_address_override/unix_only.ts:16)
`tests/specs/node/http_address_override/unix_only.ts:16` calls `GET http://127.0.0.1:9999/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:9999` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://<invalid>/ (tests/unit/fetch_test.ts:97)
`tests/unit/fetch_test.ts:97` calls `GET http://<invalid>/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/<invalid>` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://[::1]:${port} (tests/unit_node/http_test.ts:468)
`tests/unit_node/http_test.ts:468` calls `GET http://[::1]:${port}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/http:/[::1]:/<p>` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET http://deno:land@localhost:4502 (tests/unit/fetch_test.ts:2171)
`tests/unit/fetch_test.ts:2171` calls `GET http://deno:land@localhost:4502` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/deno/<p>@localhost:4502` If this points at an external API, prefix it with `https://` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://example.invalid (tests/unit/fetch_test.ts:2183)
`tests/unit/fetch_test.ts:2183` calls `GET http://example.invalid` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/example.invalid` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost/not-found (tests/unit/fetch_test.ts:2294)
`tests/unit/fetch_test.ts:2294` calls `GET http://localhost/not-found` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost/not-found` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost/ping (tests/unit/fetch_test.ts:2289)
`tests/unit/fetch_test.ts:2289` calls `GET http://localhost/ping` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost/ping` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${addr.port} (tests/unit_node/http_test.ts:2531)
`tests/unit_node/http_test.ts:2531` calls `GET http://localhost:${addr.port}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${allowedPort}/ (tests/specs/permission/deny_net_fetch_resolved_port/main.ts:36)
`tests/specs/permission/deny_net_fetch_resolved_port/main.ts:36` calls `GET http://localhost:${allowedPort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${denyPort}/ (tests/specs/permission/deny_net_fetch_resolved_port/main.ts:29)
`tests/specs/permission/deny_net_fetch_resolved_port/main.ts:29` calls `GET http://localhost:${denyPort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${listenPort}/ (tests/unit/fetch_test.ts:2316)
`tests/unit/fetch_test.ts:2316` calls `GET http://localhost:${listenPort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${listenPort}/ (tests/unit/http_test.ts:1318)
`tests/unit/http_test.ts:1318` calls `GET http://localhost:${listenPort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${listenPort}/ (tests/unit/http_test.ts:2708)
`tests/unit/http_test.ts:2708` calls `GET http://localhost:${listenPort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${listenPort}/ (tests/unit/http_test.ts:536)
`tests/unit/http_test.ts:536` calls `GET http://localhost:${listenPort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${port!}/users/${i} (tests/specs/cli/otel_basic/http_route.ts:23)
`tests/specs/cli/otel_basic/http_route.ts:23` calls `GET http://localhost:${port!}/users/${i}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>/users/<p>` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${port} (tests/specs/cli/otel_basic/basic.ts:20)
`tests/specs/cli/otel_basic/basic.ts:20` calls `GET http://localhost:${port}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${port} (tests/specs/cli/otel_basic/http_metric.ts:13)
`tests/specs/cli/otel_basic/http_metric.ts:13` calls `GET http://localhost:${port}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${port} (tests/specs/node/wrapped_http_response/main.ts:48)
`tests/specs/node/wrapped_http_response/main.ts:48` calls `GET http://localhost:${port}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${port} (tests/unit/fetch_test.ts:71)
`tests/unit/fetch_test.ts:71` calls `GET http://localhost:${port}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${port} (tests/unit_node/http_test.ts:1359)
`tests/unit_node/http_test.ts:1359` calls `GET http://localhost:${port}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${port} (tests/unit_node/http_test.ts:1383)
`tests/unit_node/http_test.ts:1383` calls `GET http://localhost:${port}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${port} (tests/unit_node/http_test.ts:1405)
`tests/unit_node/http_test.ts:1405` calls `GET http://localhost:${port}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${port} (tests/unit_node/http_test.ts:1433)
`tests/unit_node/http_test.ts:1433` calls `GET http://localhost:${port}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${port} (tests/unit_node/http_test.ts:1454)
`tests/unit_node/http_test.ts:1454` calls `GET http://localhost:${port}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${port} (tests/unit_node/http_test.ts:1826)
`tests/unit_node/http_test.ts:1826` calls `GET http://localhost:${port}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${port} (tests/unit_node/http_test.ts:2026)
`tests/unit_node/http_test.ts:2026` calls `GET http://localhost:${port}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${port} (tests/unit_node/http_test.ts:2046)
`tests/unit_node/http_test.ts:2046` calls `GET http://localhost:${port}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${port} (tests/unit_node/http_test.ts:2066)
`tests/unit_node/http_test.ts:2066` calls `GET http://localhost:${port}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${port} (tests/unit_node/http_test.ts:2289)
`tests/unit_node/http_test.ts:2289` calls `GET http://localhost:${port}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${port} (tests/unit_node/http_test.ts:722)
`tests/unit_node/http_test.ts:722` calls `GET http://localhost:${port}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${port} (tests/unit_node/http_test.ts:866)
`tests/unit_node/http_test.ts:866` calls `GET http://localhost:${port}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${port}${path} (tests/specs/cli/otel_console/example.ts:33)
`tests/specs/cli/otel_console/example.ts:33` calls `GET http://localhost:${port}${path}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>/<p>` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${port}/ (tests/specs/cli/otel_basic/http_serve_error_with_otel.ts:10)
`tests/specs/cli/otel_basic/http_serve_error_with_otel.ts:10` calls `GET http://localhost:${port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${port}/ (tests/specs/permission/deny_net_fetch_resolved_ip/main.ts:19)
`tests/specs/permission/deny_net_fetch_resolved_ip/main.ts:19` calls `GET http://localhost:${port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${port}/ (tests/unit/serve_test.ts:3618)
`tests/unit/serve_test.ts:3618` calls `GET http://localhost:${port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${port}/ (tests/unit/serve_test.ts:3621)
`tests/unit/serve_test.ts:3621` calls `GET http://localhost:${port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${port}/ (tests/unit/serve_test.ts:3798)
`tests/unit/serve_test.ts:3798` calls `GET http://localhost:${port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${port}/error (tests/specs/cli/otel_basic/http_server_status.ts:7)
`tests/specs/cli/otel_basic/http_server_status.ts:7` calls `GET http://localhost:${port}/error` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>/error` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${port}/foo/bar?baz=1 (tests/unit_node/http_test.ts:1873)
`tests/unit_node/http_test.ts:1873` calls `GET http://localhost:${port}/foo/bar?baz=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>/foo/bar` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${port}/not-found (tests/specs/cli/otel_basic/http_server_status.ts:6)
`tests/specs/cli/otel_basic/http_server_status.ts:6` calls `GET http://localhost:${port}/not-found` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>/not-found` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${port}/ok (tests/specs/cli/otel_basic/http_server_status.ts:5)
`tests/specs/cli/otel_basic/http_server_status.ts:5` calls `GET http://localhost:${port}/ok` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>/ok` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${servePort} (tests/unit/serve_test.ts:3062)
`tests/unit/serve_test.ts:3062` calls `GET http://localhost:${servePort}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${servePort} (tests/unit/serve_test.ts:345)
`tests/unit/serve_test.ts:345` calls `GET http://localhost:${servePort}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${servePort} (tests/unit/serve_test.ts:366)
`tests/unit/serve_test.ts:366` calls `GET http://localhost:${servePort}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${servePort} (tests/unit/serve_test.ts:386)
`tests/unit/serve_test.ts:386` calls `GET http://localhost:${servePort}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${servePort} (tests/unit/serve_test.ts:401)
`tests/unit/serve_test.ts:401` calls `GET http://localhost:${servePort}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${servePort}/ (tests/unit/serve_test.ts:123)
`tests/unit/serve_test.ts:123` calls `GET http://localhost:${servePort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${servePort}/ (tests/unit/serve_test.ts:2070)
`tests/unit/serve_test.ts:2070` calls `GET http://localhost:${servePort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${servePort}/ (tests/unit/serve_test.ts:2282)
`tests/unit/serve_test.ts:2282` calls `GET http://localhost:${servePort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${servePort}/ (tests/unit/serve_test.ts:3150)
`tests/unit/serve_test.ts:3150` calls `GET http://localhost:${servePort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${servePort}/ (tests/unit/serve_test.ts:3554)
`tests/unit/serve_test.ts:3554` calls `GET http://localhost:${servePort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${servePort}/ (tests/unit/serve_test.ts:3564)
`tests/unit/serve_test.ts:3564` calls `GET http://localhost:${servePort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${servePort}/ (tests/unit/serve_test.ts:441)
`tests/unit/serve_test.ts:441` calls `GET http://localhost:${servePort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${servePort}/ (tests/unit/serve_test.ts:4434)
`tests/unit/serve_test.ts:4434` calls `GET http://localhost:${servePort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${servePort}/ (tests/unit/serve_test.ts:4464)
`tests/unit/serve_test.ts:4464` calls `GET http://localhost:${servePort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${servePort}/1 (tests/unit/serve_test.ts:3114)
`tests/unit/serve_test.ts:3114` calls `GET http://localhost:${servePort}/1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>/<p>` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${servePort}/2 (tests/unit/serve_test.ts:3098)
`tests/unit/serve_test.ts:3098` calls `GET http://localhost:${servePort}/2` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>/<p>` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${serverPort} (tests/unit/streams_test.ts:660)
`tests/unit/streams_test.ts:660` calls `GET http://localhost:${serverPort}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:12345/ (tests/specs/serve/auto_serve/main.ts:4)
`tests/specs/serve/auto_serve/main.ts:4` calls `GET http://localhost:12345/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:12345` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:12345/ (tests/specs/serve/basic/main.ts:4)
`tests/specs/serve/basic/main.ts:4` calls `GET http://localhost:12345/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:12345` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:12369/ (tests/specs/serve/on_listen/error_on_non_function.ts:4)
`tests/specs/serve/on_listen/error_on_non_function.ts:4` calls `GET http://localhost:12369/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:12369` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:12369/ (tests/specs/serve/on_listen/ok.ts:4)
`tests/specs/serve/on_listen/ok.ts:4` calls `GET http://localhost:12369/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:12369` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:12369/ (tests/specs/serve/on_listen/type_check_bad_prop.ts:4)
`tests/specs/serve/on_listen/type_check_bad_prop.ts:4` calls `GET http://localhost:12369/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:12369` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:12468/ (tests/specs/serve/conn_info/main.ts:4)
`tests/specs/serve/conn_info/main.ts:4` calls `GET http://localhost:12468/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:12468` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:1337 (tests/unit_node/http_test.ts:1953)
`tests/unit_node/http_test.ts:1953` calls `GET http://localhost:1337` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:1337` If this points at an external API, prefix it with `https://` so the matcher …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:4000 (tests/unit_node/async_hooks_test.ts:60)
`tests/unit_node/async_hooks_test.ts:60` calls `GET http://localhost:4000` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4000` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:42424/not-found (tests/unit/fetch_test.ts:2461)
`tests/unit/fetch_test.ts:2461` calls `GET http://localhost:42424/not-found` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:42424/not-found` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:42424/ping (tests/unit/fetch_test.ts:2456)
`tests/unit/fetch_test.ts:2456` calls `GET http://localhost:42424/ping` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:42424/ping` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:4506 (tests/unit/worker_test.ts:733)
`tests/unit/worker_test.ts:733` calls `GET http://localhost:4506` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4506` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:4545/assets/fixture.json (tests/unit/fetch_test.ts:1005)
`tests/unit/fetch_test.ts:1005` calls `GET http://localhost:4545/assets/fixture.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/assets/fixture.json` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:4545/assets/fixture.json (tests/unit/fetch_test.ts:1109)
`tests/unit/fetch_test.ts:1109` calls `GET http://localhost:4545/assets/fixture.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/assets/fixture.json` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:4545/assets/fixture.json (tests/unit/fetch_test.ts:118)
`tests/unit/fetch_test.ts:118` calls `GET http://localhost:4545/assets/fixture.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/assets/fixture.json` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:4545/assets/fixture.json (tests/unit/fetch_test.ts:125)
`tests/unit/fetch_test.ts:125` calls `GET http://localhost:4545/assets/fixture.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/assets/fixture.json` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:4545/assets/fixture.json (tests/unit/fetch_test.ts:130)
`tests/unit/fetch_test.ts:130` calls `GET http://localhost:4545/assets/fixture.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/assets/fixture.json` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:4545/assets/fixture.json (tests/unit/fetch_test.ts:144)
`tests/unit/fetch_test.ts:144` calls `GET http://localhost:4545/assets/fixture.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/assets/fixture.json` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:4545/assets/fixture.json (tests/unit/fetch_test.ts:151)
`tests/unit/fetch_test.ts:151` calls `GET http://localhost:4545/assets/fixture.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/assets/fixture.json` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:4545/assets/fixture.json (tests/unit/fetch_test.ts:1702)
`tests/unit/fetch_test.ts:1702` calls `GET http://localhost:4545/assets/fixture.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/assets/fixture.json` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:4545/assets/fixture.json (tests/unit/fetch_test.ts:1714)
`tests/unit/fetch_test.ts:1714` calls `GET http://localhost:4545/assets/fixture.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/assets/fixture.json` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:4545/assets/fixture.json (tests/unit/fetch_test.ts:192)
`tests/unit/fetch_test.ts:192` calls `GET http://localhost:4545/assets/fixture.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/assets/fixture.json` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:4545/assets/fixture.json (tests/unit/fetch_test.ts:206)
`tests/unit/fetch_test.ts:206` calls `GET http://localhost:4545/assets/fixture.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/assets/fixture.json` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:4545/assets/fixture.json (tests/unit/fetch_test.ts:245)
`tests/unit/fetch_test.ts:245` calls `GET http://localhost:4545/assets/fixture.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/assets/fixture.json` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:4545/assets/unreachable.wasm (tests/specs/run/wasm_url/wasm_url.js:2)
`tests/specs/run/wasm_url/wasm_url.js:2` calls `GET http://localhost:4545/assets/unreachable.wasm` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/assets/unreachable.wasm` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:4545/echo.ts (tests/specs/cli/otel_basic/fetch.ts:11)
`tests/specs/cli/otel_basic/fetch.ts:11` calls `GET http://localhost:4545/echo.ts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/http:/localhost:4545/echo.ts` If this points at an external API, prefix it w…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:4545/echo.ts (tests/specs/cli/otel_basic/fetch.ts:8)
`tests/specs/cli/otel_basic/fetch.ts:8` calls `GET http://localhost:4545/echo.ts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/http:/localhost:4545/echo.ts` If this points at an external API, prefix it wi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:4545/echo.ts (tests/specs/cli/otel_basic/node_http_request.ts:10)
`tests/specs/cli/otel_basic/node_http_request.ts:10` calls `GET http://localhost:4545/echo.ts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/http:/localhost:4545/echo.ts` If this points at an external API,…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:4545/echo_server (tests/unit/fetch_test.ts:1685)
`tests/unit/fetch_test.ts:1685` calls `GET http://localhost:4545/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/echo_server` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:4545/ghost_ws_client (tests/unit/websocket_test.ts:441)
`tests/unit/websocket_test.ts:441` calls `GET http://localhost:4545/ghost_ws_client` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/ghost_ws_client` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:4545/local_addr (tests/unit/fetch_test.ts:1237)
`tests/unit/fetch_test.ts:1237` calls `GET http://localhost:4545/local_addr` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/local_addr` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:4545/non_ascii_redirect (tests/unit/fetch_test.ts:931)
`tests/unit/fetch_test.ts:931` calls `GET http://localhost:4545/non_ascii_redirect` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/non_ascii_redirect` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:4545/not-found (tests/specs/cli/otel_basic/fetch.ts:9)
`tests/specs/cli/otel_basic/fetch.ts:9` calls `GET http://localhost:4545/not-found` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/http:/localhost:4545/not-found` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:4545/not-found (tests/specs/cli/otel_basic/node_http_request.ts:11)
`tests/specs/cli/otel_basic/node_http_request.ts:11` calls `GET http://localhost:4545/not-found` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/http:/localhost:4545/not-found` If this points at an external …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:4545/README.md (tests/specs/run/fetch_response_finalization/fetch_response_finalization.js:2)
`tests/specs/run/fetch_response_finalization/fetch_response_finalization.js:2` calls `GET http://localhost:4545/README.md` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/readme.md` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:4545/wasm/math.wasm (tests/specs/run/wasm_module/cjs_importing/setup.ts:1)
`tests/specs/run/wasm_module/cjs_importing/setup.ts:1` calls `GET http://localhost:4545/wasm/math.wasm` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/wasm/math.wasm` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:4546/ (tests/unit/fetch_test.ts:945)
`tests/unit/fetch_test.ts:945` calls `GET http://localhost:4546/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4546` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:4546/ (tests/unit/fetch_test.ts:963)
`tests/unit/fetch_test.ts:963` calls `GET http://localhost:4546/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4546` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:4546/assets/hello.txt (tests/unit/fetch_test.ts:384)
`tests/unit/fetch_test.ts:384` calls `GET http://localhost:4546/assets/hello.txt` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4546/assets/hello.txt` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:4546/echo_server (tests/unit/fetch_test.ts:447)
`tests/unit/fetch_test.ts:447` calls `GET http://localhost:4546/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4546/echo_server` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:4546/echo_server (tests/unit/fetch_test.ts:463)
`tests/unit/fetch_test.ts:463` calls `GET http://localhost:4546/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4546/echo_server` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:4546/echo_server (tests/unit/fetch_test.ts:479)
`tests/unit/fetch_test.ts:479` calls `GET http://localhost:4546/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4546/echo_server` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:4549 (tests/unit/fetch_test.ts:435)
`tests/unit/fetch_test.ts:435` calls `GET http://localhost:4549` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4549` If this points at an external API, prefix it with `https://` so the matcher skips…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:4550/a/b/c (tests/unit/fetch_test.ts:418)
`tests/unit/fetch_test.ts:418` calls `GET http://localhost:4550/a/b/c` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4550/a/b/c` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:5548/http_version (tests/unit/fetch_test.ts:1660)
`tests/unit/fetch_test.ts:1660` calls `GET http://localhost:5548/http_version` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:5548/http_version` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:5549/http_version (tests/unit/fetch_test.ts:1648)
`tests/unit/fetch_test.ts:1648` calls `GET http://localhost:5549/http_version` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:5549/http_version` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:8000 (tests/specs/cli/otel_basic/http_propagators.ts:51)
`tests/specs/cli/otel_basic/http_propagators.ts:51` calls `GET http://localhost:8000` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:8000` If this points at an external API, prefix it with `https://`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:8000 (tests/specs/cli/otel_basic/http_propagators_call.ts:1)
`tests/specs/cli/otel_basic/http_propagators_call.ts:1` calls `GET http://localhost:8000` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:8000` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:8000/ (tests/wpt/runner/runner.ts:30)
`tests/wpt/runner/runner.ts:30` calls `GET http://localhost:8000/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:8000` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:8001 (tests/specs/cli/otel_basic/http_propagators_1.ts:10)
`tests/specs/cli/otel_basic/http_propagators_1.ts:10` calls `GET http://localhost:8001` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:8001` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:9001/ (tests/specs/run/serve_address_override_only_once/main.ts:15)
`tests/specs/run/serve_address_override_only_once/main.ts:15` calls `GET http://localhost:9001/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:9001` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:9002/ (tests/specs/run/serve_address_override_only_once/main.ts:18)
`tests/specs/run/serve_address_override_only_once/main.ts:18` calls `GET http://localhost:9002/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:9002` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://nil/ (tests/unit/fetch_test.ts:84)
`tests/unit/fetch_test.ts:84` calls `GET http://nil/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/nil` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://unreachable-host.abc/ (tests/specs/cli/otel_basic/fetch.ts:10)
`tests/specs/cli/otel_basic/fetch.ts:10` calls `GET http://unreachable-host.abc/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/http:/unreachable-host.abc` If this points at an external API, prefix it with…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET https://${hostname}:${port}/ (tests/unit/http_test.ts:2649)
`tests/unit/http_test.ts:2649` calls `GET https://${hostname}:${port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/<p>:/<p>` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://${hostname}:${port}/ (tests/unit/http_test.ts:359)
`tests/unit/http_test.ts:359` calls `GET https://${hostname}:${port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/<p>:/<p>` If this points at an external API, prefix it with `https://` so the matcher skip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://127.0.0.1:5545/echo.ts (tests/specs/cert/ip_address_unsafe_ssl/ip_address_unsafe_ssl.ts:4)
`tests/specs/cert/ip_address_unsafe_ssl/ip_address_unsafe_ssl.ts:4` calls `GET https://127.0.0.1:5545/echo.ts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/127.0.0.1:5545/echo.ts` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://127.0.0.1:9405/ (tests/specs/node/http_address_override/https_duplicate.ts:25)
`tests/specs/node/http_address_override/https_duplicate.ts:25` calls `GET https://127.0.0.1:9405/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/127.0.0.1:9405` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://dl.deno.land/canary-latest.txt (tests/specs/upgrade/specific_canary/upgrade.ts:4)
`tests/specs/upgrade/specific_canary/upgrade.ts:4` calls `GET https://dl.deno.land/canary-latest.txt` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/dl.deno.land/canary-latest.txt` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://dl.deno.land/release-latest.txt (tools/release/upload_version_file.ts:34)
`tools/release/upload_version_file.ts:34` calls `GET https://dl.deno.land/release-latest.txt` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/dl.deno.land/release-latest.txt` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://dl.deno.land/release-latest.txt (tools/release/version_greater_latest.ts:5)
`tools/release/version_greater_latest.ts:5` calls `GET https://dl.deno.land/release-latest.txt` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/dl.deno.land/release-latest.txt` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://example.com (tests/specs/run/sslkeylogfile/main.ts:1)
`tests/specs/run/sslkeylogfile/main.ts:1` calls `GET https://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:/example.com` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://example.com (tests/specs/run/sslkeylogfile/mutate_env.ts:3)
`tests/specs/run/sslkeylogfile/mutate_env.ts:3` calls `GET https://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:/example.com` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://example.com/ (tests/unit_node/https_test.ts:149)
`tests/unit_node/https_test.ts:149` calls `GET https://example.com/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/https:/example.com` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET https://example.com/ping (tests/unit/fetch_test.ts:2451)
`tests/unit/fetch_test.ts:2451` calls `GET https://example.com/ping` 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/ping` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://github.com (tests/specs/cert/deno_land_unsafe_ssl/deno_land_unsafe_ssl.ts:1)
`tests/specs/cert/deno_land_unsafe_ssl/deno_land_unsafe_ssl.ts:1` calls `GET https://github.com` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/github.com` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://localhost:${(server.address() as any).port} (tests/unit_node/http_test.ts:1064)
`tests/unit_node/http_test.ts:1064` calls `GET https://localhost:${(server.address() as any).port}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/localhost:/<p>` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://localhost:${servePort}/ (tests/unit/serve_test.ts:3181)
`tests/unit/serve_test.ts:3181` calls `GET https://localhost:${servePort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the m…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://localhost:5545/assets/fixture.json (tests/unit/fetch_test.ts:1212)
`tests/unit/fetch_test.ts:1212` calls `GET https://localhost:5545/assets/fixture.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/localhost:5545/assets/fixture.json` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://localhost:5545/cert/cafile_ts_fetch.ts.out (tests/specs/cert/cafile_compile/cert/cafile_ts_fetch.ts:1)
`tests/specs/cert/cafile_compile/cert/cafile_ts_fetch.ts:1` calls `GET https://localhost:5545/cert/cafile_ts_fetch.ts.out` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/localhost:5545/cert/cafile_ts_fetch.ts…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://localhost:5545/cert/cafile_ts_fetch.ts.out (tests/specs/cert/cafile_ts_fetch/cafile_ts_fetch.ts:1)
`tests/specs/cert/cafile_ts_fetch/cafile_ts_fetch.ts:1` calls `GET https://localhost:5545/cert/cafile_ts_fetch.ts.out` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/localhost:5545/cert/cafile_ts_fetch.ts.out…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://localhost:5545/cert/cafile_ts_fetch.ts.out (tests/specs/cert/cafile_ts_fetch_unsafe_ssl/cafile_ts_fetch.ts:1)
`tests/specs/cert/cafile_ts_fetch_unsafe_ssl/cafile_ts_fetch.ts:1` calls `GET https://localhost:5545/cert/cafile_ts_fetch.ts.out` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/localhost:5545/cert/cafile_ts_f…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://localhost:5545/cert/cafile_ts_fetch.ts.out (tests/testdata/cert/cafile_ts_fetch.ts:1)
`tests/testdata/cert/cafile_ts_fetch.ts:1` calls `GET https://localhost:5545/cert/cafile_ts_fetch.ts.out` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/localhost:5545/cert/cafile_ts_fetch.ts.out` If this poi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://localhost:5545/echo.ts (tests/unit_node/http_test.ts:2188)
`tests/unit_node/http_test.ts:2188` calls `GET https://localhost:5545/echo.ts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/https:/localhost:5545/echo.ts` If this points at an external API, prefix it with…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET https://localhost:5545/echo.ts (tests/unit_node/http_test.ts:2383)
`tests/unit_node/http_test.ts:2383` calls `GET https://localhost:5545/echo.ts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/https:/localhost:5545/echo.ts` If this points at an external API, prefix it with…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET https://localhost:5545/http_version (tests/unit/fetch_test.ts:1672)
`tests/unit/fetch_test.ts:1672` calls `GET https://localhost:5545/http_version` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/localhost:5545/http_version` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://localhost:5546/http_version (tests/unit/fetch_test.ts:1612)
`tests/unit/fetch_test.ts:1612` calls `GET https://localhost:5546/http_version` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/localhost:5546/http_version` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://localhost:5546/http_version (tests/unit/fetch_test.ts:1624)
`tests/unit/fetch_test.ts:1624` calls `GET https://localhost:5546/http_version` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/localhost:5546/http_version` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://localhost:5547/http_version (tests/unit/fetch_test.ts:1636)
`tests/unit/fetch_test.ts:1636` calls `GET https://localhost:5547/http_version` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/localhost:5547/http_version` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://localhost:5552/assets/fixture.json (tests/unit/fetch_test.ts:1408)
`tests/unit/fetch_test.ts:1408` calls `GET https://localhost:5552/assets/fixture.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/localhost:5552/assets/fixture.json` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://localhost:5552/assets/fixture.json (tests/unit/fetch_test.ts:1425)
`tests/unit/fetch_test.ts:1425` calls `GET https://localhost:5552/assets/fixture.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/localhost:5552/assets/fixture.json` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://localhost:5552/assets/fixture.json (tests/unit/fetch_test.ts:1442)
`tests/unit/fetch_test.ts:1442` calls `GET https://localhost:5552/assets/fixture.json` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/localhost:5552/assets/fixture.json` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://nonexistent.deno.land/ (tests/specs/run/fetch_async_error_stack/fetch_async_error_stack.ts:1)
`tests/specs/run/fetch_async_error_stack/fetch_async_error_stack.ts:1` calls `GET https://nonexistent.deno.land/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/nonexistent.deno.land` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: HEAD http://localhost:4545/echo_server (tests/unit/fetch_test.ts:1391)
`tests/unit/fetch_test.ts:1391` calls `HEAD http://localhost:4545/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/echo_server` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: HEAD http://localhost:4545/echo_server (tests/unit/fetch_test.ts:1568)
`tests/unit/fetch_test.ts:1568` calls `HEAD http://localhost:4545/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/echo_server` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: HEAD http://localhost:4545/echo_server (tests/unit/fetch_test.ts:1574)
`tests/unit/fetch_test.ts:1574` calls `HEAD http://localhost:4545/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/echo_server` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: HEAD http://localhost:4545/echo_server (tests/unit/fetch_test.ts:1594)
`tests/unit/fetch_test.ts:1594` calls `HEAD http://localhost:4545/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/echo_server` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: HEAD http://localhost:4545/echo_server (tests/unit/fetch_test.ts:1600)
`tests/unit/fetch_test.ts:1600` calls `HEAD http://localhost:4545/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/echo_server` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH http://localhost:4545/content_length (tests/unit/fetch_test.ts:1818)
`tests/unit/fetch_test.ts:1818` calls `PATCH http://localhost:4545/content_length` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/content_length` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH http://localhost:4545/echo_server (tests/unit_node/http_test.ts:985)
`tests/unit_node/http_test.ts:985` calls `PATCH http://localhost:4545/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/http:/localhost:4545/echo_server` If this points at an external API, prefix …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST http://${addr}/blah (tests/unit/fetch_test.ts:1304)
`tests/unit/fetch_test.ts:1304` calls `POST http://${addr}/blah` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/<p>/blah` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://${addr}/blah (tests/unit/fetch_test.ts:727)
`tests/unit/fetch_test.ts:727` calls `POST http://${addr}/blah` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/<p>/blah` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://${addr}/blah (tests/unit/fetch_test.ts:761)
`tests/unit/fetch_test.ts:761` calls `POST http://${addr}/blah` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/<p>/blah` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://${addr}/blah (tests/unit/fetch_test.ts:794)
`tests/unit/fetch_test.ts:794` calls `POST http://${addr}/blah` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/<p>/blah` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://${addr}/blah (tests/unit/fetch_test.ts:834)
`tests/unit/fetch_test.ts:834` calls `POST http://${addr}/blah` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/<p>/blah` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://${addr}/blah (tests/unit/fetch_test.ts:871)
`tests/unit/fetch_test.ts:871` calls `POST http://${addr}/blah` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/<p>/blah` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://${addr}/blah (tests/unit/fetch_test.ts:902)
`tests/unit/fetch_test.ts:902` calls `POST http://${addr}/blah` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/<p>/blah` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${listenPort} (tests/unit/http_test.ts:1132)
`tests/unit/http_test.ts:1132` calls `POST http://127.0.0.1:${listenPort}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${listenPort}/ (tests/unit/http_test.ts:2235)
`tests/unit/http_test.ts:2235` calls `POST http://127.0.0.1:${listenPort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${listenPort}/ (tests/unit/http_test.ts:2283)
`tests/unit/http_test.ts:2283` calls `POST http://127.0.0.1:${listenPort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${listenPort}/ (tests/unit/http_test.ts:245)
`tests/unit/http_test.ts:245` calls `POST http://127.0.0.1:${listenPort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${listenPort}/ (tests/unit/http_test.ts:274)
`tests/unit/http_test.ts:274` calls `POST http://127.0.0.1:${listenPort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${listenPort}/ (tests/unit/http_test.ts:387)
`tests/unit/http_test.ts:387` calls `POST http://127.0.0.1:${listenPort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${port}/ (tests/unit_node/http_test.ts:3364)
`tests/unit_node/http_test.ts:3364` calls `POST http://127.0.0.1:${port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${servePort}/ (tests/unit/serve_test.ts:1291)
`tests/unit/serve_test.ts:1291` calls `POST http://127.0.0.1:${servePort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${servePort}/ (tests/unit/serve_test.ts:1882)
`tests/unit/serve_test.ts:1882` calls `POST http://127.0.0.1:${servePort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${servePort}/ (tests/unit/serve_test.ts:1926)
`tests/unit/serve_test.ts:1926` calls `POST http://127.0.0.1:${servePort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${server.addr.port}/ (tests/specs/inspector/fetch_events/main.js:105)
`tests/specs/inspector/fetch_events/main.js:105` calls `POST http://127.0.0.1:${server.addr.port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:${listenPort} (tests/unit/http_test.ts:2421)
`tests/unit/http_test.ts:2421` calls `POST http://localhost:${listenPort}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:${port}/ (tests/unit/serve_test.ts:3678)
`tests/unit/serve_test.ts:3678` calls `POST http://localhost:${port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:${port}/ (tests/unit/serve_test.ts:3725)
`tests/unit/serve_test.ts:3725` calls `POST http://localhost:${port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:${port}/ (tests/unit/serve_test.ts:3773)
`tests/unit/serve_test.ts:3773` calls `POST http://localhost:${port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the matcher…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:${port}/ (tests/unit_node/http_test.ts:3327)
`tests/unit_node/http_test.ts:3327` calls `POST http://localhost:${port}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:${servePort}/ (tests/unit/serve_test.ts:2954)
`tests/unit/serve_test.ts:2954` calls `POST http://localhost:${servePort}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:4545/content_length (tests/unit/fetch_test.ts:1796)
`tests/unit/fetch_test.ts:1796` calls `POST http://localhost:4545/content_length` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/content_length` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:4545/content_length (tests/unit/fetch_test.ts:1829)
`tests/unit/fetch_test.ts:1829` calls `POST http://localhost:4545/content_length` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/content_length` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:4545/content_length (tests/unit/fetch_test.ts:1841)
`tests/unit/fetch_test.ts:1841` calls `POST http://localhost:4545/content_length` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/content_length` If this points at an external API, prefix it with…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:4545/echo_multipart_file (tests/unit/fetch_test.ts:312)
`tests/unit/fetch_test.ts:312` calls `POST http://localhost:4545/echo_multipart_file` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/echo_multipart_file` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:4545/echo_server (tests/unit/fetch_test.ts:1052)
`tests/unit/fetch_test.ts:1052` calls `POST http://localhost:4545/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/echo_server` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:4545/echo_server (tests/unit/fetch_test.ts:1081)
`tests/unit/fetch_test.ts:1081` calls `POST http://localhost:4545/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/echo_server` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:4545/echo_server (tests/unit/fetch_test.ts:1125)
`tests/unit/fetch_test.ts:1125` calls `POST http://localhost:4545/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/echo_server` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:4545/echo_server (tests/unit/fetch_test.ts:1141)
`tests/unit/fetch_test.ts:1141` calls `POST http://localhost:4545/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/echo_server` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:4545/echo_server (tests/unit/fetch_test.ts:1253)
`tests/unit/fetch_test.ts:1253` calls `POST http://localhost:4545/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/echo_server` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:4545/echo_server (tests/unit/fetch_test.ts:2012)
`tests/unit/fetch_test.ts:2012` calls `POST http://localhost:4545/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/echo_server` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:4545/echo_server (tests/unit/fetch_test.ts:2126)
`tests/unit/fetch_test.ts:2126` calls `POST http://localhost:4545/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/echo_server` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:4545/echo_server (tests/unit/fetch_test.ts:226)
`tests/unit/fetch_test.ts:226` calls `POST http://localhost:4545/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/echo_server` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:4545/echo_server (tests/unit/fetch_test.ts:359)
`tests/unit/fetch_test.ts:359` calls `POST http://localhost:4545/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/echo_server` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:4545/echo_server (tests/unit/fetch_test.ts:498)
`tests/unit/fetch_test.ts:498` calls `POST http://localhost:4545/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/echo_server` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:4545/echo_server (tests/unit/fetch_test.ts:541)
`tests/unit/fetch_test.ts:541` calls `POST http://localhost:4545/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/echo_server` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:4545/echo_server (tests/unit/fetch_test.ts:554)
`tests/unit/fetch_test.ts:554` calls `POST http://localhost:4545/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/echo_server` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:4545/echo_server (tests/unit/fetch_test.ts:568)
`tests/unit/fetch_test.ts:568` calls `POST http://localhost:4545/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/echo_server` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:4545/echo_server (tests/unit/fetch_test.ts:587)
`tests/unit/fetch_test.ts:587` calls `POST http://localhost:4545/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/echo_server` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:4545/echo_server (tests/unit/fetch_test.ts:601)
`tests/unit/fetch_test.ts:601` calls `POST http://localhost:4545/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/echo_server` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:4545/echo_server (tests/unit/fetch_test.ts:620)
`tests/unit/fetch_test.ts:620` calls `POST http://localhost:4545/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/echo_server` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:4545/echo_server (tests/unit/fetch_test.ts:641)
`tests/unit/fetch_test.ts:641` calls `POST http://localhost:4545/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/echo_server` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:4545/echo_server (tests/unit/fetch_test.ts:666)
`tests/unit/fetch_test.ts:666` calls `POST http://localhost:4545/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/echo_server` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:4545/echo_server (tests/unit/fetch_test.ts:685)
`tests/unit/fetch_test.ts:685` calls `POST http://localhost:4545/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/echo_server` If this points at an external API, prefix it with `https…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:4545/echo_server (tests/unit_node/fetch_test.ts:9)
`tests/unit_node/fetch_test.ts:9` calls `POST http://localhost:4545/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/echo_server` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:4545/echo_server (tests/unit_node/http_test.ts:898)
`tests/unit_node/http_test.ts:898` calls `POST http://localhost:4545/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/http:/localhost:4545/echo_server` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:5552/echo_server (tests/unit/fetch_test.ts:1484)
`tests/unit/fetch_test.ts:1484` calls `POST http://localhost:5552/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:5552/echo_server` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:5552/echo_server (tests/unit/fetch_test.ts:1512)
`tests/unit/fetch_test.ts:1512` calls `POST http://localhost:5552/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:5552/echo_server` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:5552/echo_server (tests/unit/fetch_test.ts:1539)
`tests/unit/fetch_test.ts:1539` calls `POST http://localhost:5552/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:5552/echo_server` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.github.com/repos/denoland/deno/statuses/${commit} (tools/upload_wptfyi.js:61)
`tools/upload_wptfyi.js:61` calls `POST https://api.github.com/repos/denoland/deno/statuses/${commit}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.github.com/repos/denoland/deno/statuses/<p>` If this p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://localhost:5545/http_version (tests/unit_node/http_test.ts:921)
`tests/unit_node/http_test.ts:921` calls `POST https://localhost:5545/http_version` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/https:/localhost:5545/http_version` If this points at an external API, pref…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST https://localhost:5552/echo_server (tests/unit/fetch_test.ts:1465)
`tests/unit/fetch_test.ts:1465` calls `POST https://localhost:5552/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/localhost:5552/echo_server` If this points at an external API, prefix it with `ht…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://wpt.fyi/api/results/upload (tools/upload_wptfyi.js:39)
`tools/upload_wptfyi.js:39` calls `POST https://wpt.fyi/api/results/upload` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/wpt.fyi/api/results/upload` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT http://localhost:4545/content_length (tests/unit/fetch_test.ts:1807)
`tests/unit/fetch_test.ts:1807` calls `PUT http://localhost:4545/content_length` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:4545/content_length` If this points at an external API, prefix it with …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT http://localhost:4545/echo_server (tests/unit_node/http_test.ts:1007)
`tests/unit_node/http_test.ts:1007` calls `PUT http://localhost:4545/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/http:/localhost:4545/echo_server` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PUT http://localhost:4545/echo_server (tests/unit_node/http_test.ts:1850)
`tests/unit_node/http_test.ts:1850` calls `PUT http://localhost:4545/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/http:/localhost:4545/echo_server` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: PUT http://localhost:4545/echo_server (tests/unit_node/http_test.ts:1890)
`tests/unit_node/http_test.ts:1890` calls `PUT http://localhost:4545/echo_server` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/http:/localhost:4545/echo_server` If this points at an external API, prefix i…
Dangling fetchHelper:request
high System graph hardware Supply chain conf 1.00 Dockerfile pipes a remote installer into a shell
Executing downloaded code during image build gives the remote endpoint build-time code execution. Prefer pinned packages or verify downloaded installers by checksum/signature.
.devcontainer/Dockerfile:10 containersRemote installer
high System graph security security conf 1.00 Insecure pattern 'eval_used' in ext/node/polyfills/repl.ts:1025
Found a known-risky pattern (eval_used). Review and replace if possible.
ext/node/polyfills/repl.ts:1025 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in libs/core/error.rs:2411
Found a known-risky pattern (eval_used). Review and replace if possible.
libs/core/error.rs:2411 Eval used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in ext/web/01_urlpattern.js:362
Found a known-risky pattern (exec_used). Review and replace if possible.
ext/web/01_urlpattern.js:362 Exec used
medium Security checks quality Practices conf 1.00 [CFG006] Missing .gitignore: No .gitignore file. Risk of committing secrets and build artifacts.
Add a .gitignore appropriate for your language/framework.
medium Security checks quality Quality Average file size is 613 lines (recommend <300)
Refactor large files by extracting related functions into separate modules. Target files with 300+ lines first. Use the Single Responsibility Principle — each module should have one clear purpose.
high Security checks software dependencies conf 0.70 Remote install command pipes network code directly to a shell
Publish a package-manager install path or add checksum/signature verification before execution. For docs, show the inspect-then-run flow and pin the downloaded artifact version.
README.md:28
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — tests/bench/testdata/react-dom.js:18
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — cli/tsc/dts/lib.deno.ns.d.ts:5476
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 — cli/tsc/dts/lib.deno.shared_globals.d.ts:948
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 — cli/tsc/dts/lib.deno.window.d.ts:316
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 — cli/tsc/dts/lib.deno_fetch.d.ts:406
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 — cli/tsc/dts/lib.webworker.d.ts:5205
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 — cli/tsc/dts/node/undici/fetch.d.ts:13
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 — cli/tsc/dts/node/undici/formdata.d.ts:12
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 — ext/fetch/22_body.js:547
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 — ext/fetch/26_fetch.js:91
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 — ext/http/00_serve.ts:1244
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 — ext/node/polyfills/process.ts:5
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 — libs/config/testdata/fmt/with_config/subdir/a.ts:5
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 — libs/config/testdata/fmt/with_config/subdir/b.ts:5
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 — runtime/js/98_global_scope_shared.js:273
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 — tools/release/upload_version_file.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 quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — tools/release/version_greater_latest.ts:5
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 — tools/update_node_gyp_for_tests.ts:22
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 — tools/upload_wptfyi.js:39
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 — tools/util.js:218
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: .devcontainer/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 3 occurrences GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
3 files, 3 locations
.github/workflows/ci.generated.yml
.github/workflows/npm_publish.generated.yml
.github/workflows/promote_to_release.generated.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in ext/node/polyfills/internal_binding/constants.ts:712
Found a known-risky pattern (weak_hash). Review and replace if possible.
ext/node/polyfills/internal_binding/constants.ts:712 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in ext/node_crypto/digest.rs:331
Found a known-risky pattern (weak_hash). Review and replace if possible.
ext/node_crypto/digest.rs:331 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in ext/node_crypto/x509.rs:1236
Found a known-risky pattern (weak_hash). Review and replace if possible.
ext/node_crypto/x509.rs:1236 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in libs/node_shim/lib.rs:667
Found a known-risky pattern (weak_hash). Review and replace if possible.
libs/node_shim/lib.rs:667 Weak hash
low Security checks quality Quality conf 0.60 9 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
9 files, 9 locations
.github/workflows/create_prerelease_tag.ts:16
.github/workflows/post_publish.ts:22
.github/workflows/promote_to_release.ts:135
.github/workflows/start_release.ts:22
.github/workflows/version_bump.ts:21
cli/lsp/npm.rs:85
cli/ops/testing.rs:46
cli/tools/pm/cache_deps.rs:179
duplicationquality
low System graph quality Maintenance conf 1.00 240 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment

Showing first 300 of 2015. 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/026a157d-4f5f-4502-a13a-022bcdad0f97/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/026a157d-4f5f-4502-a13a-022bcdad0f97/

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.