← Back to scan
File as GitHub Issue repo: xbrxr03/clawos

Push this scan report to xbrxr03/clawos

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

Python: requests without timeout

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 MINED014 [MINED014] Disabled Tls Verify: verify=False in requests, rejectUnauthorized:false in nod… workflows/pr_review/workflow.py:26
HIGH SEC135 [SEC135] Auth/permission check missing on AI-generated endpoint: Mutating HTTP endpoint g… services/noted/service.py:31
HIGH SEC135 [SEC135] Auth/permission check missing on AI-generated endpoint: Mutating HTTP endpoint g… services/maild/service.py:29
HIGH SEC135 [SEC135] Auth/permission check missing on AI-generated endpoint: Mutating HTTP endpoint g… services/calendard/service.py:25
HIGH SEC078 [SEC078] Python: requests without timeout: requests.get/post without a timeout will hang … services/braind/significance_filter.py:146
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… skills/marketplace/sandbox.py:155
HIGH SEC085 [SEC085] JS: child_process.exec with non-literal: child_process.exec with user-derived in… scripts/security_audit.py:46
HIGH SEC103 [SEC103] LDAP injection — non-constant search filter: User input concatenated into an LDA… services/braind/significance_filter.py:110
HIGH SEC103 [SEC103] LDAP injection — non-constant search filter: User input concatenated into an LDA… scripts/verify_repo.py:98
HIGH SEC103 [SEC103] LDAP injection — non-constant search filter: User input concatenated into an LDA… clawos_core/platform.py:115
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … clawctl/commands/providers.py:64
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … clawctl/commands/packs.py:44
HIGH SEC128 [SEC128] Async function without await — fire-and-forget Promise (AI mistake): Async call … clawctl/commands/extensions.py:39
HIGH MINED006 [MINED006] Overcatch Baseexception: except BaseException: ... — prevents Ctrl+C and Syste… scripts/mcp-demo.py:105
HIGH MINED006 [MINED006] Overcatch Baseexception: except BaseException: ... — prevents Ctrl+C and Syste… dashboard/nexus-command/serve.py:49
HIGH MINED006 [MINED006] Overcatch Baseexception: except BaseException: ... — prevents Ctrl+C and Syste… clawctl/commands/dashboard.py:273
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… clawctl/commands/mcpd.py:36
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… clawctl/commands/dashboard.py:78
HIGH SEC029 [SEC029] Server-Side Request Forgery (SSRF) — outbound HTTP from user input: Outbound HTT… clawctl/commands/compare.py:71
HIGH MINED012 [MINED012] Curl Pipe Bash: curl ... | sh / bash — runs unverified network code. packaging/iso/hooks/01-install-deps.sh:31
HIGH MINED012 [MINED012] Curl Pipe Bash: curl ... | sh / bash — runs unverified network code. clawctl/commands/model.py:21
HIGH SEC020 [SEC020] Secret Printed to Logs: Debug or diagnostic code appears to print a credential-b… clawctl/commands/budget.py:27
HIGH JRN009 Secret-like setting is echoed into a password input value dashboard/frontend/src/pages/setup/scre…:410
HIGH JRN009 Secret-like setting is echoed into a password input value dashboard/frontend/src/pages/setup/scre…:390
HIGH JRN009 Secret-like setting is echoed into a password input value dashboard/frontend/src/pages/Settings.t…:325
HIGH JRN009 Secret-like setting is echoed into a password input value dashboard/frontend/src/pages/Research.t…:290
HIGH SEC013 [SEC013] Path Traversal — User Input in File Path: User-controlled input used in file pat… clients/desktop/launch_command_center.py:50
HIGH JRN004 Consent is collected in UI without visible backend audit persistence dashboard/frontend/src/pages/Registry.t…:191
HIGH AUC003 [AUC003] Object-level route lacks visible authorization: A route with an object id-like p… services/braind/main.py:459
HIGH AUC003 [AUC003] Object-level route lacks visible authorization: A route with an object id-like p… services/visuald/main.py:226
HIGH AUC003 [AUC003] Object-level route lacks visible authorization: A route with an object id-like p… services/calendard/service.py:46
HIGH AUC003 [AUC003] Object-level route lacks visible authorization: A route with an object id-like p… services/calendard/service.py:38
HIGH AUC003 [AUC003] Object-level route lacks visible authorization: A route with an object id-like p… services/noted/service.py:66
HIGH AUC003 [AUC003] Object-level route lacks visible authorization: A route with an object id-like p… services/noted/service.py:50
HIGH AUC003 [AUC003] Object-level route lacks visible authorization: A route with an object id-like p… services/noted/service.py:42
HIGH AUC003 [AUC003] Object-level route lacks visible authorization: A route with an object id-like p… archive/legacy/dashboard-backend/servic…:662
HIGH AUC003 [AUC003] Object-level route lacks visible authorization: A route with an object id-like p… archive/legacy/dashboard-backend/servic…:247
HIGH AUC003 [AUC003] Object-level route lacks visible authorization: A route with an object id-like p… archive/legacy/dashboard-backend/servic…:242
MED SEC014 [SEC014] SSL Verification Disabled: SSL certificate verification is disabled, allowing ma… workflows/pr_review/workflow.py:26
MED SEC012 [SEC012] ZipSlip — Archive Path Traversal: Archive extraction without path validation all… skills/marketplace/installer.py:116
MED SEC139 [SEC139] AI-generated migration/route without companion test file: Route or migration tou… services/visuald/main.py:211
MED SEC015 [SEC015] Insecure Randomness for Security: Weak PRNG used in security-sensitive context. … services/llmd/service.py:191
MED SEC015 [SEC015] Insecure Randomness for Security: Weak PRNG used in security-sensitive context. … services/dashd/static/assets/JarvisVoic…:1
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … tools/shell/do/safety.py:57
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … skills/marketplace/sandbox.py:155
MED SEC045 [SEC045] eval()/exec() on stored or user-supplied data: eval() and exec() on data — even … scripts/security_audit.py:46
MED SEC087 [SEC087] JS: weak Math.random for crypto: Math.random() is not cryptographically secure; … services/dashd/static/assets/Brain-HCR_…:1
MED SEC087 [SEC087] JS: weak Math.random for crypto: Math.random() is not cryptographically secure; … dashboard/frontend/src/pages/setup/atom…:62
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. dashboard/frontend/src/pages/Traces.tsx:66
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. dashboard/frontend/src/pages/Memory.tsx:61
MED ERR002 [ERR002] Empty Catch Block: Empty catch blocks hide errors. dashboard/frontend/src/hooks/useClawOS.…:93
MED SEC136 [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all excepti… scripts/verify_repo.py:85
MED SEC136 [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all excepti… clawctl/commands/status.py:69
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… dashboard/nexus-command/serve.py:22
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… clawctl/commands/status.py:113
MED ERR001 [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even… clawctl/commands/dashboard.py:252
MED MINED111 Bare except continues silently openclaw_integration/compression.py:147
MED MINED111 Bare except continues silently openclaw_integration/compression.py:130
MED MINED111 Bare except continues silently openclaw_integration/compression.py:58
MED MINED111 Bare except continues silently openclaw_integration/compression.py:40
MED MINED111 Bare except continues silently openclaw_integration/installer.py:165
MED MINED111 Bare except continues silently openclaw_integration/installer.py:277
MED MINED111 Bare except continues silently openclaw_integration/installer.py:151
MED MINED111 Bare except continues silently openclaw_integration/installer.py:126
MED MINED111 Bare except continues silently openclaw_integration/installer.py:104
MED MINED111 Bare except continues silently openclaw_integration/installer.py:31
MED MINED111 Bare except continues silently openclaw_integration/register_peers.py:32
MED MINED111 Bare except continues silently openclaw_integration/responses_api.py:88
MED MINED111 Bare except continues silently openclaw_integration/responses_api.py:32
MED MINED111 Bare except continues silently bootstrap/hardware_probe.py:237
MED MINED111 Bare except continues silently bootstrap/hardware_probe.py:357
MED MINED111 Bare except continues silently bootstrap/hardware_probe.py:348
MED MINED111 Bare except continues silently bootstrap/hardware_probe.py:341
MED MINED111 Bare except continues silently bootstrap/memory_init.py:36
MED MINED111 Bare except continues silently bootstrap/model_provision.py:96
MED MINED111 Bare except continues silently bootstrap/model_provision.py:27
MED MINED111 Bare except continues silently bootstrap/model_provision.py:19
MED MINED111 Bare except continues silently bootstrap/service_enable.py:111
MED MINED111 Bare except continues silently bootstrap/service_enable.py:34
MED MINED111 Bare except continues silently frameworks/runner.py:50
MED MINED111 Bare except continues silently frameworks/runner.py:45
MED COMP001 [COMP001] High cognitive complexity: Function `load_all` has cognitive complexity 16 (Son… archive/legacy/capabilityd/service.py:54
MED AUC001 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks…
MED DEPCUR-GHA GitHub Action `actions/setup-node@v4` is 2 major version(s) behind (latest v6.4.0) .github/workflows/security.yml:24
MED DEPCUR-GHA GitHub Action `actions/setup-python@v5` is 1 major version(s) behind (latest v6.2.0) .github/workflows/security.yml:15
MED DEPCUR-GHA GitHub Action `actions/checkout@v4` is 2 major version(s) behind (latest v6.0.3) .github/workflows/security.yml:14
MED DEPCUR-GHA GitHub Action `actions/upload-artifact@v4` is 3 major version(s) behind (latest v7.0.1) .github/workflows/release.yml:50
MED DEPCUR-GHA GitHub Action `actions/setup-node@v4` is 2 major version(s) behind (latest v6.4.0) .github/workflows/release.yml:18
MED DEPCUR-GHA GitHub Action `actions/setup-python@v5` is 1 major version(s) behind (latest v6.2.0) .github/workflows/release.yml:14
MED DEPCUR-GHA GitHub Action `actions/checkout@v4` is 2 major version(s) behind (latest v6.0.3) .github/workflows/release.yml:13
MED DEPCUR-GHA GitHub Action `actions/setup-node@v4` is 2 major version(s) behind (latest v6.4.0) .github/workflows/ci.yml:76
MED DEPCUR-GHA GitHub Action `actions/upload-artifact@v4` is 3 major version(s) behind (latest v7.0.1) .github/workflows/ci.yml:39
MED DEPCUR-GHA GitHub Action `actions/setup-python@v5` is 1 major version(s) behind (latest v6.2.0) .github/workflows/ci.yml:15
MED DEPCUR-GHA GitHub Action `actions/checkout@v4` is 2 major version(s) behind (latest v6.0.3) .github/workflows/ci.yml:14
MED DEPCUR-NPM npm package `@vitejs/plugin-react` is 2 major version(s) behind (4.7.0 -> 6.0.2) dashboard/frontend/package.json
MED GHSA-58qx-3vcg-4xpx ws: GHSA-58qx-3vcg-4xpx dashboard/frontend/package-lock.json
MED GHSA-4w7w-66w2-5vf9 vite: GHSA-4w7w-66w2-5vf9 dashboard/frontend/package-lock.json
MED GHSA-w5hq-g745-h8pq uuid: GHSA-w5hq-g745-h8pq dashboard/frontend/package-lock.json
MED GHSA-2j2x-hqr9-3h42 react-router: GHSA-2j2x-hqr9-3h42 dashboard/frontend/package-lock.json
MED GHSA-qx2v-qp2m-jg93 postcss: GHSA-qx2v-qp2m-jg93 dashboard/frontend/package-lock.json
MED GHSA-67mh-4wv8-2f99 esbuild: GHSA-67mh-4wv8-2f99 dashboard/frontend/package-lock.json
MED AGT007 localStorage write failures are swallowed silently services/dashd/static/assets/setup-Cez0…:6
MED AGT007 localStorage write failures are swallowed silently dashboard/frontend/src/pages/setup/scre…:60
MED AGT007 localStorage write failures are swallowed silently dashboard/frontend/src/pages/setup/Setu…:101
MED AGT007 localStorage write failures are swallowed silently dashboard/frontend/src/components/Getti…:82
MED WEB003 Public web service has no security.txt .well-known/security.txt
MED JRN003 Frontend API reference is not matched by discovered backend routes services/dashd/static/assets/workflows-…:1
MED JRN003 Frontend API reference is not matched by discovered backend routes services/dashd/static/assets/setup-Cez0…:6
MED JRN003 Frontend API reference is not matched by discovered backend routes dashboard/frontend/src/pages/setup/scre…:23
MED JRN003 Frontend API reference is not matched by discovered backend routes dashboard/frontend/src/pages/setup/scre…:14
MED JRN003 Frontend API reference is not matched by discovered backend routes dashboard/frontend/src/lib/commandCente…:868
MED JRN003 Frontend API reference is not matched by discovered backend routes dashboard/frontend/src/lib/commandCente…:605
MED JRN003 Frontend API reference is not matched by discovered backend routes clients/dashboard/index.html:666
MED AUC012 [AUC012] FastAPI interactive docs may be exposed by framework defaults: FastAPI exposes /…
MED AGT012 Agent control bridge may listen on a network interface without visible auth install.sh:331
MED AGT012 Agent control bridge may listen on a network interface without visible auth archive/legacy/dashboard-backend/servic…:5
MED WEB015 Public web app has no Content Security Policy index.html
MED AGT015 Remote install command pipes network code directly to a shell scripts/security_audit.py:65
MED AGT015 Remote install command pipes network code directly to a shell packaging/launch/hn_post.md:22
MED AGT015 Remote install command pipes network code directly to a shell packaging/launch/demo_script.md:11
MED AGT015 Remote install command pipes network code directly to a shell packaging/iso/hooks/01-install-deps.sh:31
MED AGT015 Remote install command pipes network code directly to a shell landing/og-card.html:192
MED AGT015 Remote install command pipes network code directly to a shell docs/SECURITY_AUDIT.md:15
MED AGT015 Remote install command pipes network code directly to a shell docs/LAUNCH/twitter_thread.md:9
MED AGT015 Remote install command pipes network code directly to a shell docs/LAUNCH/hn_submission.md:12
MED AGT015 Remote install command pipes network code directly to a shell docs/INSTALL_URL_SETUP.md:46
MED AGT015 Remote install command pipes network code directly to a shell clawctl/commands/model.py:21
MED AGT015 Remote install command pipes network code directly to a shell clawctl/commands/cookbook.py:401
MED AGT015 Remote install command pipes network code directly to a shell RELEASE_NOTES_v0.1.0.md:73
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … services/researchd/service.py:161
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … services/calendard/service.py:54
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … services/calendard/service.py:46
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … services/noted/service.py:66
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … archive/legacy/dashboard-backend/servic…:559
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … archive/legacy/dashboard-backend/servic…:545
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … archive/legacy/dashboard-backend/servic…:289
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … archive/legacy/dashboard-backend/servic…:247
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … archive/legacy/dashboard-backend/servic…:242
MED AUC009 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears … archive/legacy/dashboard-backend/servic…:237
MED AUC004 [AUC004] Admin route does not show super_admin separation: An administrative route was de… services/dashd/api.py:2494
MED AUC004 [AUC004] Admin route does not show super_admin separation: An administrative route was de… services/dashd/api.py:2487
MED AUC004 [AUC004] Admin route does not show super_admin separation: An administrative route was de… services/dashd/api.py:2272
MED AUC004 [AUC004] Admin route does not show super_admin separation: An administrative route was de… services/dashd/api.py:1147
MED AUC004 [AUC004] Admin route does not show super_admin separation: An administrative route was de… services/dashd/api.py:1136
MED AUC004 [AUC004] Admin route does not show super_admin separation: An administrative route was de… services/dashd/api.py:1127
MED AUC004 [AUC004] Admin route does not show super_admin separation: An administrative route was de… services/dashd/api.py:1104
MED AUC004 [AUC004] Admin route does not show super_admin separation: An administrative route was de… archive/legacy/dashboard-backend/servic…:624
MED AUC004 [AUC004] Admin route does not show super_admin separation: An administrative route was de… archive/legacy/dashboard-backend/servic…:612
MED AUC004 [AUC004] Admin route does not show super_admin separation: An administrative route was de… archive/legacy/dashboard-backend/servic…:593
LOW COMP001 [COMP001] High cognitive complexity: Function `_check_allowlist` has cognitive complexity… adapters/browser/playwright_adapter.py:71
LOW COMP001 [COMP001] High cognitive complexity: Function `speak` has cognitive complexity 8 (SonarSo… adapters/audio/elevenlabs_adapter.py:75
LOW DEPCUR-NPM npm package `@tauri-apps/cli` is minor version(s) behind (^2.0.0-rc.16 -> 2.11.2) desktop/command-center/package.json
LOW DEPCUR-NPM npm package `autoprefixer` is minor version(s) behind (10.4.27 -> 10.5.0) dashboard/frontend/package.json
LOW DEPCUR-NPM npm package `three` is minor version(s) behind (0.179.0 -> 0.184.0) dashboard/frontend/package.json
LOW DEPCUR-NPM npm package `@tauri-apps/api` is minor version(s) behind (2.10.1 -> 2.11.0) dashboard/frontend/package.json
LOW AIC003 Duplicated implementation block across source files workflows/write_readme/workflow.py:40
LOW AIC003 Duplicated implementation block across source files services/voiced/service.py:71
LOW AIC003 Duplicated implementation block across source files services/dashd/static/sw.js:1
LOW AIC003 Duplicated implementation block across source files dashboard/frontend/src/pages/Registry.t…:210
LOW AIC003 Duplicated implementation block across source files dashboard/frontend/src/pages/MCPManager…:9
LOW AIC003 Duplicated implementation block across source files dashboard/frontend/src/pages/Federation…:6
LOW AIC003 Duplicated implementation block across source files clawctl/commands/status.py:18
LOW WEB001 Public web app has no robots.txt robots.txt
LOW WEB002 Public web app has no sitemap sitemap.xml
LOW AIC006 Archive or legacy directory is mixed into the active repository root archive:1
LOW WEB008 Public docs site has no llms.txt llms.txt
LOW WEB011 Public web app has no humans.txt humans.txt
INFO MINED047 [MINED047] Emoji In Source: Emoji ✅ ❌ 🚀 in code/comments — common AI output unless explic… workflows/folder_summary/workflow.py:2
INFO MINED047 [MINED047] Emoji In Source: Emoji ✅ ❌ 🚀 in code/comments — common AI output unless explic… workflows/bulk_rename/workflow.py:2
INFO MINED079 [MINED079] Off By One Slice: range(len(x)+1), arr[i+1:i+n+1], or while i<=len(arr) — off-… skills/marketplace/verifier.py:149
INFO MINED067 [MINED067] Python Requests No Timeout: requests.get/post/etc. without timeout= can hang f… services/braind/significance_filter.py:146
INFO MINED055 [MINED055] Npm Install No Lockfile: Production image runs npm install (resolves new versi… scripts/install-resume.sh:39
INFO MINED055 [MINED055] Npm Install No Lockfile: Production image runs npm install (resolves new versi… packaging/iso/chroot_install.sh:31
INFO MINED055 [MINED055] Npm Install No Lockfile: Production image runs npm install (resolves new versi… packaging/deb/build_deb.sh:41
INFO MINED059 [MINED059] Rust Expect In Prod: .expect(...) panics same as unwrap with a custom message. desktop/command-center/src-tauri/src/ma…:137
INFO MINED045 [MINED045] Ts Non Null Assertion: x! asserts not null - bypasses null checks - TypeError … dashboard/frontend/src/pages/setup/scre…:49
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… dashboard/frontend/src/pages/Memory.tsx:137
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… dashboard/frontend/src/components/ui.jsx:113
INFO MINED056 [MINED056] React Key As Index: key={index} in map() — re-renders the wrong elements on re… dashboard/frontend/src/components/Struc…:183
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. dashboard/frontend/src/pages/Providers.…:60
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. dashboard/frontend/src/hooks/useCommand…:30
INFO MINED052 [MINED052] Ts Any Typed: : any used as type annotation. Defeats TypeScript type safety. dashboard/frontend/src/App.tsx:135
INFO MINED044 [MINED044] Js Console Log Prod: console.log left in code. Should be replaced with logger … dashboard/frontend/src/App.tsx:74
INFO MINED072 [MINED072] Python Pass Only Class: class Foo: pass — stub waiting to be filled in. clawos_core/config/schema.py:37
INFO MINED062 [MINED062] Python Dataclass No Fields: @dataclass over an empty class — unfinished model. clawos_core/exceptions.py:71
INFO MINED062 [MINED062] Python Dataclass No Fields: @dataclass over an empty class — unfinished model. clawos_core/ambient.py:30
INFO MINED062 [MINED062] Python Dataclass No Fields: @dataclass over an empty class — unfinished model. clawctl/commands/compare.py:16
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. openclaw_integration/compression.py:286
INFO MINED049 [MINED049] Print Pii: Logging password/token/email/ssn directly to stdout. clawctl/commands/budget.py:27
INFO MINED064 [MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services. clawctl/commands/workspace.py:55
INFO MINED064 [MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services. clawctl/commands/skill.py:68
INFO MINED064 [MINED064] Python Input Call: input() blocks for stdin. Inappropriate in services. clawctl/commands/ace.py:62
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… scripts/setup-launchd.sh:49
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… clients/desktop/launch_command_center.py:39
INFO MINED043 [MINED043] Http Not Https: Hardcoded http:// (not localhost) for endpoints that handle cr… clawctl/commands/a2a.py:44
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… adapters/browser/session_manager.py:94
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… adapters/browser/playwright_adapter.py:232
INFO MINED050 [MINED050] Stub Only Function: Function declared but body is just pass, return None, rais… adapters/audio/whisper_adapter.py:97
INFO DEPCUR-NPM npm package `postcss` is patch version(s) behind (8.5.8 -> 8.5.15) dashboard/frontend/package.json
INFO DEPCUR-NPM npm package `postprocessing` is patch version(s) behind (6.39.0 -> 6.39.1) dashboard/frontend/package.json
Reset to top 5 200 findings available (after auto-suppression of test files + won't-fix)

Issue body (markdown)

## Code-quality scan: `xbrxr03/clawos`

**Score: 62/100 (C+)**  ·  303 findings  ·  scanned 2026-06-05 18:23 UTC  ·  86,250 LOC

| Severity | Count |
|---|---|
| CRITICAL | 9 |
| HIGH | 117 |
| MEDIUM | 111 |
| LOW | 18 |

📊 [Full filterable report](https://repobility.com/scan/c909edc4-e5b0-4649-b779-d5b64f392b1d/)  ·  ![scorecard](https://repobility.com/scan/c909edc4-e5b0-4649-b779-d5b64f392b1d/report.png?v=1780683816-s2)

### Top findings

1. **HIGH** `MINED014` — Disabled Tls Verify
   `workflows/pr_review/workflow.py:26` · CWE-295 · ✓ Repobility
2. **HIGH** `SEC135` — Auth/permission check missing on AI-generated endpoint
   `services/noted/service.py:31` · CWE-862
3. **HIGH** `SEC135` — Auth/permission check missing on AI-generated endpoint
   `services/maild/service.py:29` · CWE-862
4. **HIGH** `SEC135` — Auth/permission check missing on AI-generated endpoint
   `services/calendard/service.py:25` · CWE-862
5. **HIGH** `SEC078` — Python: requests without timeout
   `services/braind/significance_filter.py:146` · 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/c909edc4-e5b0-4649-b779-d5b64f392b1d/_
Megaproject â high spam risk
Could not determine 'xbrxr03/clawos' 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.