← Back to scan
File as GitHub Issue repo: superset-sh/superset

Push this scan report to superset-sh/superset

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

Empty Catch Block: Empty catch blocks hide errors.

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 packages/workspace-client/src/lib/event…:71
CRIT JRN001 Token handoff appears to use a callback URL or fragment apps/web/src/app/auth/desktop/success/p…:82
HIGH JRN004 Consent is collected in UI without visible backend audit persistence apps/desktop/src/lib/trpc/routers/works…:1169
HIGH AUC003 [AUC003] Object-level route lacks visible authorization: A route with an object id-like p… apps/api/src/app/api/automations/dispat…:23
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. apps/desktop/src/renderer/routes/error.…:33
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. apps/relay/src/tunnel.ts:335
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. apps/relay/src/synthetic.ts:16
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
MED DKR018 Database dump or local database file is included in Docker build context .dockerignore
MED AIC003 Duplicated implementation block across source files apps/api/src/app/api/integrations/linea…:9
MED AIC003 Duplicated implementation block across source files apps/api/src/app/api/github/sync/route.…:55
MED AIC003 Duplicated implementation block across source files apps/api/src/app/.well-known/oauth-prot…:9
MED AIC003 Duplicated implementation block across source files apps/api/next.config.ts:1
MED AIC003 Duplicated implementation block across source files apps/admin/src/app/(dashboard)/componen…:88
MED AIC003 Duplicated implementation block across source files apps/admin/src/app/(dashboard)/componen…:6
MED AIC003 Duplicated implementation block across source files apps/admin/src/app/(dashboard)/componen…:1
MED AIC003 Duplicated implementation block across source files apps/admin/src/app/(dashboard)/componen…:1
MED AIC003 Duplicated implementation block across source files apps/admin/src/app/(dashboard)/componen…:6
MED AIC003 Duplicated implementation block across source files apps/admin/src/app/(dashboard)/componen…:1
MED AIC003 Duplicated implementation block across source files apps/admin/src/app/(dashboard)/componen…:1
MED AIC003 Duplicated implementation block across source files apps/admin/src/app/(dashboard)/componen…:46
MED DKR014 Dockerfile copies broad context with incomplete .dockerignore apps/relay/Dockerfile:6
MED JRN003 Frontend API reference is not matched by discovered backend routes packages/trpc/src/lib/integrations/sync…:10
MED JRN003 Frontend API reference is not matched by discovered backend routes packages/sdk/src/client.ts:491
MED JRN003 Frontend API reference is not matched by discovered backend routes packages/sdk/src/client.ts:472
MED JRN003 Frontend API reference is not matched by discovered backend routes apps/api/src/app/api/trpc/[trpc]/route.…:9
MED JRN003 Frontend API reference is not matched by discovered backend routes apps/api/src/app/api/chat/[sessionId]/r…:125
MED AUC002 [AUC002] Low visible authorization coverage in route inventory: Only 31.7% of discovered …
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … apps/api/src/app/api/integrations/slack…:15
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … apps/api/src/app/api/integrations/slack…:21
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … apps/api/src/app/api/integrations/slack…:10
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … apps/api/src/app/api/integrations/strip…:119
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … apps/api/src/app/api/integrations/linea…:246
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … apps/api/src/app/api/integrations/linea…:25
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … apps/api/src/app/api/integrations/linea…:13
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … apps/api/src/app/api/integrations/linea…:7
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … apps/api/src/app/api/integrations/linea…:22
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … apps/api/src/app/api/integrations/linea…:17
LOW DKR008 .dockerignore misses sensitive defaults .dockerignore
LOW AIC009 Multiple AI-agent scaffold marker files are present AGENTS.md:1
LOW AIC002 Source file name looks like an AI patch artifact apps/desktop/src/renderer/stores/new-wo…:1
Reset to top 5 41 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `superset-sh/superset`

**Score: 61/100 (C)**  ·  45 findings  ·  scanned 2026-05-14 22:55 UTC  ·  367,435 LOC

| Severity | Count |
|---|---|
| CRITICAL | 2 |
| HIGH | 2 |
| MEDIUM | 34 |
| LOW | 3 |

📊 [Full filterable report](https://repobility.com/scan/2e0fa7f3-3230-4398-84eb-683fa0568119/)  ·  ![scorecard](https://repobility.com/scan/2e0fa7f3-3230-4398-84eb-683fa0568119/report.png?v=1778799342-s2)

### Top findings

1. **CRITICAL** `JRN001` — Token handoff appears to use a callback URL or fragment
   `packages/workspace-client/src/lib/eventBus.ts:71`
2. **CRITICAL** `JRN001` — Token handoff appears to use a callback URL or fragment
   `apps/web/src/app/auth/desktop/success/page.tsx:82`
3. **HIGH** `JRN004` — Consent is collected in UI without visible backend audit persistence
   `apps/desktop/src/lib/trpc/routers/workspaces/utils/git.ts:1169`
4. **HIGH** `AUC003` — Object-level route lacks visible authorization: A route with an object id-like parameter d
   `apps/api/src/app/api/automations/dispatch/[id]/route.ts:23` · CWE-639 · API1:2023 Broken Object Level Authorization
5. **MEDIUM** `ERR002` — Empty Catch Block: Empty catch blocks hide errors.
   `apps/desktop/src/renderer/routes/error.tsx:33`

---

**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/2e0fa7f3-3230-4398-84eb-683fa0568119/_
Megaproject â high spam risk
Could not determine 'superset-sh/superset' 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.