← Back to scan
File as GitHub Issue repo: dust-tt/dust

Push this scan report to dust-tt/dust

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

Server-Side Request Forgery (SSRF) — outbound HTTP from user input

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 MINED116 [MINED116] Workflow uses `secrets.ANTHROPIC_API_KEY` on a `pull_request` trigger: This wo… .github/workflows/claude-code-review.yml:120
CRIT MINED114 [MINED114] Admin endpoint without auth: POST /connectors/admin: Express route on /admin p… connectors/src/api_server.ts:205
HIGH SEC035 [SEC035] Unbounded Resource Allocation — DoS risk: Allocating resources (buffers, recursi… connectors/src/api_server.ts:154
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… connectors/src/api/webhooks/teams/conte…:30
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… connectors/src/api/notion_url_status.ts:106
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… cli/dust-sandbox/src/api/client.rs:70
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … connectors/src/api_server.ts:107
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … connectors/src/api/slack_channels_linke…:140
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … cli/dust-cli/src/ui/components/Select.t…:129
HIGH SEC083 [SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) — variable input can c… cli/dust-cli/src/mcp/tools/editFile.ts:88
HIGH MINED126 [MINED126] Workflow container/services image `redis:7.2.5` unpinned: `container/services … .github/workflows/build-and-test-front-…:28
HIGH MINED126 [MINED126] Workflow container/services image `redis:7.2.5` unpinned: `container/services … .github/workflows/build-and-test-front.…:27
HIGH MINED122 [MINED122] package.json dep `@dust-tt/sparkle` pulled from URL/Git: `dependencies.@dust-t… sparkle/playground/package.json:1
HIGH MINED122 [MINED122] package.json dep `@dust-tt/client` pulled from URL/Git: `dependencies.@dust-tt… connectors/package.json:1
HIGH MINED122 [MINED122] package.json dep `@dust-tt/client` pulled from URL/Git: `dependencies.@dust-tt… front/package.json:1
HIGH MINED113 [MINED113] Express POST /connectors/:connector_id/config/:config_key has no auth: Express… connectors/src/api_server.ts:195
HIGH MINED113 [MINED113] Express PATCH /connectors/:connector_id/configuration has no auth: Express rou… connectors/src/api_server.ts:189
HIGH MINED113 [MINED113] Express POST /webhooks_router_entries/:webhook_secret/:provider/:providerWorks… connectors/src/api_server.ts:178
HIGH MINED113 [MINED113] Express POST /webhooks/:webhook_secret/microsoft_teams_bot has no auth: Expres… connectors/src/api_server.ts:173
HIGH MINED113 [MINED113] Express POST /webhooks/:webhooks_secret/discord/app has no auth: Express route… connectors/src/api_server.ts:167
HIGH MINED113 [MINED113] Express POST /webhooks/:webhooks_secret/firecrawl has no auth: Express route P… connectors/src/api_server.ts:162
HIGH MINED113 [MINED113] Express POST /webhooks/:webhooks_secret/notion has no auth: Express route POST… connectors/src/api_server.ts:157
HIGH MINED113 [MINED113] Express POST /webhooks/:webhooks_secret/github has no auth: Express route POST… connectors/src/api_server.ts:152
HIGH MINED113 [MINED113] Express POST /webhooks/:webhook_secret/slack_bot_interaction has no auth: Expr… connectors/src/api_server.ts:148
HIGH MINED113 [MINED113] Express POST /webhooks/:webhook_secret/slack_bot has no auth: Express route PO… connectors/src/api_server.ts:145
HIGH MINED113 [MINED113] Express POST /webhooks/:webhook_secret/slack_interaction has no auth: Express … connectors/src/api_server.ts:139
HIGH MINED113 [MINED113] Express POST /webhooks/:webhook_secret/slack has no auth: Express route POST /… connectors/src/api_server.ts:136
HIGH MINED113 [MINED113] Express PATCH /slack/channels/linked_with_agent has no auth: Express route PAT… connectors/src/api_server.ts:120
HIGH MINED113 [MINED113] Express POST /connectors/:connector_id/permissions has no auth: Express route … connectors/src/api_server.ts:115
HIGH MINED113 [MINED113] Express POST /connectors/sync/:connector_id has no auth: Express route POST /c… connectors/src/api_server.ts:110
HIGH MINED113 [MINED113] Express DELETE /connectors/delete/:connector_id has no auth: Express route DEL… connectors/src/api_server.ts:107
HIGH MINED113 [MINED113] Express POST /connectors/unpause/:connector_id has no auth: Express route POST… connectors/src/api_server.ts:106
HIGH MINED113 [MINED113] Express POST /connectors/pause/:connector_id has no auth: Express route POST /… connectors/src/api_server.ts:105
HIGH MINED113 [MINED113] Express POST /connectors/update/:connector_id/ has no auth: Express route POST… connectors/src/api_server.ts:104
HIGH MINED113 [MINED113] Express POST /connectors/create/:connector_provider has no auth: Express route… connectors/src/api_server.ts:103
MED CFG006 [CFG006] Missing .gitignore: No .gitignore file. Risk of committing secrets and build art…
MED AGT015 Remote install command pipes network code directly to a shell x/henry/dust-hive/README.md:17
MED AGT015 Remote install command pipes network code directly to a shell package.json:26
LOW AIC003 Duplicated implementation block across source files connectors/src/connectors/dust_project/…:36
LOW AIC003 Duplicated implementation block across source files connectors/src/connectors/dust_project/…:68
LOW AIC003 Duplicated implementation block across source files connectors/src/connectors/discord_bot/i…:69
LOW AIC003 Duplicated implementation block across source files connectors/src/connectors/confluence/te…:36
LOW AIC003 Duplicated implementation block across source files connectors/src/connectors/confluence/te…:135
LOW AIC003 Duplicated implementation block across source files connectors/src/connectors/confluence/te…:575
LOW AIC003 Duplicated implementation block across source files connectors/src/api/webhooks/webhook_sla…:23
LOW AIC003 Duplicated implementation block across source files connectors/src/api/webhooks/webhook_sla…:24
LOW AIC003 Duplicated implementation block across source files connectors/src/api/webhooks/webhook_dis…:378
LOW AIC003 Duplicated implementation block across source files connectors/src/api/get_connector_permis…:73
LOW AIC003 Duplicated implementation block across source files cli/dust-sandbox/src/commands/forward/h…:467
LOW WEB005 robots.txt does not advertise a sitemap cli/dust-sandbox/src/commands/forward/h…
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. connectors/scripts/create-teams-app.ts:111
INFO MINED068 [MINED068] Rust Unsafe Block: unsafe { ... } block. Compiler safety guarantees disabled i… cli/dust-sandbox/src/commands/forward/o…:28
INFO MINED066 [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable error… cli/dust-sandbox/src/main.rs:114
INFO MINED066 [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable error… cli/dust-sandbox/src/commands/healthche…:221
INFO MINED066 [MINED066] Rust Panic Macro: panic!() unwinds the stack. Use Result for recoverable error… cli/dust-sandbox/src/api/types.rs:230
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. cli/dust-sandbox/src/main.rs:121
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. cli/dust-sandbox/src/commands/forward/h…:37
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. cli/dust-sandbox/src/api/types.rs:201
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … connectors/scripts/temporal-build/build…:85
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … cli/dust-cli/src/utils/logger.ts:69
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … cli/dust-cli/src/utils/errors.ts:22
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. cli/dust-cli/src/utils/tokenStorage.ts:17
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. cli/dust-cli/src/utils/command.ts:46
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. cli/dust-cli/src/ui/components/Workspac…:87
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… cli/dust-cli/src/ui/components/InputBox…:55
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… cli/dust-cli/src/ui/components/Conversa…:282
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … cli/dust-cli/src/utils/toolsCache.ts:42
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … cli/dust-cli/src/ui/commands/NonInterac…:126
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … cli/dust-cli/src/mcp/servers/fsServer.ts:73
Reset to top 5 69 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `dust-tt/dust`

**Score: 67/100 (C+)**  ·  69 findings  ·  scanned 2026-06-05 15:16 UTC  ·  57,469 LOC

| Severity | Count |
|---|---|
| CRITICAL | 2 |
| HIGH | 33 |
| MEDIUM | 3 |
| LOW | 12 |

📊 [Full filterable report](https://repobility.com/scan/01cb7246-ff70-4ac6-af6b-2a731e91b79c/)  ·  ![scorecard](https://repobility.com/scan/01cb7246-ff70-4ac6-af6b-2a731e91b79c/report.png?v=1780672614-s2)

### Top findings

1. **CRITICAL** `MINED116` — Workflow uses `secrets.ANTHROPIC_API_KEY` on a `pull_request` trigger
   `.github/workflows/claude-code-review.yml:120` · ✓ Repobility
2. **CRITICAL** `MINED114` — Admin endpoint without auth: POST /connectors/admin
   `connectors/src/api_server.ts:205` · ✓ Repobility
3. **HIGH** `SEC035` — Unbounded Resource Allocation — DoS risk
   `connectors/src/api_server.ts:154` · CWE-770 · A04:2021 Insecure Design (DoS)
4. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `connectors/src/api/webhooks/teams/content_fragments.ts:30` · A10:2021 SSRF
5. **HIGH** `SEC029` — Server-Side Request Forgery (SSRF) — outbound HTTP from user input
   `connectors/src/api/notion_url_status.ts:106` · A10:2021 SSRF

---

**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/01cb7246-ff70-4ac6-af6b-2a731e91b79c/_
Already filed
This repo publishes a SECURITY.md policy and the scan contains 8 Critical/High security finding(s). Public issue filing would violate coordinated disclosure. Submit privately via the project's security reporting channel.
Megaproject â high spam risk
Could not determine 'dust-tt/dust' 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.