← Back to scan
File as GitHub Issue repo: paperclipai/paperclip

Push this scan report to paperclipai/paperclip

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

Password In Url

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 MINED035 [MINED035] Js New Function: new Function(...) compiles strings to functions. ui/src/adapters/sandboxed-parser-worker…:108
CRIT SEC084 [SEC084] JS: require() with non-literal: require(<variable>) loads arbitrary modules — eq… scripts/screenshot-recovery-card.cjs:7
CRIT MINED019 [MINED019] Ssti Jinja From String: jinja2.Environment().from_string(user_input) — full RC… packages/shared/src/routine-variables.ts:73
CRIT MINED013 [MINED013] Password In Url: https://user:password@host — leaks creds via logs, referrer, … cli/src/prompts/database.ts:47
CRIT MINED013 [MINED013] Password In Url: https://user:password@host — leaks creds via logs, referrer, … cli/src/commands/routines.ts:198
CRIT MINED013 [MINED013] Password In Url: https://user:password@host — leaks creds via logs, referrer, … cli/src/commands/db-backup.ts:32
CRIT SEC022 [SEC022] Database URL With Embedded Credential: A database connection URL contains an emb… docker/docker-compose.yml:25
CRIT SEC022 [SEC022] Database URL With Embedded Credential: A database connection URL contains an emb… cli/src/commands/routines.ts:198
CRIT SEC022 [SEC022] Database URL With Embedded Credential: A database connection URL contains an emb… cli/src/commands/db-backup.ts:32
CRIT DKC007 Compose service contains a literal secret environment value docker/docker-compose.yml:1
CRIT SEC001 [SEC001] Hardcoded Password: Hardcoded password found in source code. scripts/docker-onboard-smoke.sh:18
CRIT MINED114 [MINED114] Admin endpoint without auth: PUT /admin/users/:userId/company-access: Express … server/src/routes/access.ts:4609
CRIT MINED114 [MINED114] Admin endpoint without auth: POST /admin/users/:userId/demote-instance-admin: … server/src/routes/access.ts:4592
CRIT MINED114 [MINED114] Admin endpoint without auth: POST /admin/users/:userId/promote-instance-admin:… server/src/routes/access.ts:4522
HIGH SEC135 [SEC135] Auth/permission check missing on AI-generated endpoint: Mutating HTTP endpoint g… server/src/routes/goals.ts:83
HIGH SEC135 [SEC135] Auth/permission check missing on AI-generated endpoint: Mutating HTTP endpoint g… server/src/routes/cloud-upstreams.ts:26
HIGH SEC135 [SEC135] Auth/permission check missing on AI-generated endpoint: Mutating HTTP endpoint g… server/src/routes/assets.ts:110
HIGH MINED014 [MINED014] Disabled Tls Verify: verify=False in requests, rejectUnauthorized:false in nod… scripts/release.sh:12
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… packages/plugins/sandbox-providers/clou…:116
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… packages/plugins/sandbox-providers/clou…:4
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… packages/adapters/grok-local/src/server…:76
HIGH MINED012 [MINED012] Curl Pipe Bash: curl ... | sh / bash — runs unverified network code. packages/adapters/cursor-local/src/inde…:13
HIGH SEC114 [SEC114] path.join / Path() on user-controlled segment without containment check: filepat… packages/adapters/opencode-local/src/se…:61
HIGH SEC114 [SEC114] path.join / Path() on user-controlled segment without containment check: filepat… packages/adapters/claude-local/src/serv…:57
HIGH SEC114 [SEC114] path.join / Path() on user-controlled segment without containment check: filepat… packages/adapter-utils/src/workspace-re…:236
HIGH SEC083 [SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) — variable input can c… packages/shared/src/project-mentions.ts:203
HIGH SEC083 [SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) — variable input can c… packages/shared/src/issue-references.ts:136
HIGH SEC083 [SEC083] JS: new RegExp() with non-literal: new RegExp(<variable>) — variable input can c… packages/adapter-utils/src/command-reda…:6
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … packages/adapters/claude-local/src/serv…:51
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … packages/adapters/claude-local/src/serv…:44
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … docker/openclaw-smoke/server.mjs:26
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… packages/adapters/cursor-local/src/serv…:102
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… cli/src/config/env.ts:36
HIGH SEC040 [SEC040] innerHTML XSS — template literal with server-supplied data: Setting .innerHTML w… cli/src/commands/worktree-lib.ts:273
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… cli/src/client/http.ts:27
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… cli/src/client/board-auth.ts:172
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… cli/src/checks/deployment-auth-check.ts:62
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v6`: `uses: actions/setup-… .github/workflows/pr.yml:276
HIGH MINED115 [MINED115] Action `pnpm/action-setup` pinned to mutable ref `@v6`: `uses: pnpm/action-set… .github/workflows/pr.yml:271
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/pr.yml:268
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v6`: `uses: actions/setup-… .github/workflows/pr.yml:245
HIGH MINED115 [MINED115] Action `pnpm/action-setup` pinned to mutable ref `@v6`: `uses: pnpm/action-set… .github/workflows/pr.yml:240
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/pr.yml:237
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v6`: `uses: actions/setup-… .github/workflows/pr.yml:218
HIGH MINED115 [MINED115] Action `pnpm/action-setup` pinned to mutable ref `@v6`: `uses: pnpm/action-set… .github/workflows/pr.yml:213
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/pr.yml:210
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v6`: `uses: actions/setup-… .github/workflows/pr.yml:175
HIGH MINED115 [MINED115] Action `pnpm/action-setup` pinned to mutable ref `@v6`: `uses: pnpm/action-set… .github/workflows/pr.yml:170
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/pr.yml:167
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v6`: `uses: actions/setup-… .github/workflows/pr.yml:129
HIGH MINED115 [MINED115] Action `pnpm/action-setup` pinned to mutable ref `@v6`: `uses: pnpm/action-set… .github/workflows/pr.yml:124
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/pr.yml:121
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v6`: `uses: actions/setup-… .github/workflows/pr.yml:89
HIGH MINED115 [MINED115] Action `pnpm/action-setup` pinned to mutable ref `@v6`: `uses: pnpm/action-set… .github/workflows/pr.yml:84
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/pr.yml:81
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v6`: `uses: actions/setup-… .github/workflows/pr.yml:43
HIGH MINED115 [MINED115] Action `pnpm/action-setup` pinned to mutable ref `@v6`: `uses: pnpm/action-set… .github/workflows/pr.yml:37
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/pr.yml:19
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/docker.yml:23
HIGH MINED115 [MINED115] Action `actions/setup-node` pinned to mutable ref `@v6`: `uses: actions/setup-… .github/workflows/refresh-lockfile.yml:32
HIGH MINED115 [MINED115] Action `pnpm/action-setup` pinned to mutable ref `@v6`: `uses: pnpm/action-set… .github/workflows/refresh-lockfile.yml:26
HIGH MINED115 [MINED115] Action `actions/checkout` pinned to mutable ref `@v6`: `uses: actions/checkout… .github/workflows/refresh-lockfile.yml:23
HIGH MINED118 [MINED118] Dockerfile FROM `docker.io/cloudflare/sandbox:0.7.0` not pinned by digest: `FR… packages/plugins/sandbox-providers/clou…:1
HIGH MINED118 [MINED118] Dockerfile FROM `node:lts-trixie-slim` not pinned by digest: `FROM node:lts-tr… docker/untrusted-review/Dockerfile:1
HIGH MINED118 [MINED118] Dockerfile FROM `node:22-alpine` not pinned by digest: `FROM node:22-alpine` r… docker/openclaw-smoke/Dockerfile:1
HIGH MINED118 [MINED118] Dockerfile FROM `ubuntu:24.04` not pinned by digest: `FROM ubuntu:24.04` resol… docker/Dockerfile.onboard-smoke:1
HIGH MINED118 [MINED118] Dockerfile FROM `node:lts-trixie-slim` not pinned by digest: `FROM node:lts-tr… Dockerfile:2
HIGH SEC020 [SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-b… server/src/realtime/live-events-ws.ts:267
HIGH SEC020 [SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-b… packages/adapters/codex-local/src/cli/q…:103
HIGH SEC020 [SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-b… packages/adapters/claude-local/src/cli/…:115
HIGH DKC011 Database service publishes a host port docker/docker-compose.yml:1
HIGH JRN009 Secret-like setting is echoed into a password input value ui/src/pages/InviteLanding.tsx:741
HIGH JRN009 Secret-like setting is echoed into a password input value ui/src/pages/Auth.tsx:137
HIGH MINED113 [MINED113] Express POST /routine-triggers/public/:publicId/fire has no auth: Express rout… server/src/routes/routines.ts:440
HIGH MINED113 [MINED113] Express POST /routines/:id/run has no auth: Express route POST /routines/:id/r… server/src/routes/routines.ts:414
HIGH MINED113 [MINED113] Express POST /routine-triggers/:id/rotate-secret has no auth: Express route PO… server/src/routes/routines.ts:371
HIGH MINED113 [MINED113] Express DELETE /routine-triggers/:id has no auth: Express route DELETE /routin… server/src/routes/routines.ts:330
HIGH MINED113 [MINED113] Express PATCH /routine-triggers/:id has no auth: Express route PATCH /routine-… server/src/routes/routines.ts:288
HIGH MINED113 [MINED113] Express POST /routines/:id/triggers has no auth: Express route POST /routines/… server/src/routes/routines.ts:253
HIGH MINED113 [MINED113] Express POST /routines/:id/revisions/:revisionId/restore has no auth: Express … server/src/routes/routines.ts:208
HIGH MINED113 [MINED113] Express PATCH /routines/:id has no auth: Express route PATCH /routines/:id dec… server/src/routes/routines.ts:152
HIGH MINED113 [MINED113] Express POST /companies/:companyId/routines has no auth: Express route POST /c… server/src/routes/routines.ts:96
HIGH MINED113 [MINED113] Express POST /companies/:companyId/environments/probe-config has no auth: Expr… server/src/routes/environments.ts:428
HIGH MINED113 [MINED113] Express POST /environments/:id/probe has no auth: Express route POST /environm… server/src/routes/environments.ts:399
HIGH MINED113 [MINED113] Express DELETE /environments/:id has no auth: Express route DELETE /environmen… server/src/routes/environments.ts:359
HIGH MINED113 [MINED113] Express PATCH /environments/:id has no auth: Express route PATCH /environments… server/src/routes/environments.ts:292
HIGH MINED113 [MINED113] Express POST /companies/:companyId/environments has no auth: Express route POS… server/src/routes/environments.ts:196
HIGH MINED113 [MINED113] Express POST /dev-server/restart has no auth: Express route POST /dev-server/r… server/src/routes/health.ts:47
HIGH MINED113 [MINED113] Express POST /adapters/:type/reinstall has no auth: Express route POST /adapte… server/src/routes/adapters.ts:566
HIGH MINED113 [MINED113] Express POST /adapters/:type/reload has no auth: Express route POST /adapters/… server/src/routes/adapters.ts:514
HIGH MINED113 [MINED113] Express DELETE /adapters/:type has no auth: Express route DELETE /adapters/:ty… server/src/routes/adapters.ts:439
HIGH MINED113 [MINED113] Express PATCH /adapters/:type/override has no auth: Express route PATCH /adapt… server/src/routes/adapters.ts:411
HIGH MINED113 [MINED113] Express PATCH /adapters/:type has no auth: Express route PATCH /adapters/:type… server/src/routes/adapters.ts:376
HIGH MINED113 [MINED113] Express POST /adapters/install has no auth: Express route POST /adapters/insta… server/src/routes/adapters.ts:229
HIGH MINED113 [MINED113] Express PATCH /profile has no auth: Express route PATCH /profile declared with… server/src/routes/auth.ts:63
HIGH MINED113 [MINED113] Express PATCH /execution-workspaces/:id has no auth: Express route PATCH /exec… server/src/routes/execution-workspaces.…:442
HIGH MINED113 [MINED113] Express POST /execution-workspaces/:id/runtime-commands/:action has no auth: E… server/src/routes/execution-workspaces.…:440
HIGH MINED113 [MINED113] Express POST /execution-workspaces/:id/runtime-services/:action has no auth: E… server/src/routes/execution-workspaces.…:439
HIGH SEC013 [SEC013] Path Traversal — User Input in File Path: User-controlled input used in file pat… ui/public/sw.js:31
MED SEC041 [SEC041] Tabnabbing — target="_blank" without rel="noopener noreferrer": <a target="_blan… ui/src/components/StandaloneBrowserCont…:87
MED SEC087 [SEC087] JS: weak Math.random for crypto: Math.random() is not cryptographically secure; … ui/storybook/stories/secrets.stories.tsx:147
MED SEC087 [SEC087] JS: weak Math.random for crypto: Math.random() is not cryptographically secure; … ui/storybook/stories/routine-secrets.st…:90
MED SEC087 [SEC087] JS: weak Math.random for crypto: Math.random() is not cryptographically secure; … server/src/storage/local-disk-provider.…:47
MED SEC014 [SEC014] SSL Verification Disabled: SSL certificate verification is disabled, allowing ma… scripts/release.sh:12
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … packages/plugins/sandbox-providers/clou…:116
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … packages/plugins/sandbox-providers/clou…:4
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … packages/adapters/grok-local/src/server…:76
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. packages/adapters/gemini-local/src/serv…:80
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. packages/adapters/cursor-local/src/serv…:80
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. packages/adapters/claude-local/src/serv…:130
MED DKR018 Database dump or local database file is included in Docker build context .dockerignore
MED DKR001 Docker final stage has no non-root USER packages/plugins/sandbox-providers/clou…:1
MED DKR001 Docker final stage has no non-root USER docker/openclaw-smoke/Dockerfile:1
MED DKR001 Docker final stage has no non-root USER Dockerfile:55
MED WEB003 Public web service has no security.txt .well-known/security.txt
MED DKR014 Dockerfile copies broad context with incomplete .dockerignore Dockerfile:49
MED AGT014 Codex auth.json is read or copied without visible secret-file hardening packages/adapters/codex-local/src/serve…:11
MED AGT014 Codex auth.json is read or copied without visible secret-file hardening packages/adapters/acpx-local/src/server…:82
MED AGT016 Codex session log reader may expose prompts or tool-call content packages/adapters/codex-local/src/serve…:42
MED WEB015 Public web app has no Content Security Policy index.html
MED AGT015 Remote install command pipes network code directly to a shell packages/adapters/cursor-local/src/inde…:9
MED AGT015 Remote install command pipes network code directly to a shell packages/adapter-utils/src/execution-ta…:569
MED AGT013 Agent auto-approve or skip-permissions mode is easy to enable packages/adapters/cursor-local/src/shar…:5
MED AGT013 Agent auto-approve or skip-permissions mode is easy to enable packages/adapters/cursor-local/src/inde…:106
MED AGT013 Agent auto-approve or skip-permissions mode is easy to enable packages/adapters/claude-local/src/inde…:43
LOW AIC003 Duplicated implementation block across source files packages/adapters/gemini-local/src/serv…:195
LOW AIC003 Duplicated implementation block across source files packages/adapters/gemini-local/src/serv…:7
LOW AIC003 Duplicated implementation block across source files packages/adapters/gemini-local/src/cli/…:20
LOW AIC003 Duplicated implementation block across source files packages/adapters/gemini-local/src/cli/…:2
LOW AIC003 Duplicated implementation block across source files packages/adapters/cursor-local/src/ui/p…:10
LOW AIC003 Duplicated implementation block across source files packages/adapters/cursor-local/src/ui/p…:3
LOW AIC003 Duplicated implementation block across source files packages/adapters/cursor-local/src/ui/b…:3
LOW AIC003 Duplicated implementation block across source files packages/adapters/cursor-local/src/serv…:9
LOW AIC003 Duplicated implementation block across source files packages/adapters/cursor-local/src/serv…:17
LOW AIC003 Duplicated implementation block across source files packages/adapters/cursor-local/src/serv…:53
LOW AIC003 Duplicated implementation block across source files packages/adapters/cursor-cloud/src/ui/p…:2
LOW AIC003 Duplicated implementation block across source files packages/adapters/cursor-cloud/src/ui/b…:2
LOW AIC003 Duplicated implementation block across source files packages/adapters/cursor-cloud/src/serv…:12
LOW AIC003 Duplicated implementation block across source files packages/adapters/codex-local/src/ui/pa…:18
LOW AIC003 Duplicated implementation block across source files packages/adapters/codex-local/src/ui/pa…:9
LOW AIC003 Duplicated implementation block across source files packages/adapters/codex-local/src/ui/bu…:5
LOW AIC003 Duplicated implementation block across source files packages/adapters/codex-local/src/serve…:28
LOW AIC003 Duplicated implementation block across source files packages/adapters/codex-local/src/serve…:1
LOW AIC003 Duplicated implementation block across source files packages/adapters/codex-local/src/serve…:81
LOW AIC003 Duplicated implementation block across source files packages/adapters/codex-local/src/serve…:15
LOW AIC003 Duplicated implementation block across source files packages/adapters/codex-local/src/cli/f…:11
LOW AIC003 Duplicated implementation block across source files packages/adapters/claude-local/src/ui/b…:2
LOW AIC003 Duplicated implementation block across source files packages/adapters/claude-local/src/cli/…:6
LOW AIC003 Duplicated implementation block across source files packages/adapters/acpx-local/src/ui/par…:2
LOW AIC003 Duplicated implementation block across source files packages/adapter-utils/src/sandbox-mana…:32
LOW AIC003 Duplicated implementation block across source files cli/src/commands/client/workspace.ts:3
LOW AIC003 Duplicated implementation block across source files cli/src/commands/client/workspace.ts:1
LOW AIC003 Duplicated implementation block across source files cli/src/commands/client/cost.ts:1
LOW AIC003 Duplicated implementation block across source files cli/src/commands/client/approval.ts:58
LOW AIC003 Duplicated implementation block across source files cli/src/commands/client/agent.ts:264
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 WEB008 Public docs site has no llms.txt llms.txt
LOW DKC010 Compose service lacks no-new-privileges hardening docker/docker-compose.yml:17
LOW AIC002 Source file name looks like an AI patch artifact cli/src/commands/db-backup.ts:1
LOW DKC006 Compose service does not declare a runtime user docker/docker-compose.yml:17
LOW WEB011 Public web app has no humans.txt humans.txt
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… ui/src/components/PageSkeleton.tsx:23
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… ui/src/components/EnvVarEditor.tsx:181
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… ui/src/components/BreadcrumbBar.tsx:101
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. server/src/services/finance.ts:13
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. server/src/services/plugin-config-valid…:32
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. server/src/middleware/logger.ts:62
INFO MINED054 [MINED054] Ts As Any: Casting to any (as any) bypasses type checking entirely. server/src/middleware/error-handler.ts:23
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. packages/adapters/codex-local/src/cli/f…:199
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. packages/adapters/claude-local/src/cli/…:115
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. packages/adapters/claude-local/src/cli/…:128
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… cli/src/prompts/server.ts:200
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… cli/src/config/hostnames.ts:8
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… cli/src/commands/client/common.ts:257
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … cli/src/commands/client/common.ts:214
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … cli/src/commands/allowed-hostname.ts:34
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … cli/src/checks/secrets-check.ts:204
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … .github/scripts/check-pr-lockfile.mjs:29
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … .github/scripts/check-pr-linked-issue.m…:51
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … .github/scripts/check-pr-dependencies.m…:88
Reset to top 5 182 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `paperclipai/paperclip`

**Score: 71/100 (A-)**  ·  182 findings  ·  scanned 2026-06-05 08:36 UTC  ·  569,571 LOC

| Severity | Count |
|---|---|
| CRITICAL | 14 |
| HIGH | 85 |
| MEDIUM | 26 |
| LOW | 38 |

📊 [Full filterable report](https://repobility.com/scan/a1e662d5-1d23-4b66-ba05-c8e988b06053/)  ·  ![scorecard](https://repobility.com/scan/a1e662d5-1d23-4b66-ba05-c8e988b06053/report.png?v=1780648561-s2)

### Top findings

1. **CRITICAL** `MINED035` — Js New Function
   `ui/src/adapters/sandboxed-parser-worker.ts:108` · CWE-95 · ✓ Repobility
2. **CRITICAL** `SEC084` — JS: require() with non-literal
   `scripts/screenshot-recovery-card.cjs:7`
3. **CRITICAL** `MINED019` — Ssti Jinja From String
   `packages/shared/src/routine-variables.ts:73` · CWE-94 · ✓ Repobility
4. **CRITICAL** `MINED013` — Password In Url
   `cli/src/prompts/database.ts:47` · CWE-200 · ✓ Repobility
5. **CRITICAL** `MINED013` — Password In Url
   `cli/src/commands/routines.ts:198` · CWE-200 · ✓ Repobility

---

**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/a1e662d5-1d23-4b66-ba05-c8e988b06053/_
Already filed
This repo publishes a SECURITY.md policy and the scan contains 30 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 'paperclipai/paperclip' 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.