← Back to scan
File as GitHub Issue repo: mateiszakwork-cloud/hiro

Push this scan report to mateiszakwork-cloud/hiro

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

CORS permissive Access-Control-Allow-Origin: *

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 SEC009 [SEC009] .env File Committed: .env file with secrets committed to repository. .env
CRIT CORE_ENV_FILE .env file committed to repository .env
HIGH SEC100 [SEC100] CORS permissive Access-Control-Allow-Origin: *: Permissive CORS policy (`*` orig… supabase/functions/draft-tracker-messag…:5
HIGH SEC100 [SEC100] CORS permissive Access-Control-Allow-Origin: *: Permissive CORS policy (`*` orig… supabase/functions/draft-outreach-messa…:4
HIGH SEC100 [SEC100] CORS permissive Access-Control-Allow-Origin: *: Permissive CORS policy (`*` orig… supabase/functions/calculate-match-scor…:5
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … src/hooks/use-toast.ts:61
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… supabase/functions/draft-tracker-messag…:88
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… supabase/functions/calculate-match-scor…:85
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… src/components/ui/chart.tsx:72
HIGH JRN009 Secret-like setting is echoed into a password input value src/pages/Register.tsx:169
HIGH JRN009 Secret-like setting is echoed into a password input value src/pages/Login.tsx:163
MED SEC134 [SEC134] AI scaffold leftover — Lorem ipsum / example.com / John Doe in code: Lorem ipsum… src/pages/Register.tsx:151
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
MED WEB003 Public web service has no security.txt .well-known/security.txt
MED WEB015 Public web app has no Content Security Policy index.html
MED CORE_NO_CI No CI/CD configuration found
LOW AIC003 Duplicated implementation block across source files supabase/functions/parse-job/index.ts:1
LOW AIC003 Duplicated implementation block across source files src/pages/Welcome.tsx:58
LOW AIC003 Duplicated implementation block across source files src/pages/Register.tsx:1
LOW AIC003 Duplicated implementation block across source files src/lib/generateCvDocx.ts:7
LOW AUC005 [AUC005] No authorization-focused tests detected: No test files with common authorization…
LOW WEB005 robots.txt does not advertise a sitemap public/robots.txt
LOW WEB002 Public web app has no sitemap sitemap.xml
LOW WEB008 Public docs site has no llms.txt llms.txt
LOW WEB011 Public web app has no humans.txt humans.txt
LOW CORE_NO_LICENSE No LICENSE file
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. supabase/functions/test-linkedin-connec…:44
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … supabase/functions/parse-cv/index.ts:67
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … supabase/functions/draft-tracker-messag…:117
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. supabase/functions/generate-interview-p…:57
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. supabase/functions/draft-tracker-messag…:89
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. supabase/functions/calculate-match-scor…:70
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … supabase/functions/draft-tracker-messag…:186
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … supabase/functions/calculate-match-scor…:139
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … src/pages/NotFound.tsx:8
INFO MINED058 [MINED058] React Dangerously Set Html: dangerouslySetInnerHTML bypasses Reacts JSX escapi… src/components/ui/chart.tsx:70
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… src/components/onboarding/StepAwards.tsx:51
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… src/components/ProductTour.tsx:68
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… src/components/ManualJobModal.tsx:67
Reset to top 5 39 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `mateiszakwork-cloud/hiro`

**Score: 75/100 (C)**  ·  39 findings  ·  scanned 2026-05-25 15:37 UTC  ·  17,816 LOC

| Severity | Count |
|---|---|
| CRITICAL | 2 |
| HIGH | 9 |
| MEDIUM | 5 |
| LOW | 10 |

📊 [Full filterable report](https://repobility.com/scan/ecbe478e-97ee-4d3d-90ff-98c1aca2692b/)  ·  ![scorecard](https://repobility.com/scan/ecbe478e-97ee-4d3d-90ff-98c1aca2692b/report.png?v=1779723451-s2)

### Top findings

1. **CRITICAL** `SEC009` — .env File Committed: .env file with secrets committed to repository.
   `.env`
2. **CRITICAL** `CORE_ENV_FILE` — .env file committed to repository
   `.env`
3. **HIGH** `SEC100` — CORS permissive Access-Control-Allow-Origin: *
   `supabase/functions/draft-tracker-message/index.ts:5` · A05:2021 Security Misconfiguration
4. **HIGH** `SEC100` — CORS permissive Access-Control-Allow-Origin: *
   `supabase/functions/draft-outreach-messages/index.ts:4` · A05:2021 Security Misconfiguration
5. **HIGH** `SEC100` — CORS permissive Access-Control-Allow-Origin: *
   `supabase/functions/calculate-match-score/index.ts:5` · A05:2021 Security Misconfiguration

---

**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/ecbe478e-97ee-4d3d-90ff-98c1aca2692b/_
Premium account
This scan was submitted by a Enterprise-tier account. Premium accounts have full outreach control â Repobility doesn't pre-fill the 'file as GitHub issue' button for paid users. You can still file the issue manually using the markdown body above (Copy markdown), or contact us if you'd like batch-filing enabled for your account.
Megaproject â high spam risk
Could not determine 'mateiszakwork-cloud/hiro' 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.