← Back to scan
File as GitHub Issue repo: SidraChain/blockscout-frontend

Push this scan report to SidraChain/blockscout-frontend

Click the green button below to open GitHub’s new-issue form, pre-filled with the report title, summary table, top findings, and an embedded score-card image. No authentication needed — you review on GitHub before submitting. Repobility is credited as the scanner.

Embedded score card image

This image will render at the top of the issue body. Hosted on Repobility, refreshes automatically after re-scans.

Repobility score card

Issue title

Async function without await — fire-and-forget Promise (AI mistake)

Curate findings to include

Pick exactly which findings appear in the issue body. By default the top 5 are included. Uncheck noise, check what matters.

Top 5 (default)
Severity Rule Title File:line
CRIT JRN001 Token handoff appears to use a callback URL or fragment ui/shared/entities/pool/PoolEntity.tsx:6
CRIT JRN001 Token handoff appears to use a callback URL or fragment ui/searchResults/SearchResultListItem.t…:50
HIGH MINED004 [MINED004] Weak Crypto: MD5/SHA1/DES/RC4 used for security context (not just checksums). ui/shared/entities/address/NounsIdentic…:24
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … ui/marketplace/utils.ts:56
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … ui/marketplace/essentialDapps/revoke/ho…:44
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … nextjs/middlewares/appProfile.ts:18
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… deploy/tools/affected-tests/index.js:52
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… nextjs/utils/fetchProxy.ts:17
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… deploy/tools/sitemap-generator/next-sit…:209
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… deploy/tools/affected-tests/index.js:173
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… configs/app/utils.ts:55
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… configs/app/features/addressProfileAPI.…:12
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… configs/app/apis.ts:116
HIGH MINED118 [MINED118] Dockerfile FROM `node:22.14.0-alpine` not pinned by digest: `FROM node:22.14.0… Dockerfile:147
HIGH MINED118 [MINED118] Dockerfile FROM `node:22.14.0-alpine` not pinned by digest: `FROM node:22.14.0… Dockerfile:70
HIGH MINED118 [MINED118] Dockerfile FROM `node:22.14.0-alpine` not pinned by digest: `FROM node:22.14.0… Dockerfile:4
HIGH MINED122 [MINED122] package.json dep `gradient-avatar` pulled from URL/Git: `dependencies.gradient… package.json:1
MED SEC041 [SEC041] Tabnabbing — target="_blank" without rel="noopener noreferrer": <a target="_blan… ui/sol2uml/Sol2UmlDiagram.tsx:62
MED SEC041 [SEC041] Tabnabbing — target="_blank" without rel="noopener noreferrer": <a target="_blan… ui/shared/ad/SpecifyBanner.tsx:61
MED SEC134 [SEC134] AI scaffold leftover — Lorem ipsum / example.com / John Doe in code: Lorem ipsum… ui/publicTags/submit/mocks.ts:10
MED SEC134 [SEC134] AI scaffold leftover — Lorem ipsum / example.com / John Doe in code: Lorem ipsum… ui/pages/Marketplace.pw.tsx:18
MED SEC134 [SEC134] AI scaffold leftover — Lorem ipsum / example.com / John Doe in code: Lorem ipsum… ui/home/Highlights.pw.tsx:22
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. deploy/tools/envs-validator/utils.ts:17
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. deploy/tools/affected-tests/index.js:130
MED SEC136 [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all excepti… ui/address/contract/methods/form/useVal…:45
MED SEC136 [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all excepti… deploy/tools/multichain-config-generato…:98
MED SEC136 [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all excepti… configs/app/utils.ts:24
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. instrumentation.node.ts:53
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
MED AGT007 localStorage write failures are swallowed silently lib/hooks/useRewardsActivity.tsx:98
MED AGT007 localStorage write failures are swallowed silently lib/growthbook/init.ts:68
MED WEB003 Public web service has no security.txt .well-known/security.txt
MED DKR014 Dockerfile copies broad context with incomplete .dockerignore Dockerfile:87
MED CORE_NO_CI No CI/CD configuration found
LOW SEC132 [SEC132] String concat where the language has interpolation (AI style drift): String buil… ui/csvExport/CsvExportForm.tsx:86
LOW AIC003 Duplicated implementation block across source files svgo.config.js:1
LOW AIC003 Duplicated implementation block across source files pages/batches/celestia/[height]/[commit…:2
LOW AIC003 Duplicated implementation block across source files lib/xStarScore/useFetchXStarScore.ts:26
LOW AIC003 Duplicated implementation block across source files deploy/tools/multichain-config-generato…:1
LOW AIC003 Duplicated implementation block across source files deploy/tools/multichain-config-generato…:9
LOW AIC003 Duplicated implementation block across source files deploy/tools/multichain-config-generato…:1
LOW AIC003 Duplicated implementation block across source files deploy/tools/multichain-config-generato…:33
LOW AIC003 Duplicated implementation block across source files deploy/tools/llms-txt-generator/vite.co…:17
LOW AIC003 Duplicated implementation block across source files deploy/tools/llms-txt-generator/vite.co…:1
LOW AIC003 Duplicated implementation block across source files deploy/tools/essential-dapps-chains-con…:15
LOW AIC003 Duplicated implementation block across source files deploy/tools/envs-validator/schema_mult…:12
LOW AIC003 Duplicated implementation block across source files configs/multichain/config.nodejs.ts:12
LOW AIC003 Duplicated implementation block across source files configs/multichain/config.edge.ts:1
LOW AIC003 Duplicated implementation block across source files configs/app/features/easterEggPuzzleBad…:5
LOW WEB001 Public web app has no robots.txt robots.txt
LOW WEB002 Public web app has no sitemap sitemap.xml
LOW DKR008 .dockerignore misses sensitive defaults .dockerignore
LOW WEB011 Public web app has no humans.txt humans.txt
INFO MINED053 [MINED053] Placeholder Default Username: [email protected] / [email protected] / admin/admin… ui/snippets/auth/AuthModal.pw.tsx:21
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. ui/apiDocs/types.ts:3
INFO MINED058 [MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escapi… ui/searchResults/SearchResultEntityTag.…:25
INFO MINED058 [MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escapi… ui/address/details/AddressQrCode.tsx:93
INFO MINED058 [MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escapi… ui/address/details/AddressAlerts.tsx:46
INFO MINED055 [MINED055] Npm Install No Lockfile: Production image runs npm install (resolves new versi… tools/scripts/pw.docker.deps.sh:16
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. ui/pages/Chart.tsx:245
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. toolkit/components/charts/parts/ChartMe…:121
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … toolkit/components/charts/ChartWidget.t…:79
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … pages/api/tokens/[hash]/instances/[id]/…:19
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … nextjs/getServerSideProps/guards.ts:224
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … deploy/tools/envs-validator/index.ts:19
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … deploy/tools/affected-tests/index.js:51
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … deploy/scripts/og_image_generator.js:5
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… instrumentation.node.ts:44
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… configs/multichain/config.edge.ts:20
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… configs/essential-dapps-chains/config.e…:20
Reset to top 5 70 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `SidraChain/blockscout-frontend`

**Score: 82/100 (B-)**  ·  70 findings  ·  scanned 2026-05-24 01:21 UTC  ·  173,421 LOC

| Severity | Count |
|---|---|
| CRITICAL | 2 |
| HIGH | 15 |
| MEDIUM | 17 |
| LOW | 19 |

📊 [Full filterable report](https://repobility.com/scan/5c98c2b6-e488-48a6-85ac-aff9fdee8e5f/)  ·  ![scorecard](https://repobility.com/scan/5c98c2b6-e488-48a6-85ac-aff9fdee8e5f/report.png?v=1779585709-s2)

### Top findings

1. **CRITICAL** `JRN001` — Token handoff appears to use a callback URL or fragment
   `ui/shared/entities/pool/PoolEntity.tsx:6`
2. **CRITICAL** `JRN001` — Token handoff appears to use a callback URL or fragment
   `ui/searchResults/SearchResultListItem.tsx:50`
3. **HIGH** `MINED004` — Weak Crypto
   `ui/shared/entities/address/NounsIdenticon.tsx:24` · CWE-327 · ✓ Repobility
4. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `ui/marketplace/utils.ts:56`
5. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `ui/marketplace/essentialDapps/revoke/hooks/useGetBlockTimestamp.tsx:44`

---

**Security note**: this issue is public. If any flagged finding is a real, exploitable vulnerability, please redirect to your `SECURITY.md` policy or open a [private security advisory](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability) instead. We're happy to close this and re-submit privately.

---

_Filed automatically. Close this issue if not useful — we won't refile. Full report: https://repobility.com/scan/5c98c2b6-e488-48a6-85ac-aff9fdee8e5f/_
Megaproject â high spam risk
Could not determine 'SidraChain/blockscout-frontend' star count (GitHub API rate-limited or unreachable). When in doubt about repo size, prefer opening a focused PR or a discussion rather than an issue.

The button opens GitHubâs new-issue page in a new tab. You will see the title + body pre-filled â review, edit if you want, then click GitHubâs "Submit new issue" button. Repobility never posts anything on your behalf.

For real security findings on big repos: use the project's SECURITY.md or private advisory flow instead of a public issue.