← Back to scan
File as GitHub Issue repo: danmindru/rare-big-deal

Push this scan report to danmindru/rare-big-deal

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
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… shipixen/scripts/rss.mjs:19
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… shipixen/scripts/generate-mdx-content.js:46
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… shipixen/components/shared/ui/chart.tsx:83
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … shipixen/components/shared/ui/use-toast…:65
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … shipixen/components/landing/cta-backgro…:102
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… shipixen/scripts/appstore.js:55
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… shipixen/components/shared/ActiveLink.t…:18
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… shipixen/app/layout.tsx:41
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v2`: `uses: actions/checkout… .github/workflows/parse-submission.yml:73
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v2`: `uses: actions/setup-… .github/workflows/parse-submission.yml:46
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v2`: `uses: actions/checkout… .github/workflows/parse-submission.yml:41
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v2`: `uses: actions/checkout… .github/workflows/parse-submission.yml:19
HIGH CORE_NO_TESTS No test files found
MED CFG006 [CFG006] Missing .gitignore: No .gitignore file. Risk of committing secrets and build art…
MED SEC041 [SEC041] Tabnabbing — target="_blank" without rel="noopener noreferrer": <a target="_blan… shipixen/components/shared/FooterSuppor…:45
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
LOW AIC003 Duplicated implementation block across source files shipixen/layouts/ProductLayout.tsx:434
LOW AIC003 Duplicated implementation block across source files shipixen/layouts/ProductLayout.tsx:208
LOW AIC003 Duplicated implementation block across source files shipixen/layouts/ProductLayout.tsx:205
LOW AIC003 Duplicated implementation block across source files shipixen/layouts/ProductLayout.tsx:199
LOW AIC003 Duplicated implementation block across source files shipixen/layouts/PostSimple.tsx:56
LOW AIC003 Duplicated implementation block across source files shipixen/layouts/ListLayoutWithTags.tsx:15
LOW AIC003 Duplicated implementation block across source files shipixen/components/showcase/EmblaCarou…:117
LOW AIC003 Duplicated implementation block across source files shipixen/components/shared/ui/menubar.t…:186
LOW AIC003 Duplicated implementation block across source files shipixen/components/shared/ui/context-m…:152
LOW AIC003 Duplicated implementation block across source files shipixen/components/shared/Header.tsx:34
LOW AIC003 Duplicated implementation block across source files shipixen/components/landing/testimonial…:35
LOW AIC003 Duplicated implementation block across source files shipixen/components/landing/testimonial…:15
LOW AIC003 Duplicated implementation block across source files shipixen/components/landing/testimonial…:31
LOW AIC003 Duplicated implementation block across source files shipixen/components/landing/testimonial…:30
LOW AIC003 Duplicated implementation block across source files shipixen/components/landing/showcase/La…:12
LOW AIC003 Duplicated implementation block across source files shipixen/components/landing/feature/Lan…:57
LOW AIC003 Duplicated implementation block across source files shipixen/components/landing/feature/Lan…:27
LOW AIC003 Duplicated implementation block across source files shipixen/components/landing/cta/Landing…:48
LOW AIC003 Duplicated implementation block across source files shipixen/components/landing/cta/Landing…:32
LOW AIC003 Duplicated implementation block across source files shipixen/components/landing/cta/Landing…:115
LOW AIC003 Duplicated implementation block across source files shipixen/components/landing/LandingProd…:44
LOW AIC003 Duplicated implementation block across source files shipixen/components/landing/LandingProd…:38
LOW AIC003 Duplicated implementation block across source files shipixen/components/landing/LandingFaqC…:14
LOW AIC003 Duplicated implementation block across source files shipixen/components/blog/home/PostItem.…:149
LOW AIC003 Duplicated implementation block across source files shipixen/components/blog/HomeList.tsx:84
LOW AIC003 Duplicated implementation block across source files shipixen/app/terms/page.tsx:581
LOW AIC003 Duplicated implementation block across source files shipixen/app/page.tsx:14
LOW AIC003 Duplicated implementation block across source files shipixen/app/all-deals/page/[page]/page…:31
LOW AUC005 [AUC005] No authorization-focused tests detected: No test files with common authorization…
LOW CORE_NO_LICENSE No LICENSE file
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… shipixen/scripts/rss.mjs:24
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … shipixen/scripts/appstore.js:7
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … shipixen/scripts/apply-overrides.js:96
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … shipixen/contentlayer.config.ts:78
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … shipixen/components/showcase/BundleShow…:10
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… shipixen/components/landing/LandingFaqC…:87
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… shipixen/components/landing/LandingFaq.…:81
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… shipixen/app/handpicked-deals/page.tsx:112
INFO MINED058 [MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escapi… shipixen/components/shared/ui/chart.tsx:81
INFO MINED058 [MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escapi… shipixen/app/[...slug]/page.tsx:354
Reset to top 5 56 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `danmindru/rare-big-deal`

**Score: 64/100 (C-)**  ·  56 findings  ·  scanned 2026-06-05 22:06 UTC  ·  22,615 LOC

| Severity | Count |
|---|---|
| CRITICAL | 0 |
| HIGH | 13 |
| MEDIUM | 3 |
| LOW | 30 |

📊 [Full filterable report](https://repobility.com/scan/9a1d70ab-f51c-4c52-833e-3247b64da504/)  ·  ![scorecard](https://repobility.com/scan/9a1d70ab-f51c-4c52-833e-3247b64da504/report.png?v=1780697183-s2)

### Top findings

1. **HIGH** `SEC040` — innerHTML XSS — template literal with server-supplied data
   `shipixen/scripts/rss.mjs:19` · CWE-79 · A03:2021 Injection (XSS)
2. **HIGH** `SEC040` — innerHTML XSS — template literal with server-supplied data
   `shipixen/scripts/generate-mdx-content.js:46` · CWE-79 · A03:2021 Injection (XSS)
3. **HIGH** `SEC040` — innerHTML XSS — template literal with server-supplied data
   `shipixen/components/shared/ui/chart.tsx:83` · CWE-79 · A03:2021 Injection (XSS)
4. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `shipixen/components/shared/ui/use-toast.ts:65`
5. **HIGH** `SEC128` — Async function without await — fire-and-forget Promise (AI mistake)
   `shipixen/components/landing/cta-backgrounds/LandingDotParticleCtaBg.tsx:102`

---

**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/9a1d70ab-f51c-4c52-833e-3247b64da504/_
Megaproject â high spam risk
Could not determine 'danmindru/rare-big-deal' 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.