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.

Reshigan/Openenergy

https://github.com/Reshigan/Openenergy · scanned 2026-06-15 23:50 UTC (2 months, 3 weeks ago)

1307 raw signals (96 security + 1211 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 1165 actionable findings from 2 signal sources. 302 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 63.9/100 with 100.0% coverage. It contains 17034 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 1211 findings — concentrated in quality (939), api (195), frontend (61). Risk profile is high: 2 critical, 146 high, 111 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

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

critical Security checks quality Practices conf 0.82 10 occurrences Foundry mined mock as real or placeholder: Reshigan/Openenergy
Graph query export: Mock, sample, placeholder, or self-attested behavior treated as real Query id: mock_as_real_or_placeholder Query type: motif_query Intent: Hard negatives for fake completeness and missing real data paths. Motif: mock_as_real_or_placeholder Training usage: hard_negative Graph gol…
10 occurrences
repo-level (10 hits)
critical Security checks security auth conf 0.78 22 occurrences Foundry mined security auth guardrail gaps: Reshigan/Openenergy
Graph query export: Security/auth changes without enough guardrails Query id: security_auth_guardrail_gaps Query type: motif_query Intent: Assumption-check security/auth examples requiring stronger tests or CI. Motif: security_auth_without_guardrails Training usage: assumption_check Graph gold labe…
22 occurrences
repo-level (22 hits)
critical System graph security Secrets conf 1.00 Possible secret in open-energy-platform/pages/src/ux-alternatives/apex/pages/admin/AdminWorkstation.tsx
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
open-energy-platform/pages/src/ux-alternatives/apex/pages/admin/AdminWorkstation.tsx:483
critical System graph security Secrets conf 1.00 Possible secret in open-energy-platform/scripts/provision.js
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
open-energy-platform/scripts/provision.js:10
high Security checks quality Practices conf 0.84 33 occurrences Foundry mined bad chains: Reshigan/Openenergy
Comment chain pattern product: bad_chains Repo: Reshigan/Openenergy Thread: Reshigan/Openenergy#9 Outcome: not_resolved_or_not_observed Thread label: thread_has_human_issue_and_fix_context Source graph label: source_backed_multi_signal_graph Reasons: source_graph_has_real_artifacts, source_graph_ha…
33 occurrences
repo-level (33 hits)
high Security checks quality Quality conf 0.76 15 occurrences Foundry mined schema ui api mismatch: Reshigan/Openenergy
Graph query export: Schema, UI, and API mismatch Query id: schema_ui_api_mismatch Query type: motif_query Intent: Assumption-check examples for data-path consistency across layers. Motif: schema_ui_api_mismatch Training usage: assumption_check Graph gold label: weak_supervision_needs_review Repo: R…
15 occurrences
repo-level (15 hits)
high Security checks quality Testing conf 0.78 52 occurrences Foundry mined test ci gap after feedback: Reshigan/Openenergy
Graph query export: Feedback exposes missing tests or CI Query id: test_ci_gap_after_feedback Query type: motif_query Intent: Hard negatives for feedback/fix chains without adequate guardrails. Motif: test_ci_gap_after_feedback Training usage: hard_negative Graph gold label: supported_by_verificati…
52 occurrences
repo-level (52 hits)
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/dsr (open-energy-platform/pages/src/meridian/surfaces/admin/DataSubjectRequestSurface.tsx:83)
`open-energy-platform/pages/src/meridian/surfaces/admin/DataSubjectRequestSurface.tsx:83` calls `GET /api/admin/dsr` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/dsr` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/revenue (open-energy-platform/pages/src/components/pages/AdminRevenuePage.tsx:319)
`open-energy-platform/pages/src/components/pages/AdminRevenuePage.tsx:319` calls `GET /api/admin/revenue` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/revenue` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/revenue/arr (open-energy-platform/pages/src/components/pages/AdminRevenuePage.tsx:318)
`open-energy-platform/pages/src/components/pages/AdminRevenuePage.tsx:318` calls `GET /api/admin/revenue/arr` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/revenue/arr` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/revenue/by-event (open-energy-platform/pages/src/components/pages/AdminRevenuePage.tsx:19)
`open-energy-platform/pages/src/components/pages/AdminRevenuePage.tsx:19` calls `GET /api/admin/revenue/by-event` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/revenue/by-event` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/revenue/by-role (open-energy-platform/pages/src/components/pages/AdminRevenuePage.tsx:72)
`open-energy-platform/pages/src/components/pages/AdminRevenuePage.tsx:72` calls `GET /api/admin/revenue/by-role` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/revenue/by-role` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/revenue/leakage (open-energy-platform/pages/src/components/pages/AdminRevenuePage.tsx:121)
`open-energy-platform/pages/src/components/pages/AdminRevenuePage.tsx:121` calls `GET /api/admin/revenue/leakage` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/revenue/leakage` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/revenue/schedule (open-energy-platform/pages/src/components/pages/AdminRevenuePage.tsx:190)
`open-energy-platform/pages/src/components/pages/AdminRevenuePage.tsx:190` calls `GET /api/admin/revenue/schedule` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/revenue/schedule` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/admin/revenue/summary (open-energy-platform/pages/src/components/pages/AdminRevenuePage.tsx:317)
`open-energy-platform/pages/src/components/pages/AdminRevenuePage.tsx:317` calls `GET /api/admin/revenue/summary` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/revenue/summary` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/esap-compliance/${id} (open-energy-platform/pages/src/components/lender/LenderEsapTab.tsx:296)
`open-energy-platform/pages/src/components/lender/LenderEsapTab.tsx:296` calls `GET /api/esap-compliance/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/esap-compliance/<p>` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/esap-compliance?${params} (open-energy-platform/pages/src/components/lender/LenderEsapTab.tsx:272)
`open-energy-platform/pages/src/components/lender/LenderEsapTab.tsx:272` calls `GET /api/esap-compliance?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/esap-compliance` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/esums-portal-view/${token} (open-energy-platform/pages/src/components/pages/EsumsOmPortalView.tsx:36)
`open-energy-platform/pages/src/components/pages/EsumsOmPortalView.tsx:36` calls `GET /api/esums-portal-view/${token}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/esums-portal-view/<p>` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/facility-amendments?${params} (open-energy-platform/pages/src/components/lender/LenderFacilityAmendmentTab.tsx:269)
`open-energy-platform/pages/src/components/lender/LenderFacilityAmendmentTab.tsx:269` calls `GET /api/facility-amendments?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/facility-amendments` If this points…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-ael?${params} (open-energy-platform/pages/src/components/ipp/IppAelTab.tsx:159)
`open-energy-platform/pages/src/components/ipp/IppAelTab.tsx:159` calls `GET /api/ipp-ael?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-ael` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-annual-audits?${params} (open-energy-platform/pages/src/components/ipp/IppAnnualAuditTab.tsx:179)
`open-energy-platform/pages/src/components/ipp/IppAnnualAuditTab.tsx:179` calls `GET /api/ipp-annual-audits?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-annual-audits` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-annual-compliance-assessments?${params} (open-energy-platform/pages/src/components/ipp/IppAnnualComplianceAssessmentTab.tsx:184)
`open-energy-platform/pages/src/components/ipp/IppAnnualComplianceAssessmentTab.tsx:184` calls `GET /api/ipp-annual-compliance-assessments?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-annual-complia…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-annual-report?${params} (open-energy-platform/pages/src/components/ipp/IppAnnualReportTab.tsx:110)
`open-energy-platform/pages/src/components/ipp/IppAnnualReportTab.tsx:110` calls `GET /api/ipp-annual-report?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-annual-report` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-bbbee-verification?${params} (open-energy-platform/pages/src/components/ipp/IppBbbeeVerificationTab.tsx:174)
`open-energy-platform/pages/src/components/ipp/IppBbbeeVerificationTab.tsx:174` calls `GET /api/ipp-bbbee-verification?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-bbbee-verification` If this points…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-bfs?${params} (open-energy-platform/pages/src/components/ipp/IppBfsTab.tsx:103)
`open-energy-platform/pages/src/components/ipp/IppBfsTab.tsx:103` calls `GET /api/ipp-bfs?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-bfs` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-ccc?${params} (open-energy-platform/pages/src/components/ipp/IppCccTab.tsx:105)
`open-energy-platform/pages/src/components/ipp/IppCccTab.tsx:105` calls `GET /api/ipp-ccc?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-ccc` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-cep-compliance?${params} (open-energy-platform/pages/src/components/ipp/IppCepComplianceTab.tsx:166)
`open-energy-platform/pages/src/components/ipp/IppCepComplianceTab.tsx:166` calls `GET /api/ipp-cep-compliance?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-cep-compliance` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-change-of-control?${params} (open-energy-platform/pages/src/components/ipp/IppChangeOfControlTab.tsx:111)
`open-energy-platform/pages/src/components/ipp/IppChangeOfControlTab.tsx:111` calls `GET /api/ipp-change-of-control?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-change-of-control` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-community-trust?${params} (open-energy-platform/pages/src/components/ipp/IppCommunityTrustTab.tsx:104)
`open-energy-platform/pages/src/components/ipp/IppCommunityTrustTab.tsx:104` calls `GET /api/ipp-community-trust?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-community-trust` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-contractor-default?${params} (open-energy-platform/pages/src/components/ipp/IppContractorDefaultTab.tsx:122)
`open-energy-platform/pages/src/components/ipp/IppContractorDefaultTab.tsx:122` calls `GET /api/ipp-contractor-default?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-contractor-default` If this points…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-cp-tracker?${params} (open-energy-platform/pages/src/components/ipp/IppCpTrackerTab.tsx:257)
`open-energy-platform/pages/src/components/ipp/IppCpTrackerTab.tsx:257` calls `GET /api/ipp-cp-tracker?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-cp-tracker` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-ea-amendment?${params} (open-energy-platform/pages/src/components/ipp/IppEaAmendmentTab.tsx:156)
`open-energy-platform/pages/src/components/ipp/IppEaAmendmentTab.tsx:156` calls `GET /api/ipp-ea-amendment?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-ea-amendment` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-eco-report?${params} (open-energy-platform/pages/src/components/ipp/IppEcoReportTab.tsx:112)
`open-energy-platform/pages/src/components/ipp/IppEcoReportTab.tsx:112` calls `GET /api/ipp-eco-report?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-eco-report` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-emp-compliance-reports?${params} (open-energy-platform/pages/src/components/ipp/IppEmpComplianceReportTab.tsx:222)
`open-energy-platform/pages/src/components/ipp/IppEmpComplianceReportTab.tsx:222` calls `GET /api/ipp-emp-compliance-reports?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-emp-compliance-reports` If t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-equity-transfer?${params} (open-energy-platform/pages/src/components/ipp/IppEquityTransferTab.tsx:169)
`open-energy-platform/pages/src/components/ipp/IppEquityTransferTab.tsx:169` calls `GET /api/ipp-equity-transfer?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-equity-transfer` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-esmr?${params} (open-energy-platform/pages/src/components/ipp/IppEsmrTab.tsx:164)
`open-energy-platform/pages/src/components/ipp/IppEsmrTab.tsx:164` calls `GET /api/ipp-esmr?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-esmr` If this points at an external API, prefix it with `http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-fm?${params} (open-energy-platform/pages/src/components/ipp/IppFmTab.tsx:114)
`open-energy-platform/pages/src/components/ipp/IppFmTab.tsx:114` calls `GET /api/ipp-fm?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-fm` If this points at an external API, prefix it with `https://` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-force-majeure-chain/${item.id} (open-energy-platform/pages/src/components/ipp/IppForceMajeureTab.tsx:286)
`open-energy-platform/pages/src/components/ipp/IppForceMajeureTab.tsx:286` calls `GET /api/ipp-force-majeure-chain/${item.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-force-majeure-chain/<p>` If this poin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-force-majeure-chain?${params} (open-energy-platform/pages/src/components/ipp/IppForceMajeureTab.tsx:261)
`open-energy-platform/pages/src/components/ipp/IppForceMajeureTab.tsx:261` calls `GET /api/ipp-force-majeure-chain?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-force-majeure-chain` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-grid-compliance?${params} (open-energy-platform/pages/src/components/ipp/IppGridComplianceTab.tsx:101)
`open-energy-platform/pages/src/components/ipp/IppGridComplianceTab.tsx:101` calls `GET /api/ipp-grid-compliance?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-grid-compliance` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-hra?${params} (open-energy-platform/pages/src/components/ipp/IppHraTab.tsx:159)
`open-energy-platform/pages/src/components/ipp/IppHraTab.tsx:159` calls `GET /api/ipp-hra?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-hra` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-ie-annual-reviews?${params} (open-energy-platform/pages/src/components/ipp/IppIearTab.tsx:167)
`open-energy-platform/pages/src/components/ipp/IppIearTab.tsx:167` calls `GET /api/ipp-ie-annual-reviews?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-ie-annual-reviews` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-insurance-renewals?${params} (open-energy-platform/pages/src/components/ipp/IppInsrTab.tsx:169)
`open-energy-platform/pages/src/components/ipp/IppInsrTab.tsx:169` calls `GET /api/ipp-insurance-renewals?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-insurance-renewals` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-land-amendment?${params} (open-energy-platform/pages/src/components/ipp/IppLandAmendmentTab.tsx:102)
`open-energy-platform/pages/src/components/ipp/IppLandAmendmentTab.tsx:102` calls `GET /api/ipp-land-amendment?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-land-amendment` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-lc-reports?${params} (open-energy-platform/pages/src/components/ipp/IppLcReportTab.tsx:163)
`open-energy-platform/pages/src/components/ipp/IppLcReportTab.tsx:163` calls `GET /api/ipp-lc-reports?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-lc-reports` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-lender-reporting?${params} (open-energy-platform/pages/src/components/ipp/IppLenderReportingTab.tsx:163)
`open-energy-platform/pages/src/components/ipp/IppLenderReportingTab.tsx:163` calls `GET /api/ipp-lender-reporting?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-lender-reporting` If this points at an…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-licence-obligations?${params} (open-energy-platform/pages/src/components/ipp/IppLicenceObligationTab.tsx:256)
`open-energy-platform/pages/src/components/ipp/IppLicenceObligationTab.tsx:256` calls `GET /api/ipp-licence-obligations?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-licence-obligations` If this poin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-licence-returns?${params} (open-energy-platform/pages/src/components/ipp/IppLicenceReturnsTab.tsx:162)
`open-energy-platform/pages/src/components/ipp/IppLicenceReturnsTab.tsx:162` calls `GET /api/ipp-licence-returns?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-licence-returns` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-lta-certificate?${params} (open-energy-platform/pages/src/components/ipp/IppLtaCertificateTab.tsx:118)
`open-energy-platform/pages/src/components/ipp/IppLtaCertificateTab.tsx:118` calls `GET /api/ipp-lta-certificate?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-lta-certificate` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-milestone-certs?${params} (open-energy-platform/pages/src/components/ipp/IppMilestoneCertTab.tsx:161)
`open-energy-platform/pages/src/components/ipp/IppMilestoneCertTab.tsx:161` calls `GET /api/ipp-milestone-certs?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-milestone-certs` If this points at an ext…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-om-contract?${params} (open-energy-platform/pages/src/components/ipp/IppOmContractTab.tsx:104)
`open-energy-platform/pages/src/components/ipp/IppOmContractTab.tsx:104` calls `GET /api/ipp-om-contract?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-om-contract` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-perf-securities?${params} (open-energy-platform/pages/src/components/ipp/IppPerfSecurityTab.tsx:168)
`open-energy-platform/pages/src/components/ipp/IppPerfSecurityTab.tsx:168` calls `GET /api/ipp-perf-securities?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-perf-securities` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-ppa-variation?${params} (open-energy-platform/pages/src/components/ipp/IppPpaVariationTab.tsx:92)
`open-energy-platform/pages/src/components/ipp/IppPpaVariationTab.tsx:92` calls `GET /api/ipp-ppa-variation?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-ppa-variation` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-quarterly-gen-reports?${params} (open-energy-platform/pages/src/components/ipp/IppQuarterlyGenReportTab.tsx:187)
`open-energy-platform/pages/src/components/ipp/IppQuarterlyGenReportTab.tsx:187` calls `GET /api/ipp-quarterly-gen-reports?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-quarterly-gen-reports` If this…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-refinancing?${params} (open-energy-platform/pages/src/components/ipp/IppRefinancingTab.tsx:102)
`open-energy-platform/pages/src/components/ipp/IppRefinancingTab.tsx:102` calls `GET /api/ipp-refinancing?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-refinancing` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-reipppp-reports?${params} (open-energy-platform/pages/src/components/ipp/IppReippppReportsTab.tsx:176)
`open-energy-platform/pages/src/components/ipp/IppReippppReportsTab.tsx:176` calls `GET /api/ipp-reipppp-reports?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-reipppp-reports` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-sed-compliance?${params} (open-energy-platform/pages/src/components/ipp/IppSedComplianceTab.tsx:163)
`open-energy-platform/pages/src/components/ipp/IppSedComplianceTab.tsx:163` calls `GET /api/ipp-sed-compliance?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-sed-compliance` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/ipp-wul?${params} (open-energy-platform/pages/src/components/ipp/IppWulTab.tsx:157)
`open-energy-platform/pages/src/components/ipp/IppWulTab.tsx:157` calls `GET /api/ipp-wul?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-wul` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/protection-relay-chain/${item.id} (open-energy-platform/pages/src/components/esums/ProtectionRelayTestTab.tsx:276)
`open-energy-platform/pages/src/components/esums/ProtectionRelayTestTab.tsx:276` calls `GET /api/protection-relay-chain/${item.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/protection-relay-chain/<p>` If this …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/protection-relay-chain?${params} (open-energy-platform/pages/src/components/esums/ProtectionRelayTestTab.tsx:250)
`open-energy-platform/pages/src/components/esums/ProtectionRelayTestTab.tsx:250` calls `GET /api/protection-relay-chain?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/protection-relay-chain` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/public/audit/merkle/roots (open-energy-platform/pages/src/components/pages/OpsL5Page.tsx:605)
`open-energy-platform/pages/src/components/pages/OpsL5Page.tsx:605` calls `GET /api/public/audit/merkle/roots` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/public/audit/merkle/roots` If this points at an external …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/public/audit/merkle/roots?days=60 (open-energy-platform/pages/src/components/pages/PublicAuditPage.tsx:44)
`open-energy-platform/pages/src/components/pages/PublicAuditPage.tsx:44` calls `GET /api/public/audit/merkle/roots?days=60` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/public/audit/merkle/roots` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/public/legal/paia-manual (open-energy-platform/pages/src/components/pages/PublicLegalPage.tsx:41)
`open-energy-platform/pages/src/components/pages/PublicLegalPage.tsx:41` calls `GET /api/public/legal/paia-manual` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/public/legal/paia-manual` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/public/regulator/applications (open-energy-platform/pages/src/components/pages/PublicLegalPage.tsx:42)
`open-energy-platform/pages/src/components/pages/PublicLegalPage.tsx:42` calls `GET /api/public/regulator/applications` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/public/regulator/applications` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/public/status (open-energy-platform/pages/src/components/pages/PublicStatusPage.tsx:40)
`open-energy-platform/pages/src/components/pages/PublicStatusPage.tsx:40` calls `GET /api/public/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/public/status` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/station-participant-links?${params} (open-energy-platform/pages/src/components/esums/StationParticipantLinkTab.tsx:269)
`open-energy-platform/pages/src/components/esums/StationParticipantLinkTab.tsx:269` calls `GET /api/station-participant-links?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/station-participant-links` If t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/unserved-energy-claims?${params} (open-energy-platform/pages/src/components/offtaker/OfftakerUseClaimTab.tsx:245)
`open-energy-platform/pages/src/components/offtaker/OfftakerUseClaimTab.tsx:245` calls `GET /api/unserved-energy-claims?${params}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/unserved-energy-claims` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /chain/drawdown/ai (open-energy-platform/tests/insights-api.test.ts:102)
`open-energy-platform/tests/insights-api.test.ts:102` calls `GET /chain/drawdown/ai` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/chain/drawdown/ai` If this points at an external API, prefix it with `http…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /chain/none/ai (open-energy-platform/tests/insights-api.test.ts:131)
`open-energy-platform/tests/insights-api.test.ts:131` calls `GET /chain/none/ai` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/chain/none/ai` If this points at an external API, prefix it with `https://` so…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /chain/ppa_contract (open-energy-platform/tests/insights-api.test.ts:78)
`open-energy-platform/tests/insights-api.test.ts:78` calls `GET /chain/ppa_contract` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/chain/ppa_contract` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /chain/ppa_contract (open-energy-platform/tests/insights-api.test.ts:92)
`open-energy-platform/tests/insights-api.test.ts:92` calls `GET /chain/ppa_contract` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/chain/ppa_contract` If this points at an external API, prefix it with `htt…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /chain/rg/ai (open-energy-platform/tests/insights-api.test.ts:123)
`open-energy-platform/tests/insights-api.test.ts:123` calls `GET /chain/rg/ai` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/chain/rg/ai` If this points at an external API, prefix it with `https://` so the…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /chain/tp/ai (open-energy-platform/tests/insights-api.test.ts:114)
`open-energy-platform/tests/insights-api.test.ts:114` calls `GET /chain/tp/ai` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/chain/tp/ai` If this points at an external API, prefix it with `https://` so the…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET https://order-book/depth (open-energy-platform/src/routes/trading.ts:492)
`open-energy-platform/src/routes/trading.ts:492` calls `GET https://order-book/depth` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/order-book/depth` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PATCH /api/admin/revenue/schedule/${row.id} (open-energy-platform/pages/src/components/pages/AdminRevenuePage.tsx:203)
`open-energy-platform/pages/src/components/pages/AdminRevenuePage.tsx:203` calls `PATCH /api/admin/revenue/schedule/${row.id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/revenue/schedule/<p>` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/dsr (open-energy-platform/pages/src/meridian/surfaces/admin/DataSubjectRequestSurface.tsx:185)
`open-energy-platform/pages/src/meridian/surfaces/admin/DataSubjectRequestSurface.tsx:185` calls `POST /api/admin/dsr` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/dsr` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/admin/dsr/${actionTarget.id}/action (open-energy-platform/pages/src/meridian/surfaces/admin/DataSubjectRequestSurface.tsx:209)
`open-energy-platform/pages/src/meridian/surfaces/admin/DataSubjectRequestSurface.tsx:209` calls `POST /api/admin/dsr/${actionTarget.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/admin/dsr/<p>/action` I…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/consent/record (open-energy-platform/pages/src/components/CookieConsentBanner.tsx:45)
`open-energy-platform/pages/src/components/CookieConsentBanner.tsx:45` calls `POST /api/consent/record` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/consent/record` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/esap-compliance (open-energy-platform/pages/src/components/lender/LenderEsapTab.tsx:328)
`open-energy-platform/pages/src/components/lender/LenderEsapTab.tsx:328` calls `POST /api/esap-compliance` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/esap-compliance` If this points at an external API, prefix it…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/esap-compliance/${actionItem.id}/action (open-energy-platform/pages/src/components/lender/LenderEsapTab.tsx:386)
`open-energy-platform/pages/src/components/lender/LenderEsapTab.tsx:386` calls `POST /api/esap-compliance/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/esap-compliance/<p>/action` If this p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/facility-amendments (open-energy-platform/pages/src/components/lender/LenderFacilityAmendmentTab.tsx:314)
`open-energy-platform/pages/src/components/lender/LenderFacilityAmendmentTab.tsx:314` calls `POST /api/facility-amendments` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/facility-amendments` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/facility-amendments/${actionItem.id}/action (open-energy-platform/pages/src/components/lender/LenderFacilityAmendmentTab.tsx:373)
`open-energy-platform/pages/src/components/lender/LenderFacilityAmendmentTab.tsx:373` calls `POST /api/facility-amendments/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/facility-amendments/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/gtia (open-energy-platform/pages/src/meridian/surfaces/ipp/GtiaSurface.tsx:61)
`open-energy-platform/pages/src/meridian/surfaces/ipp/GtiaSurface.tsx:61` calls `POST /api/gtia` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/gtia` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/gtia/${modal.id}/action (open-energy-platform/pages/src/meridian/surfaces/ipp/GtiaSurface.tsx:116)
`open-energy-platform/pages/src/meridian/surfaces/ipp/GtiaSurface.tsx:116` calls `POST /api/gtia/${modal.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/gtia/<p>/action` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-annual-audits (open-energy-platform/pages/src/components/ipp/IppAnnualAuditTab.tsx:219)
`open-energy-platform/pages/src/components/ipp/IppAnnualAuditTab.tsx:219` calls `POST /api/ipp-annual-audits` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-annual-audits` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-annual-audits/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppAnnualAuditTab.tsx:312)
`open-energy-platform/pages/src/components/ipp/IppAnnualAuditTab.tsx:312` calls `POST /api/ipp-annual-audits/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-annual-audits/<p>/action` If t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-annual-compliance-assessments (open-energy-platform/pages/src/components/ipp/IppAnnualComplianceAssessmentTab.tsx:224)
`open-energy-platform/pages/src/components/ipp/IppAnnualComplianceAssessmentTab.tsx:224` calls `POST /api/ipp-annual-compliance-assessments` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-annual-compliance-asses…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-annual-compliance-assessments/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppAnnualComplianceAssessmentTab.tsx:317)
`open-energy-platform/pages/src/components/ipp/IppAnnualComplianceAssessmentTab.tsx:317` calls `POST /api/ipp-annual-compliance-assessments/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-annual-report (open-energy-platform/pages/src/components/ipp/IppAnnualReportTab.tsx:128)
`open-energy-platform/pages/src/components/ipp/IppAnnualReportTab.tsx:128` calls `POST /api/ipp-annual-report` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-annual-report` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-bbbee-verification (open-energy-platform/pages/src/components/ipp/IppBbbeeVerificationTab.tsx:221)
`open-energy-platform/pages/src/components/ipp/IppBbbeeVerificationTab.tsx:221` calls `POST /api/ipp-bbbee-verification` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-bbbee-verification` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-bbbee-verification/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppBbbeeVerificationTab.tsx:270)
`open-energy-platform/pages/src/components/ipp/IppBbbeeVerificationTab.tsx:270` calls `POST /api/ipp-bbbee-verification/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-bbbee-verification/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-cep-compliance (open-energy-platform/pages/src/components/ipp/IppCepComplianceTab.tsx:216)
`open-energy-platform/pages/src/components/ipp/IppCepComplianceTab.tsx:216` calls `POST /api/ipp-cep-compliance` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-cep-compliance` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-cep-compliance/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppCepComplianceTab.tsx:268)
`open-energy-platform/pages/src/components/ipp/IppCepComplianceTab.tsx:268` calls `POST /api/ipp-cep-compliance/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-cep-compliance/<p>/action` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-change-of-control (open-energy-platform/pages/src/components/ipp/IppChangeOfControlTab.tsx:130)
`open-energy-platform/pages/src/components/ipp/IppChangeOfControlTab.tsx:130` calls `POST /api/ipp-change-of-control` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-change-of-control` If this points at an extern…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-contractor-default (open-energy-platform/pages/src/components/ipp/IppContractorDefaultTab.tsx:140)
`open-energy-platform/pages/src/components/ipp/IppContractorDefaultTab.tsx:140` calls `POST /api/ipp-contractor-default` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-contractor-default` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-cp-tracker (open-energy-platform/pages/src/components/ipp/IppCpTrackerTab.tsx:303)
`open-energy-platform/pages/src/components/ipp/IppCpTrackerTab.tsx:303` calls `POST /api/ipp-cp-tracker` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-cp-tracker` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-cp-tracker/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppCpTrackerTab.tsx:356)
`open-energy-platform/pages/src/components/ipp/IppCpTrackerTab.tsx:356` calls `POST /api/ipp-cp-tracker/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-cp-tracker/<p>/action` If this poin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-eco-report (open-energy-platform/pages/src/components/ipp/IppEcoReportTab.tsx:130)
`open-energy-platform/pages/src/components/ipp/IppEcoReportTab.tsx:130` calls `POST /api/ipp-eco-report` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-eco-report` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-emp-compliance-reports (open-energy-platform/pages/src/components/ipp/IppEmpComplianceReportTab.tsx:266)
`open-energy-platform/pages/src/components/ipp/IppEmpComplianceReportTab.tsx:266` calls `POST /api/ipp-emp-compliance-reports` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-emp-compliance-reports` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-emp-compliance-reports/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppEmpComplianceReportTab.tsx:330)
`open-energy-platform/pages/src/components/ipp/IppEmpComplianceReportTab.tsx:330` calls `POST /api/ipp-emp-compliance-reports/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-emp-complianc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-equity-transfer (open-energy-platform/pages/src/components/ipp/IppEquityTransferTab.tsx:211)
`open-energy-platform/pages/src/components/ipp/IppEquityTransferTab.tsx:211` calls `POST /api/ipp-equity-transfer` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-equity-transfer` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-equity-transfer/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppEquityTransferTab.tsx:323)
`open-energy-platform/pages/src/components/ipp/IppEquityTransferTab.tsx:323` calls `POST /api/ipp-equity-transfer/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-equity-transfer/<p>/actio…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-esmr (open-energy-platform/pages/src/components/ipp/IppEsmrTab.tsx:211)
`open-energy-platform/pages/src/components/ipp/IppEsmrTab.tsx:211` calls `POST /api/ipp-esmr` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-esmr` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-esmr/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppEsmrTab.tsx:260)
`open-energy-platform/pages/src/components/ipp/IppEsmrTab.tsx:260` calls `POST /api/ipp-esmr/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-esmr/<p>/action` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-fm (open-energy-platform/pages/src/components/ipp/IppFmTab.tsx:133)
`open-energy-platform/pages/src/components/ipp/IppFmTab.tsx:133` calls `POST /api/ipp-fm` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-fm` 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 /api/ipp-force-majeure-chain (open-energy-platform/pages/src/components/ipp/IppForceMajeureTab.tsx:324)
`open-energy-platform/pages/src/components/ipp/IppForceMajeureTab.tsx:324` calls `POST /api/ipp-force-majeure-chain` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-force-majeure-chain` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-force-majeure-chain/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppForceMajeureTab.tsx:379)
`open-energy-platform/pages/src/components/ipp/IppForceMajeureTab.tsx:379` calls `POST /api/ipp-force-majeure-chain/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-force-majeure-chain/<p>…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-ie-annual-reviews (open-energy-platform/pages/src/components/ipp/IppIearTab.tsx:214)
`open-energy-platform/pages/src/components/ipp/IppIearTab.tsx:214` calls `POST /api/ipp-ie-annual-reviews` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-ie-annual-reviews` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-ie-annual-reviews/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppIearTab.tsx:263)
`open-energy-platform/pages/src/components/ipp/IppIearTab.tsx:263` calls `POST /api/ipp-ie-annual-reviews/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-ie-annual-reviews/<p>/action` If …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-insurance-renewals (open-energy-platform/pages/src/components/ipp/IppInsrTab.tsx:218)
`open-energy-platform/pages/src/components/ipp/IppInsrTab.tsx:218` calls `POST /api/ipp-insurance-renewals` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-insurance-renewals` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-insurance-renewals/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppInsrTab.tsx:269)
`open-energy-platform/pages/src/components/ipp/IppInsrTab.tsx:269` calls `POST /api/ipp-insurance-renewals/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-insurance-renewals/<p>/action` I…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-lc-reports (open-energy-platform/pages/src/components/ipp/IppLcReportTab.tsx:208)
`open-energy-platform/pages/src/components/ipp/IppLcReportTab.tsx:208` calls `POST /api/ipp-lc-reports` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-lc-reports` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-lc-reports/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppLcReportTab.tsx:257)
`open-energy-platform/pages/src/components/ipp/IppLcReportTab.tsx:257` calls `POST /api/ipp-lc-reports/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-lc-reports/<p>/action` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-lender-reporting (open-energy-platform/pages/src/components/ipp/IppLenderReportingTab.tsx:211)
`open-energy-platform/pages/src/components/ipp/IppLenderReportingTab.tsx:211` calls `POST /api/ipp-lender-reporting` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-lender-reporting` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-lender-reporting/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppLenderReportingTab.tsx:261)
`open-energy-platform/pages/src/components/ipp/IppLenderReportingTab.tsx:261` calls `POST /api/ipp-lender-reporting/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-lender-reporting/<p>/ac…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-licence-obligations (open-energy-platform/pages/src/components/ipp/IppLicenceObligationTab.tsx:303)
`open-energy-platform/pages/src/components/ipp/IppLicenceObligationTab.tsx:303` calls `POST /api/ipp-licence-obligations` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-licence-obligations` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-licence-obligations/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppLicenceObligationTab.tsx:357)
`open-energy-platform/pages/src/components/ipp/IppLicenceObligationTab.tsx:357` calls `POST /api/ipp-licence-obligations/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-licence-obligation…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-licence-returns (open-energy-platform/pages/src/components/ipp/IppLicenceReturnsTab.tsx:205)
`open-energy-platform/pages/src/components/ipp/IppLicenceReturnsTab.tsx:205` calls `POST /api/ipp-licence-returns` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-licence-returns` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-licence-returns/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppLicenceReturnsTab.tsx:326)
`open-energy-platform/pages/src/components/ipp/IppLicenceReturnsTab.tsx:326` calls `POST /api/ipp-licence-returns/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-licence-returns/<p>/actio…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-lta-certificate (open-energy-platform/pages/src/components/ipp/IppLtaCertificateTab.tsx:136)
`open-energy-platform/pages/src/components/ipp/IppLtaCertificateTab.tsx:136` calls `POST /api/ipp-lta-certificate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-lta-certificate` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-milestone-certs (open-energy-platform/pages/src/components/ipp/IppMilestoneCertTab.tsx:208)
`open-energy-platform/pages/src/components/ipp/IppMilestoneCertTab.tsx:208` calls `POST /api/ipp-milestone-certs` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-milestone-certs` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-milestone-certs/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppMilestoneCertTab.tsx:257)
`open-energy-platform/pages/src/components/ipp/IppMilestoneCertTab.tsx:257` calls `POST /api/ipp-milestone-certs/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-milestone-certs/<p>/action…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-perf-securities (open-energy-platform/pages/src/components/ipp/IppPerfSecurityTab.tsx:217)
`open-energy-platform/pages/src/components/ipp/IppPerfSecurityTab.tsx:217` calls `POST /api/ipp-perf-securities` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-perf-securities` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-perf-securities/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppPerfSecurityTab.tsx:268)
`open-energy-platform/pages/src/components/ipp/IppPerfSecurityTab.tsx:268` calls `POST /api/ipp-perf-securities/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-perf-securities/<p>/action`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-ppa-variation (open-energy-platform/pages/src/components/ipp/IppPpaVariationTab.tsx:111)
`open-energy-platform/pages/src/components/ipp/IppPpaVariationTab.tsx:111` calls `POST /api/ipp-ppa-variation` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-ppa-variation` If this points at an external API, pre…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-quarterly-gen-reports (open-energy-platform/pages/src/components/ipp/IppQuarterlyGenReportTab.tsx:229)
`open-energy-platform/pages/src/components/ipp/IppQuarterlyGenReportTab.tsx:229` calls `POST /api/ipp-quarterly-gen-reports` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-quarterly-gen-reports` If this points a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-quarterly-gen-reports/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppQuarterlyGenReportTab.tsx:324)
`open-energy-platform/pages/src/components/ipp/IppQuarterlyGenReportTab.tsx:324` calls `POST /api/ipp-quarterly-gen-reports/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-quarterly-gen-r…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-refinancing (open-energy-platform/pages/src/components/ipp/IppRefinancingTab.tsx:121)
`open-energy-platform/pages/src/components/ipp/IppRefinancingTab.tsx:121` calls `POST /api/ipp-refinancing` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-refinancing` If this points at an external API, prefix i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-reipppp-reports (open-energy-platform/pages/src/components/ipp/IppReippppReportsTab.tsx:220)
`open-energy-platform/pages/src/components/ipp/IppReippppReportsTab.tsx:220` calls `POST /api/ipp-reipppp-reports` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-reipppp-reports` If this points at an external AP…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-reipppp-reports/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppReippppReportsTab.tsx:331)
`open-energy-platform/pages/src/components/ipp/IppReippppReportsTab.tsx:331` calls `POST /api/ipp-reipppp-reports/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-reipppp-reports/<p>/actio…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-sed-compliance (open-energy-platform/pages/src/components/ipp/IppSedComplianceTab.tsx:212)
`open-energy-platform/pages/src/components/ipp/IppSedComplianceTab.tsx:212` calls `POST /api/ipp-sed-compliance` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-sed-compliance` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp-sed-compliance/${actionItem.id}/action (open-energy-platform/pages/src/components/ipp/IppSedComplianceTab.tsx:263)
`open-energy-platform/pages/src/components/ipp/IppSedComplianceTab.tsx:263` calls `POST /api/ipp-sed-compliance/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp-sed-compliance/<p>/action` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/ipp/rfis (open-energy-platform/pages/src/meridian/surfaces/epc/RfisSurface.tsx:45)
`open-energy-platform/pages/src/meridian/surfaces/epc/RfisSurface.tsx:45` calls `POST /api/ipp/rfis` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/ipp/rfis` If this points at an external API, prefix it with `https:…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/kyc/submit (open-energy-platform/pages/src/components/pages/ComplianceSettingsPage.tsx:210)
`open-energy-platform/pages/src/components/pages/ComplianceSettingsPage.tsx:210` calls `POST /api/kyc/submit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/kyc/submit` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/protection-relay-chain (open-energy-platform/pages/src/components/esums/ProtectionRelayTestTab.tsx:312)
`open-energy-platform/pages/src/components/esums/ProtectionRelayTestTab.tsx:312` calls `POST /api/protection-relay-chain` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/protection-relay-chain` If this points at an e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/protection-relay-chain/${actionItem.id}/action (open-energy-platform/pages/src/components/esums/ProtectionRelayTestTab.tsx:372)
`open-energy-platform/pages/src/components/esums/ProtectionRelayTestTab.tsx:372` calls `POST /api/protection-relay-chain/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/protection-relay-chain…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/public/audit/proof/${encodeURIComponent(evtId)} (open-energy-platform/pages/src/components/pages/PublicAuditPage.tsx:157)
`open-energy-platform/pages/src/components/pages/PublicAuditPage.tsx:157` calls `POST /api/public/audit/proof/${encodeURIComponent(evtId)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/public/audit/proof/<p>` If t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/public/audit/verify (open-energy-platform/pages/src/components/pages/PublicAuditPage.tsx:229)
`open-energy-platform/pages/src/components/pages/PublicAuditPage.tsx:229` calls `POST /api/public/audit/verify` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/public/audit/verify` If this points at an external API, …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/public/legal/paia-requests (open-energy-platform/pages/src/components/pages/PublicLegalPage.tsx:243)
`open-energy-platform/pages/src/components/pages/PublicLegalPage.tsx:243` calls `POST /api/public/legal/paia-requests` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/public/legal/paia-requests` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/station-participant-links (open-energy-platform/pages/src/components/esums/StationParticipantLinkTab.tsx:348)
`open-energy-platform/pages/src/components/esums/StationParticipantLinkTab.tsx:348` calls `POST /api/station-participant-links` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/station-participant-links` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/station-participant-links/${actionItem.id}/action (open-energy-platform/pages/src/components/esums/StationParticipantLinkTab.tsx:399)
`open-energy-platform/pages/src/components/esums/StationParticipantLinkTab.tsx:399` calls `POST /api/station-participant-links/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/station-particip…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/telemetry/error (open-energy-platform/pages/src/components/ErrorBoundary.tsx:30)
`open-energy-platform/pages/src/components/ErrorBoundary.tsx:30` calls `POST /api/telemetry/error` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/telemetry/error` If this points at an external API, prefix it with `h…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/telemetry/error (open-energy-platform/pages/src/components/RouteErrorBoundary.tsx:33)
`open-energy-platform/pages/src/components/RouteErrorBoundary.tsx:33` calls `POST /api/telemetry/error` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/telemetry/error` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/telemetry/error (open-energy-platform/pages/src/main.tsx:27)
`open-energy-platform/pages/src/main.tsx:27` calls `POST /api/telemetry/error` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/telemetry/error` 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: POST /api/unserved-energy-claims/${actionItem.id}/action (open-energy-platform/pages/src/components/offtaker/OfftakerUseClaimTab.tsx:308)
`open-energy-platform/pages/src/components/offtaker/OfftakerUseClaimTab.tsx:308` calls `POST /api/unserved-energy-claims/${actionItem.id}/action` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/unserved-energy-claims…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /cascade-dlq/dlq_a/resolve (open-energy-platform/tests/admin-cascade-dlq.test.ts:38)
`open-energy-platform/tests/admin-cascade-dlq.test.ts:38` calls `POST /cascade-dlq/dlq_a/resolve` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/cascade-dlq/dlq_a/resolve` If this points at an external API,…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /cascade-dlq/dlq_b/resolve (open-energy-platform/tests/admin-cascade-dlq.test.ts:56)
`open-energy-platform/tests/admin-cascade-dlq.test.ts:56` calls `POST /cascade-dlq/dlq_b/resolve` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/cascade-dlq/dlq_b/resolve` If this points at an external API,…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /cascade-dlq/dlq_c/retry (open-energy-platform/tests/admin-cascade-dlq.test.ts:80)
`open-energy-platform/tests/admin-cascade-dlq.test.ts:80` calls `POST /cascade-dlq/dlq_c/retry` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/cascade-dlq/dlq_c/retry` If this points at an external API, pre…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /raq_mine/acknowledge (open-energy-platform/tests/role-actions-api.test.ts:88)
`open-energy-platform/tests/role-actions-api.test.ts:88` calls `POST /raq_mine/acknowledge` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/raq_mine/acknowledge` If this points at an external API, prefix it …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /raq_other/dismiss (open-energy-platform/tests/role-actions-api.test.ts:97)
`open-energy-platform/tests/role-actions-api.test.ts:97` calls `POST /raq_other/dismiss` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/raq_other/dismiss` If this points at an external API, prefix it with `…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.mailchannels.net/tx/v1/send (open-energy-platform/src/routes/reports.ts:753)
`open-energy-platform/src/routes/reports.ts:753` calls `POST https://api.mailchannels.net/tx/v1/send` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.mailchannels.net/tx/v1/send` If this points at an exter…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://order-book/post (open-energy-platform/src/routes/trading.ts:468)
`open-energy-platform/src/routes/trading.ts:468` calls `POST https://order-book/post` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/order-book/post` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph security Secrets conf 1.00 Runtime dotenv file present in repo: open-energy-platform/pages/.env.production
`open-energy-platform/pages/.env.production` looks like a runtime dotenv file. No high-confidence secret value was matched, but runtime dotenv files often drift into live credentials. Move real values to a secret manager and keep only `.env.example` style templates in source control.
open-energy-platform/pages/.env.production ConfigEnv fileRuntime env
medium Security checks quality Practices conf 0.62 22 occurrences Foundry mined assumption checks: Reshigan/Openenergy
Comment chain pattern product: assumption_checks Repo: Reshigan/Openenergy Thread: Reshigan/Openenergy#62 Outcome: ambiguous_needs_more_evidence Thread label: thread_has_human_issue_and_fix_context Source graph label: source_backed_multi_signal_graph Reasons: source_graph_has_real_artifacts, source…
22 occurrences
repo-level (22 hits)
medium Security checks quality maintenance conf 0.70 54 occurrences Foundry mined blueprint gap alignment: Reshigan/Openenergy
Graph query export: Human feedback aligned with blueprint or architecture gaps Query id: blueprint_gap_alignment Query type: motif_query Intent: Curriculum-gap examples connecting issue threads to helicopter-view gaps. Motif: blueprint_gap_alignment Training usage: curriculum_gap Graph gold label: …
54 occurrences
repo-level (54 hits)
medium Security checks quality Practices conf 0.70 48 occurrences Foundry mined unresolved feedback: Reshigan/Openenergy
Graph query export: Human feedback without linked fix evidence Query id: unresolved_feedback Query type: motif_query Intent: Negative/unresolved examples that should not be hallucinated into fixes. Motif: unlinked_feedback_needs_evidence Training usage: negative_or_unresolved Graph gold label: supp…
48 occurrences
repo-level (48 hits)
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — open-energy-platform/pages/public/sw.js:24
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 — open-energy-platform/pages/src/components/esums/ProtectionRelayTestTab.tsx:250
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 — open-energy-platform/pages/src/components/esums/StationParticipantLinkTab.tsx:269
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 — open-energy-platform/pages/src/components/ipp/IppAelTab.tsx:159
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 — open-energy-platform/pages/src/components/ipp/IppAnnualReportTab.tsx:110
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 — open-energy-platform/pages/src/components/ipp/IppBfsTab.tsx:103
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 — open-energy-platform/pages/src/components/ipp/IppCccTab.tsx:105
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 — open-energy-platform/pages/src/components/ipp/IppChangeOfControlTab.tsx:111
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — open-energy-platform/pages/src/components/ipp/IppCommunityTrustTab.tsx:104
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 — open-energy-platform/pages/src/components/ipp/IppContractorDefaultTab.tsx:122
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 — open-energy-platform/pages/src/components/ipp/IppCpTrackerTab.tsx:257
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 — open-energy-platform/pages/src/components/ipp/IppEaAmendmentTab.tsx:156
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 — open-energy-platform/pages/src/components/ipp/IppEmpComplianceReportTab.tsx:222
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 — open-energy-platform/pages/src/components/ipp/IppFmTab.tsx:114
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 — open-energy-platform/pages/src/components/ipp/IppGridComplianceTab.tsx:101
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 — open-energy-platform/pages/src/components/ipp/IppHraTab.tsx:159
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 — open-energy-platform/pages/src/components/ipp/IppLandAmendmentTab.tsx:102
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 — open-energy-platform/pages/src/components/ipp/IppLicenceObligationTab.tsx:256
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 — open-energy-platform/pages/src/components/ipp/IppOmContractTab.tsx:104
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 — open-energy-platform/pages/src/components/ipp/IppPpaVariationTab.tsx:92
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 — open-energy-platform/pages/src/components/ipp/IppRefinancingTab.tsx:102
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 — open-energy-platform/pages/src/components/ipp/IppWulTab.tsx:157
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 — open-energy-platform/pages/src/components/lender/LenderEsapTab.tsx:272
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 — open-energy-platform/pages/src/components/lender/LenderFacilityAmendmentTab.tsx:269
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 — open-energy-platform/pages/src/components/pages/AdminRevenuePage.tsx:317
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 — open-energy-platform/pages/src/components/pages/BulkOpsPage.tsx:82
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — open-energy-platform/pages/src/components/pages/EsumsOmFieldWosPage.tsx:148
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 — open-energy-platform/pages/src/components/SuiteHero.tsx:31
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 — open-energy-platform/pages/src/hooks/useVisiblePolling.ts:6
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — open-energy-platform/pages/src/lib/offlineQueue.ts:150
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 — open-energy-platform/pages/src/main.tsx:27
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 — open-energy-platform/pages/src/meridian/surfaces/admin/DataSubjectRequestSurface.tsx:185
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 — open-energy-platform/pages/src/meridian/surfaces/epc/RfisSurface.tsx:45
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 — open-energy-platform/pages/src/meridian/surfaces/ipp/GtiaSurface.tsx:61
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 — open-energy-platform/pages/src/ux-alternatives/apex/lib/hooks.ts:65
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 — open-energy-platform/pages/src/ux-alternatives/apex/pages/carbon/CarbonWorkstation.tsx:1481
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 — open-energy-platform/pages/src/ux-alternatives/apex/pages/lender/LenderWorkstation.tsx:986
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 — open-energy-platform/pages/src/ux-alternatives/apex/pages/trader/TraderWorkstation.tsx:1132
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 — open-energy-platform/scripts/create-resources.js:23
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 — open-energy-platform/scripts/provision.js:27
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 — open-energy-platform/src/do/order-book.ts:9
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 — open-energy-platform/src/index.ts:111
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — open-energy-platform/src/routes/esums-accruals.ts:630
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 — open-energy-platform/src/routes/esums-solax.ts:56
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 — open-energy-platform/src/routes/launch.ts:763
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 — open-energy-platform/src/routes/project-risk-chain.ts:204
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 — open-energy-platform/src/routes/sso.ts:128
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 — open-energy-platform/src/routes/trading.ts:468
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 — open-energy-platform/src/utils/inverter-adapters.ts:229
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 — open-energy-platform/src/utils/oem-adapters.ts:78
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 — open-energy-platform/src/utils/url-safety.ts:6
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph quality Integrity conf 1.00 2 occurrences Frontend route `/apex` has no Link/navigate to it — open-energy-platform/pages/src/ux-alternatives/apex/ApexApp.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
2 occurrences
repo-level (2 hits)
Orphan pageWiring
medium System graph quality Integrity conf 1.00 49 occurrences Frontend route `/sso-landing` has no Link/navigate to it — open-energy-platform/pages/src/App.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
49 occurrences
repo-level (49 hits)
Orphan pageWiring
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in open-energy-platform/pages/src/components/CookieConsentBanner.tsx:17
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
open-energy-platform/pages/src/components/CookieConsentBanner.tsx:17 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in open-energy-platform/pages/src/components/pages/Support.tsx:168
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
open-energy-platform/pages/src/components/pages/Support.tsx:168 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in open-energy-platform/scripts/codemod-backdrop-close.mjs:18
Found a known-risky pattern (node_child_process). Review and replace if possible.
open-energy-platform/scripts/codemod-backdrop-close.mjs:18 Node child process
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in open-energy-platform/src/utils/totp.ts:109
Found a known-risky pattern (weak_hash). Review and replace if possible.
open-energy-platform/src/utils/totp.ts:109 Weak hash
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 1562 placeholder/mock markers across 197 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph network Security conf 1.00 Privileged port 12 in use
Port 12 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
open-energy-platform/scripts/smoke-crud.sh Ports
medium System graph network Security conf 1.00 Privileged port 13 in use
Port 13 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
open-energy-platform/scripts/smoke-crud.sh Ports
medium System graph network Security conf 1.00 Privileged port 17 in use
Port 17 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
open-energy-platform/scripts/video/tts-render.sh Ports
low System graph frontend Frontend quality conf 1.00 "active" state uses light bg in a dark theme — open-energy-platform/pages/src/components/StitchPage.tsx:94
A ternary like `active ? 'bg-white' : '...'` (or bg-gray-100/200) on a dark theme produces jarring white pills. Use a dark-emphasized active state instead — border + ring or slightly brighter dark bg. Example: `active ? 'bg-gray-800 border-gray-500 ring-1 ring-blue-500/30' : '…'`. Why: P-E in CHEC…
Fq active light bg
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 95 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph cicd CI/CD security conf 1.00 6 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
2 files, 6 locations
.github/workflows/deploy.yml:20, 23, 52, 70, 73 (5 hits)
.github/workflows/smoke.yml:137
CI/CD securitySupply chainGithub actions
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — open-energy-platform/pages/src/components/oem-fco/OemFcoChainTab.tsx:638
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — open-energy-platform/pages/src/components/onboarding/steps.tsx:261
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — open-energy-platform/pages/src/components/pages/Marketplace.tsx:825
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — open-energy-platform/pages/src/components/regulator/EnforcementActionChainTab.tsx:640
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — open-energy-platform/pages/src/components/service-contract/ServiceContractChainTab.tsx:607
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — open-energy-platform/pages/src/components/settlement-fail/SettlementFailChainTab.tsx:651
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `daysOld` in open-energy-platform/src/utils/metering-router.ts:70
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `insurance_policies_v2` in open-energy-platform/src/routes/role-completions.ts:84
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `insurance_policies_v2` in open-energy-platform/tests/migrations-replay.test.ts:52
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `template_deprecated` in open-energy-platform/src/routes/documents.ts:125
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `template_deprecated` in open-energy-platform/src/utils/cascade.ts:183
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `terminate_legacy` in open-energy-platform/pages/src/components/benchmark-transition/BenchmarkTransitionChainTab.tsx:10
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `terminate_legacy` in open-energy-platform/pages/src/ux-alternatives/apex/pages/trader/TraderWorkstation.tsx:1574
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `terminate_legacy` in open-energy-platform/src/routes/benchmark-transition-chain.ts:26
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `terminate_legacy` in open-energy-platform/src/utils/ccp-assessment-spec.ts:69
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `terminate_legacy` in open-energy-platform/src/utils/project-risk-spec.ts:73
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `terminate_legacy` in open-energy-platform/src/utils/regulator-inbox-spec.ts:2618
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `terminated_legacy` in open-energy-platform/src/utils/benchmark-transition-spec.ts:24
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `terminated_legacy` in open-energy-platform/src/utils/chain-registry-meridian.ts:7077
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `terminated_legacy` in open-energy-platform/tests/benchmark-transition-spec.test.ts:53
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `tooOld` in open-energy-platform/tests/carbon-credit-rating-spec.test.ts:755
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `total_credits_unused` in open-energy-platform/src/routes/carbon-offset-claim-chain.ts:240
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — open-energy-platform/load/scenarios/imbalance-run.js:105
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — open-energy-platform/scripts/create-resources.js:18
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — open-energy-platform/scripts/provision.js:22
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — open-energy-platform/src/utils/kv-cache.ts:45
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — open-energy-platform/src/utils/logger.ts:49
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — open-energy-platform/tests/d1-query-cache.test.ts:64
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — open-energy-platform/tests/matching-load.test.ts:114
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — open-energy-platform/tests/video/audit.spec.ts:155
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — open-energy-platform/tests/video/preflight.spec.ts:150
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph api Wiring conf 1.00 Unused endpoint: GET /carbon-registry/vintages
`open-energy-platform/pages/src/components/widgets/CarbonInsights.tsx` declares `GET /carbon-registry/vintages` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removin…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /clearing/margin-gate
`open-energy-platform/pages/src/components/clearing/MarginGateWidget.tsx` declares `GET /clearing/margin-gate` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /cockpit/actions?status=pending&limit=8
`open-energy-platform/pages/src/components/ActionQueueCard.tsx` declares `GET /cockpit/actions?status=pending&limit=8` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /esums/briefing
`open-energy-platform/pages/src/components/widgets/EsumsOmCockpit.tsx` declares `GET /esums/briefing` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or docum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /esums/faults?status=acknowledged
`open-energy-platform/pages/src/components/widgets/EsumsOmCockpit.tsx` declares `GET /esums/faults?status=acknowledged` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /esums/faults?status=in_progress
`open-energy-platform/pages/src/components/widgets/EsumsOmCockpit.tsx` declares `GET /esums/faults?status=in_progress` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /esums/faults?status=open
`open-energy-platform/pages/src/components/widgets/EsumsOmCockpit.tsx` declares `GET /esums/faults?status=open` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removin…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /esums/fleet-kpis
`open-energy-platform/pages/src/components/widgets/EsumsOmCockpit.tsx` declares `GET /esums/fleet-kpis` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or doc…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /esums/opportunities
`open-energy-platform/pages/src/components/widgets/EsumsOmOpportunities.tsx` declares `GET /esums/opportunities` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removi…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /esums/sites
`open-energy-platform/pages/src/components/widgets/EsumsOmCockpit.tsx` declares `GET /esums/sites` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or document…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /esums/work-orders
`open-energy-platform/pages/src/components/widgets/EsumsOmCockpit.tsx` declares `GET /esums/work-orders` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or do…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /feed/badge-counts
`open-energy-platform/pages/src/components/AppShell.tsx` declares `GET /feed/badge-counts` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /grid-operator/dispatch/schedules
`open-energy-platform/pages/src/components/widgets/GridInsights.tsx` declares `GET /grid-operator/dispatch/schedules` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider r…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /grid-operator/outages
`open-energy-platform/pages/src/components/widgets/GridInsights.tsx` declares `GET /grid-operator/outages` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /lender/covenants
`open-energy-platform/pages/src/components/widgets/LenderInsights.tsx` declares `GET /lender/covenants` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or doc…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /lender/waterfalls
`open-energy-platform/pages/src/components/widgets/LenderInsights.tsx` declares `GET /lender/waterfalls` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or do…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /offtaker-suite/consumption
`open-energy-platform/pages/src/components/widgets/OfftakerInsights.tsx` declares `GET /offtaker-suite/consumption` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider rem…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /onboarding/state
`open-energy-platform/pages/src/App.tsx` declares `GET /onboarding/state` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /popia/breach
`open-energy-platform/pages/src/components/pages/Popia.tsx` declares `GET /popia/breach` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who co…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /popia/consent
`open-energy-platform/pages/src/components/pages/Popia.tsx` declares `GET /popia/consent` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who c…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /popia/correction
`open-energy-platform/pages/src/components/pages/Popia.tsx` declares `GET /popia/correction` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting wh…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /popia/dsar
`open-energy-platform/pages/src/components/pages/Popia.tsx` declares `GET /popia/dsar` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who cons…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /popia/erasure
`open-energy-platform/pages/src/components/pages/Popia.tsx` declares `GET /popia/erasure` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who c…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /popia/objection
`open-energy-platform/pages/src/components/pages/Popia.tsx` declares `GET /popia/objection` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /projects
`open-energy-platform/pages/src/components/widgets/IppInsights.tsx` declares `GET /projects` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting wh…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /risk/factors
`open-energy-platform/pages/src/components/risk/ScenarioBuilderModal.tsx` declares `GET /risk/factors` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or docu…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /risk/portfolios
`open-energy-platform/pages/src/components/risk/RiskTab.tsx` declares `GET /risk/portfolios` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting wh…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /risk/scenarios
`open-energy-platform/pages/src/components/risk/RiskTab.tsx` declares `GET /risk/scenarios` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /trader-risk/mark-prices
`open-energy-platform/pages/src/components/widgets/TraderInsights.tsx` declares `GET /trader-risk/mark-prices` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /trader-risk/positions
`open-energy-platform/pages/src/components/widgets/TraderInsights.tsx` declares `GET /trader-risk/positions` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing o…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /trading/marks
`open-energy-platform/pages/src/components/widgets/OutageImpact.tsx` declares `GET /trading/marks` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or document…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /ai-assistant/sessions
`open-energy-platform/pages/src/components/AiAssistantDock.tsx` declares `POST /ai-assistant/sessions` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or docu…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /ai/risk/explain-var
`open-energy-platform/pages/src/components/risk/RiskTab.tsx` declares `POST /ai/risk/explain-var` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenti…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /anomaly-detection-ml
`open-energy-platform/pages/src/components/anomalyDetectionMl/AnomalyDetectionMlTab.tsx` declares `POST /anomaly-detection-ml` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — c…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /auth-deep/mfa/challenge
`open-energy-platform/pages/src/components/StepUpModal.tsx` declares `POST /auth-deep/mfa/challenge` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or docume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /auth-deep/mfa/challenge/verify
`open-energy-platform/pages/src/components/StepUpModal.tsx` declares `POST /auth-deep/mfa/challenge/verify` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /esums/opportunities/act
`open-energy-platform/pages/src/components/widgets/EsumsOmOpportunities.tsx` declares `POST /esums/opportunities/act` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider r…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /esums/work-orders
`open-energy-platform/pages/src/components/AiAssistantDock.tsx` declares `POST /esums/work-orders` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or document…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /ipp-deep/drawdowns
`open-energy-platform/pages/src/components/AiAssistantDock.tsx` declares `POST /ipp-deep/drawdowns` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documen…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /mqtt-opcua-connector
`open-energy-platform/pages/src/components/mqttOpcuaConnector/MqttOpcuaConnectorTab.tsx` declares `POST /mqtt-opcua-connector` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — c…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /popia/consent
`open-energy-platform/pages/src/components/pages/Popia.tsx` declares `POST /popia/consent` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /rbac/registrations
`open-energy-platform/pages/src/App.tsx` declares `POST /rbac/registrations` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /regulator-exports
`open-energy-platform/pages/src/components/regulatorExport/RegulatorExportPackTab.tsx` declares `POST /regulator-exports` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consid…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /regulator/inbox/compliance-notices
`open-energy-platform/pages/src/components/regulator/NoticesTab.tsx` declares `POST /regulator/inbox/compliance-notices` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — conside…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /reports/mail
`open-energy-platform/pages/src/components/launch/ReportPanel.tsx` declares `POST /reports/mail` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documentin…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /risk/scenarios
`open-energy-platform/pages/src/components/risk/ScenarioBuilderModal.tsx` declares `POST /risk/scenarios` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or d…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /strate-swift-connector
`open-energy-platform/pages/src/components/strateSwiftConnector/StrateSwiftConnectorTab.tsx` declares `POST /strate-swift-connector` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead co…
Unused endpoint

Showing first 300 of 361. 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/8162c61b-3216-4f3e-bd4e-42f0a383def9/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/8162c61b-3216-4f3e-bd4e-42f0a383def9/

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.