Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.
78 of your 182 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 16.11s · analysis 14.2s · 38.7 MB · GitHub API rate-limit (preflight)

screenpipe/screenpipe

https://github.com/screenpipe/screenpipe · scanned 2026-06-05 17:44 UTC (4 days, 18 hours ago) · 10 languages

1385 raw signals (161 security + 1224 graph) 11/13 scanners ran 95th percentile · Rust · large (100-500K LoC) System graph score 44 (higher by 41)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 18 hours ago · v2 · 558 actionable findings from 2 signal sources. 215 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 60.0 0.15 9.00
security_score 100.0 0.25 25.00
testing_score 86.0 0.20 17.20
documentation_score 84.0 0.15 12.60
practices_score 96.0 0.15 14.40
code_quality 70.0 0.10 7.00
Overall 1.00 85.2
security_score may be inflated — optional security scanners were skipped on this fast scan
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Ranks in the 17th percentile among medium-sized repos. Strongest structure (68), documentation (68); weakest security (40), practices (48). 172 findings (52 critical, 4 high). Most common pattern: ts-non-null-assertion. ~151h tech debt (rating B).

Showing 379 of 558 actionable findings. 773 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

critical Security checks quality Quality conf 1.00 ✓ Repobility [MINED013] Password In Url: https://user:password@host — leaks creds via logs, referrer, error messages.
Review and fix per the pattern semantics. See CWE-200 / A07:2021 for context.
crates/screenpipe-redact/src/adapters/regex.rs:293
critical Security checks security secrets conf 1.00 [SEC019] Raw Authorization Token in Example: A real-looking API token appears in an Authorization-style header or service-key example. Use placeholders in docs and CI snippets; never paste live tokens into source, comments, or README files.
Replace the value with a placeholder, revoke or rotate the exposed token, and store live values only in a masked secret store.
crates/screenpipe-redact/src/adapters/regex.rs:266
critical System graph security security conf 1.00 Insecure pattern 'private_key_in_repo' in packages/ai-gateway/src/providers/vertex.ts:97
Found a known-risky pattern (private_key_in_repo). Review and replace if possible.
packages/ai-gateway/src/providers/vertex.ts:97 Private key in repo
critical System graph security Secrets conf 1.00 Possible secret in apps/screenpipe-app-tauri/e2e/mock-updates/updater-harness.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
apps/screenpipe-app-tauri/e2e/mock-updates/updater-harness.ts:24
critical System graph security Secrets conf 1.00 Possible secret in apps/screenpipe-app-tauri/src-tauri/src/main.rs
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
apps/screenpipe-app-tauri/src-tauri/src/main.rs:1090
critical System graph security Secrets conf 1.00 4 occurrences Possible secret in crates/screenpipe-core/src/pii_removal.rs
Detected pattern matching github_token. Rotate the credential and move to a secret manager.
lines 600, 616, 635, 831
crates/screenpipe-core/src/pii_removal.rs:600, 616, 635, 831 (4 hits)
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in crates/screenpipe-core/src/sync/keys.rs
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 271, 272
crates/screenpipe-core/src/sync/keys.rs:271, 272 (2 hits)
critical System graph security Secrets conf 1.00 4 occurrences Possible secret in crates/screenpipe-engine/src/cli/vault.rs
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 33, 34, 59, 78
crates/screenpipe-engine/src/cli/vault.rs:33, 34, 59, 78 (4 hits)
critical System graph security Secrets conf 1.00 Possible secret in crates/screenpipe-redact/src/pipeline.rs
Detected pattern matching github_token. Rotate the credential and move to a secret manager.
crates/screenpipe-redact/src/pipeline.rs:381
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in packages/cli/npm-e2e/lib/registry.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 77, 113
packages/cli/npm-e2e/lib/registry.ts:77, 113 (2 hits)
critical System graph security Secrets conf 1.00 Possible secret in packages/cli/screenpipe/scripts/postinstall.js
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
packages/cli/screenpipe/scripts/postinstall.js:70
critical System graph security Secrets conf 1.00 Possible secret in packages/cli/screenpipe/scripts/postinstall.sh
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
packages/cli/screenpipe/scripts/postinstall.sh:167
high Security checks security auth conf 0.70 2 occurrences [AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: ANY /:id.
Add ownership, tenant, relationship, or policy checks before reading or mutating the target object.
lines 807, 808
crates/screenpipe-engine/src/server.rs:807, 808 (2 hits)
high Security checks security auth conf 0.70 [AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: ANY /:id/config.
Add ownership, tenant, relationship, or policy checks before reading or mutating the target object.
crates/screenpipe-engine/src/connections_api.rs:2539
high Security checks security auth conf 0.70 [AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: ANY /:id/instances.
Add ownership, tenant, relationship, or policy checks before reading or mutating the target object.
crates/screenpipe-engine/src/connections_api.rs:2541
high Security checks security auth conf 0.70 [AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: ANY /:id/proxy/*path.
Add ownership, tenant, relationship, or policy checks before reading or mutating the target object.
crates/screenpipe-engine/src/connections_api.rs:2538
high Security checks security auth conf 0.70 [AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: ANY /:id/test.
Add ownership, tenant, relationship, or policy checks before reading or mutating the target object.
crates/screenpipe-engine/src/connections_api.rs:2553
high Security checks security auth conf 0.70 [AUC003] Object-level route lacks visible authorization: A route with an object id-like parameter does not show nearby authentication or authorization evidence. This is a BOLA/IDOR review target. Endpoint: ANY /gmail/messages/:id.
Add ownership, tenant, relationship, or policy checks before reading or mutating the target object.
crates/screenpipe-engine/src/connections_api.rs:2529
low Security checks quality Quality conf 1.00 ✓ Repobility [MINED012] Curl Pipe Bash: curl ... | sh / bash — runs unverified network code.
Review and fix per the pattern semantics. See CWE-494 / A08:2021 for context.
crates/screenpipe-audio/build.rs:66
high Security checks quality Quality conf 0.80 ✓ Repobility [MINED112] FastAPI POST /filter has no auth: Handler `filter_pii` is registered with router/app.post(...) but no Depends/Security parameter is declared and no auth marker appears in the function body.
Add Depends(get_current_user) or Security(...) to the handler signature. If the route is truly public, document it with a code comment so the rule knows it's intentional.
packages/privacy-filter/server.py:136
high Security checks software dependencies conf 0.90 ✓ Repobility 3 occurrences [MINED118] Dockerfile FROM `mcr.microsoft.com/devcontainers/base:ubuntu-22.04` not pinned by digest: `FROM mcr.microsoft.com/devcontainers/base:ubuntu-22.04` resolves the tag at build time. The registry CAN re-push a different image for the same tag, so every build is potentially different. Production images should pin to `image@sha256:...` for reproducibility + supply-chain integrity.
Replace with: `FROM mcr.microsoft.com/devcontainers/base:ubuntu-22.04@sha256:<digest>`. Get the digest from `docker manifest inspect`. Re-pin via a scheduled bot (Renovate, Dependabot).
3 files, 3 locations
.devcontainer/Dockerfile:2
docker/linux-test/Dockerfile:3
packages/privacy-filter/Dockerfile:8
high Security checks security auth conf 0.78 Consent is collected in UI without visible backend audit persistence
Persist consent as a backend record with subject, actor, purpose, scope, legal text version, timestamp, IP address, user agent, and revocation state.
apps/screenpipe-app-tauri/lib/utils/tauri.ts:160
high Security checks cicd CI/CD security conf 0.92 3 occurrences Dockerfile pipes a remote script into a shell
Download the artifact, verify its checksum or signature, pin the version, and then execute it.
2 files, 3 locations
.devcontainer/Dockerfile:8, 71 (2 hits)
docker/linux-test/Dockerfile:31
CI/CD securitycontainers
high Security checks security auth conf 0.83 Secret-like setting is echoed into a password input value
Never prefill secret fields with stored values. Show a masked status such as configured/not configured, require explicit rotation to replace the value, and return the raw key only once at creation time.
apps/screenpipe-app-tauri/components/settings/sync-settings.tsx:344
high Security checks security prompt injection conf 0.80 User-editable role instructions are inserted into the system prompt
Limit role instruction length, strip control characters, store it as quoted untrusted role description, and append a non-overridable safety/policy footer after the user-editable section.
apps/screenpipe-app-tauri/lib/hooks/use-settings.tsx:321
high System graph api Wiring conf 1.00 Dangling fetch: DELETE http://localhost:3030/pipes/${slug} (apps/screenpipe-app-tauri/e2e/specs/pipes.spec.ts:218)
`apps/screenpipe-app-tauri/e2e/specs/pipes.spec.ts:218` calls `DELETE http://localhost:3030/pipes/${slug}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3030/pipes/<p>` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /CHANGELOG.md (apps/screenpipe-app-tauri/components/changelog-dialog.tsx:38)
`apps/screenpipe-app-tauri/components/changelog-dialog.tsx:38` calls `GET /CHANGELOG.md` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/changelog.md` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:${port}/status (apps/screenpipe-app-tauri/e2e/helpers/app-launcher.ts:84)
`apps/screenpipe-app-tauri/e2e/helpers/app-launcher.ts:84` calls `GET http://127.0.0.1:${port}/status` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/status` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://127.0.0.1:11435/notifications (apps/screenpipe-app-tauri/e2e/specs/audio-fallback.spec.ts:35)
`apps/screenpipe-app-tauri/e2e/specs/audio-fallback.spec.ts:35` calls `GET http://127.0.0.1:11435/notifications` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:11435/notifications` If this points at …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:${settings.port}/speakers/search?name=${encodeURIComponent(name)} (apps/screenpipe-app-tauri/components/settings/hooks/use-voice-training.ts:28)
`apps/screenpipe-app-tauri/components/settings/hooks/use-voice-training.ts:28` calls `GET http://localhost:${settings.port}/speakers/search?name=${encodeURIComponent(name)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matchi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:11434/api/tags (apps/screenpipe-app-tauri/components/settings/ai-presets.tsx:911)
`apps/screenpipe-app-tauri/components/settings/ai-presets.tsx:911` calls `GET http://localhost:11434/api/tags` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:11434/api/tags` If this points at an exte…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:11434/api/tags (apps/screenpipe-app-tauri/components/settings/connections-section.tsx:1577)
`apps/screenpipe-app-tauri/components/settings/connections-section.tsx:1577` calls `GET http://localhost:11434/api/tags` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:11434/api/tags` If this points …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:1234/v1/models (apps/screenpipe-app-tauri/components/settings/connections-section.tsx:1624)
`apps/screenpipe-app-tauri/components/settings/connections-section.tsx:1624` calls `GET http://localhost:1234/v1/models` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:1234/v1/models` If this points …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3030/health (apps/screenpipe-app-tauri/e2e/helpers/test-utils.ts:26)
`apps/screenpipe-app-tauri/e2e/helpers/test-utils.ts:26` calls `GET http://localhost:3030/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3030/health` If this points at an external API, prefix…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3030/health (apps/screenpipe-app-tauri/e2e/tests/app-lifecycle.js:101)
`apps/screenpipe-app-tauri/e2e/tests/app-lifecycle.js:101` calls `GET http://localhost:3030/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3030/health` If this points at an external API, pref…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3030/health (apps/screenpipe-app-tauri/e2e/tests/onboarding-flow.js:162)
`apps/screenpipe-app-tauri/e2e/tests/onboarding-flow.js:162` calls `GET http://localhost:3030/health` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3030/health` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3030/pipes/${encodeURIComponent(name)} (apps/screenpipe-app-tauri/e2e/specs/pipes.spec.ts:330)
`apps/screenpipe-app-tauri/e2e/specs/pipes.spec.ts:330` calls `GET http://localhost:3030/pipes/${encodeURIComponent(name)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3030/pipes/<p>` If this poin…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3030/pipes/list (.github/scripts/e2e/test-app-launch.ts:124)
`.github/scripts/e2e/test-app-launch.ts:124` calls `GET http://localhost:3030/pipes/list` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3030/pipes/list` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3030/pipes/list (apps/screenpipe-app-tauri/e2e/specs/pipes.spec.ts:247)
`apps/screenpipe-app-tauri/e2e/specs/pipes.spec.ts:247` calls `GET http://localhost:3030/pipes/list` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3030/pipes/list` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3030/pipes/store?sort=popular (apps/screenpipe-app-tauri/e2e/specs/pipes.spec.ts:164)
`apps/screenpipe-app-tauri/e2e/specs/pipes.spec.ts:164` calls `GET http://localhost:3030/pipes/store?sort=popular` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3030/pipes/store` If this points at a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3030/pipes/store?sort=popular (apps/screenpipe-app-tauri/e2e/specs/pipes.spec.ts:246)
`apps/screenpipe-app-tauri/e2e/specs/pipes.spec.ts:246` calls `GET http://localhost:3030/pipes/store?sort=popular` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3030/pipes/store` If this points at a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3030/search?limit=1 (.github/scripts/e2e/test-app-launch.ts:122)
`.github/scripts/e2e/test-app-launch.ts:122` calls `GET http://localhost:3030/search?limit=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3030/search` If this points at an external API, prefix it …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3030/search?limit=1 (.github/scripts/e2e/test-lifecycle.ts:297)
`.github/scripts/e2e/test-lifecycle.ts:297` calls `GET http://localhost:3030/search?limit=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3030/search` If this points at an external API, prefix it w…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3030/search?limit=1&content_type=ocr (.github/scripts/e2e/test-lifecycle.ts:108)
`.github/scripts/e2e/test-lifecycle.ts:108` calls `GET http://localhost:3030/search?limit=1&content_type=ocr` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3030/search` If this points at an external…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3030/search?limit=1&content_type=ocr&offset=${i} (.github/scripts/e2e/test-lifecycle.ts:464)
`.github/scripts/e2e/test-lifecycle.ts:464` calls `GET http://localhost:3030/search?limit=1&content_type=ocr&offset=${i}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3030/search` If this points at…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3030/search?limit=1&q=${encodeURIComponent(query)} (apps/screenpipe-app-tauri/e2e/tests/timeline-navigation.js:185)
`apps/screenpipe-app-tauri/e2e/tests/timeline-navigation.js:185` calls `GET http://localhost:3030/search?limit=1&q=${encodeURIComponent(query)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3030/se…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3030/search?limit=1&q=test${i} (.github/scripts/e2e/test-lifecycle.ts:93)
`.github/scripts/e2e/test-lifecycle.ts:93` calls `GET http://localhost:3030/search?limit=1&q=test${i}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3030/search` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3030/search?limit=10&content_type=ocr (apps/screenpipe-app-tauri/e2e/tests/timeline-navigation.js:198)
`apps/screenpipe-app-tauri/e2e/tests/timeline-navigation.js:198` calls `GET http://localhost:3030/search?limit=10&content_type=ocr` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3030/search` If this…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3030/search?limit=10&content_type=ocr (apps/screenpipe-app-tauri/e2e/tests/timeline-navigation.js:98)
`apps/screenpipe-app-tauri/e2e/tests/timeline-navigation.js:98` calls `GET http://localhost:3030/search?limit=10&content_type=ocr` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3030/search` If this …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3030/search?limit=20&content_type=ocr (apps/screenpipe-app-tauri/e2e/tests/timeline-navigation.js:122)
`apps/screenpipe-app-tauri/e2e/tests/timeline-navigation.js:122` calls `GET http://localhost:3030/search?limit=20&content_type=ocr` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3030/search` If this…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3030/search?limit=5&content_type=audio (apps/screenpipe-app-tauri/e2e/tests/timeline-navigation.js:241)
`apps/screenpipe-app-tauri/e2e/tests/timeline-navigation.js:241` calls `GET http://localhost:3030/search?limit=5&content_type=audio` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3030/search` If thi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3030/search?limit=5&content_type=ocr (apps/screenpipe-app-tauri/e2e/tests/timeline-navigation.js:140)
`apps/screenpipe-app-tauri/e2e/tests/timeline-navigation.js:140` calls `GET http://localhost:3030/search?limit=5&content_type=ocr` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3030/search` If this …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3030/search?limit=5&content_type=ocr (apps/screenpipe-app-tauri/e2e/tests/timeline-navigation.js:258)
`apps/screenpipe-app-tauri/e2e/tests/timeline-navigation.js:258` calls `GET http://localhost:3030/search?limit=5&content_type=ocr` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3030/search` If this …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3030/search?limit=5&q=e2e (.github/scripts/e2e/test-lifecycle.ts:110)
`.github/scripts/e2e/test-lifecycle.ts:110` calls `GET http://localhost:3030/search?limit=5&q=e2e` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3030/search` If this points at an external API, prefi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3030/search?q=%3Cscript%3Ealert(1)%3C%2Fscript%3E&limit=1 (apps/screenpipe-app-tauri/e2e/tests/app-lifecycle.js:232)
`apps/screenpipe-app-tauri/e2e/tests/app-lifecycle.js:232` calls `GET http://localhost:3030/search?q=%3Cscript%3Ealert(1)%3C%2Fscript%3E&limit=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3030/s…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://localhost:3030/search?q=%E4%B8%AD%E6%96%87&limit=1 (apps/screenpipe-app-tauri/e2e/tests/app-lifecycle.js:49)
`apps/screenpipe-app-tauri/e2e/tests/app-lifecycle.js:49` calls `GET http://localhost:3030/search?q=%E4%B8%AD%E6%96%87&limit=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:3030/search` If this poi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.openai.com/v1/models (apps/screenpipe-app-tauri/components/rewind/ai-presets-selector.tsx:357)
`apps/screenpipe-app-tauri/components/rewind/ai-presets-selector.tsx:357` calls `GET https://api.openai.com/v1/models` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/models` If this points a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.openai.com/v1/models (apps/screenpipe-app-tauri/components/rewind/ai-presets-selector.tsx:405)
`apps/screenpipe-app-tauri/components/rewind/ai-presets-selector.tsx:405` calls `GET https://api.openai.com/v1/models` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/models` If this points a…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.openai.com/v1/models (apps/screenpipe-app-tauri/components/settings/ai-presets.tsx:1022)
`apps/screenpipe-app-tauri/components/settings/ai-presets.tsx:1022` calls `GET https://api.openai.com/v1/models` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/models` If this points at an e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.openai.com/v1/models (apps/screenpipe-app-tauri/components/settings/ai-presets.tsx:927)
`apps/screenpipe-app-tauri/components/settings/ai-presets.tsx:927` calls `GET https://api.openai.com/v1/models` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.openai.com/v1/models` If this points at an ex…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.screenpipe.com/v1/models (apps/screenpipe-app-tauri/components/rewind/ai-presets-selector.tsx:209)
`apps/screenpipe-app-tauri/components/rewind/ai-presets-selector.tsx:209` calls `GET https://api.screenpipe.com/v1/models` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.screenpipe.com/v1/models` If this …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.screenpipe.com/v1/models (apps/screenpipe-app-tauri/components/settings/ai-presets.tsx:1066)
`apps/screenpipe-app-tauri/components/settings/ai-presets.tsx:1066` calls `GET https://api.screenpipe.com/v1/models` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.screenpipe.com/v1/models` If this points…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://atc.tinfoil.sh/attestation (packages/ai-gateway/src/handlers/tinfoil-proxy.ts:57)
`packages/ai-gateway/src/handlers/tinfoil-proxy.ts:57` calls `GET https://atc.tinfoil.sh/attestation` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/atc.tinfoil.sh/attestation` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://screenpi.pe/api/cloud-sync/subscription?userId=${userId}&email=${encodeURIComponent(email)} (apps/screenpipe-app-tauri/components/settings/sync-settings.tsx:964)
`apps/screenpipe-app-tauri/components/settings/sync-settings.tsx:964` calls `GET https://screenpi.pe/api/cloud-sync/subscription?userId=${userId}&email=${encodeURIComponent(email)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used fo…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://screenpi.pe/api/enterprise/policy (ee/desktop/lib/admin-policy.ts:33)
`ee/desktop/lib/admin-policy.ts:33` calls `GET https://screenpi.pe/api/enterprise/policy` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/screenpi.pe/api/enterprise/policy` If this points at an external API, p…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://screenpi.pe/api/user (packages/ai-gateway/src/utils/subscription.ts:91)
`packages/ai-gateway/src/utils/subscription.ts:91` calls `GET https://screenpi.pe/api/user` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/screenpi.pe/api/user` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${cfg.port}${path} (apps/screenpipe-app-tauri/e2e/specs/hd-recording-pipeline.spec.ts:98)
`apps/screenpipe-app-tauri/e2e/specs/hd-recording-pipeline.spec.ts:98` calls `POST http://127.0.0.1:${cfg.port}${path}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/<p>` If this points at an e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${FOCUS_SERVER_PORT}/focus (apps/screenpipe-app-tauri/e2e/specs/focus-server.spec.ts:38)
`apps/screenpipe-app-tauri/e2e/specs/focus-server.spec.ts:38` calls `POST http://127.0.0.1:${FOCUS_SERVER_PORT}/focus` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/127.0.0.1:/<p>/focus` If this points at an …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://127.0.0.1:${port}/connections/browsers/owned-default/navigate (apps/screenpipe-app-tauri/e2e/specs/zz-owned-browser-background-nav.spec.ts:203)
`apps/screenpipe-app-tauri/e2e/specs/zz-owned-browser-background-nav.spec.ts:203` calls `POST http://127.0.0.1:${port}/connections/browsers/owned-default/navigate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:${serverPort}/export (packages/screenpipe-mcp/src/export-video.test.ts:103)
`packages/screenpipe-mcp/src/export-video.test.ts:103` calls `POST http://localhost:${serverPort}/export` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>/export` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:${serverPort}/export (packages/screenpipe-mcp/src/export-video.test.ts:115)
`packages/screenpipe-mcp/src/export-video.test.ts:115` calls `POST http://localhost:${serverPort}/export` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>/export` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:${serverPort}/export (packages/screenpipe-mcp/src/export-video.test.ts:68)
`packages/screenpipe-mcp/src/export-video.test.ts:68` calls `POST http://localhost:${serverPort}/export` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:/<p>/export` If this points at an external API,…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST http://localhost:11435/notify (packages/screenpipe-mcp/src/index.ts:1454)
`packages/screenpipe-mcp/src/index.ts:1454` calls `POST http://localhost:11435/notify` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/localhost:11435/notify` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.screenpipe.com/v1/chat/completions (apps/screenpipe-app-tauri/components/rewind/region-ocr-overlay.tsx:153)
`apps/screenpipe-app-tauri/components/rewind/region-ocr-overlay.tsx:153` calls `POST https://api.screenpipe.com/v1/chat/completions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.screenpipe.com/v1/chat/c…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.screenpipe.com/v1/web-search (apps/screenpipe-app-tauri/src-tauri/assets/extensions/web-search.ts:37)
`apps/screenpipe-app-tauri/src-tauri/assets/extensions/web-search.ts:37` calls `POST https://api.screenpipe.com/v1/web-search` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.screenpipe.com/v1/web-search` …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.screenpipe.com/v1/web-search (crates/screenpipe-core/assets/extensions/web-search.ts:46)
`crates/screenpipe-core/assets/extensions/web-search.ts:46` calls `POST https://api.screenpipe.com/v1/web-search` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.screenpipe.com/v1/web-search` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://oauth2.googleapis.com/token (packages/ai-gateway/src/providers/vertex.ts:137)
`packages/ai-gateway/src/providers/vertex.ts:137` calls `POST https://oauth2.googleapis.com/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/oauth2.googleapis.com/token` If this points at an external API…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://screenpi.pe/api/cloud-sync/checkout (apps/screenpipe-app-tauri/components/onboarding/connect-apps.tsx:613)
`apps/screenpipe-app-tauri/components/onboarding/connect-apps.tsx:613` calls `POST https://screenpi.pe/api/cloud-sync/checkout` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/screenpi.pe/api/cloud-sync/checko…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://screenpi.pe/api/cloud-sync/checkout (apps/screenpipe-app-tauri/components/settings/account-section.tsx:118)
`apps/screenpipe-app-tauri/components/settings/account-section.tsx:118` calls `POST https://screenpi.pe/api/cloud-sync/checkout` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/screenpi.pe/api/cloud-sync/check…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://screenpi.pe/api/cloud-sync/checkout (apps/screenpipe-app-tauri/components/settings/ai-presets.tsx:1508)
`apps/screenpipe-app-tauri/components/settings/ai-presets.tsx:1508` calls `POST https://screenpi.pe/api/cloud-sync/checkout` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/screenpi.pe/api/cloud-sync/checkout`…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://screenpi.pe/api/cloud-sync/checkout (apps/screenpipe-app-tauri/components/settings/archive-settings.tsx:193)
`apps/screenpipe-app-tauri/components/settings/archive-settings.tsx:193` calls `POST https://screenpi.pe/api/cloud-sync/checkout` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/screenpi.pe/api/cloud-sync/chec…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://screenpi.pe/api/cloud-sync/checkout (apps/screenpipe-app-tauri/components/settings/recording-settings.tsx:2168)
`apps/screenpipe-app-tauri/components/settings/recording-settings.tsx:2168` calls `POST https://screenpi.pe/api/cloud-sync/checkout` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/screenpi.pe/api/cloud-sync/c…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://screenpi.pe/api/cloud-sync/checkout (apps/screenpipe-app-tauri/components/settings/sync-settings.tsx:1053)
`apps/screenpipe-app-tauri/components/settings/sync-settings.tsx:1053` calls `POST https://screenpi.pe/api/cloud-sync/checkout` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/screenpi.pe/api/cloud-sync/checko…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://screenpi.pe/api/license/validate (ee/desktop/lib/license-validation.ts:32)
`ee/desktop/lib/license-validation.ts:32` calls `POST https://screenpi.pe/api/license/validate` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/screenpi.pe/api/license/validate` If this points at an external A…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://screenpi.pe/api/pipes/share (apps/screenpipe-app-tauri/components/settings/pipes-section.tsx:838)
`apps/screenpipe-app-tauri/components/settings/pipes-section.tsx:838` calls `POST https://screenpi.pe/api/pipes/share` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/screenpi.pe/api/pipes/share` If this point…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://screenpi.pe/api/referral/invite (apps/screenpipe-app-tauri/app/settings/page.tsx:84)
`apps/screenpipe-app-tauri/app/settings/page.tsx:84` calls `POST https://screenpi.pe/api/referral/invite` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/screenpi.pe/api/referral/invite` If this points at an e…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://screenpi.pe/api/referral/invite (apps/screenpipe-app-tauri/components/settings/referral-card.tsx:81)
`apps/screenpipe-app-tauri/components/settings/referral-card.tsx:81` calls `POST https://screenpi.pe/api/referral/invite` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/screenpi.pe/api/referral/invite` If thi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://screenpi.pe/api/user (apps/screenpipe-app-tauri/lib/hooks/use-settings.tsx:1187)
`apps/screenpipe-app-tauri/lib/hooks/use-settings.tsx:1187` calls `POST https://screenpi.pe/api/user` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/screenpi.pe/api/user` If this points at an external API, pr…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://screenpipe.com/api/user (packages/ai-gateway/src/utils/auth.ts:283)
`packages/ai-gateway/src/utils/auth.ts:283` calls `POST https://screenpipe.com/api/user` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/screenpipe.com/api/user` If this points at an external API, prefix it wi…
Dangling fetchFetch
high System graph hardware Supply chain conf 1.00 2 occurrences Dockerfile pipes a remote installer into a shell
Executing downloaded code during image build gives the remote endpoint build-time code execution. Prefer pinned packages or verify downloaded installers by checksum/signature.
lines 8, 71
.devcontainer/Dockerfile:8, 71 (2 hits)
containersRemote installer
high System graph security auth conf 1.00 FastAPI POST `filter_pii` without auth dependency — packages/privacy-filter/server.py:135
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
packages/privacy-filter/server.py:135 securityAuth fastapi unauth mutation
high System graph cicd CI/CD security conf 1.00 GitHub Action tracks a moving branch
trufflesecurity/trufflehog@main can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/gitleaks.yml:35 CI/CD securitySupply chainGithub actions
high System graph cicd CI/CD security conf 1.00 GitHub Action tracks a moving branch
bnjbvr/cargo-machete@main can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/style.yml:50 CI/CD securitySupply chainGithub actions
high System graph security security conf 1.00 Insecure pattern 'eval_used' in apps/screenpipe-app-tauri/src-tauri/src/window/show.rs:476
Found a known-risky pattern (eval_used). Review and replace if possible.
apps/screenpipe-app-tauri/src-tauri/src/window/show.rs:476 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in crates/screenpipe-engine/src/routes/browser.rs:130
Found a known-risky pattern (eval_used). Review and replace if possible.
crates/screenpipe-engine/src/routes/browser.rs:130 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in crates/screenpipe-rfdetr-mlx/src/backbone/mod.rs:102
Found a known-risky pattern (eval_used). Review and replace if possible.
crates/screenpipe-rfdetr-mlx/src/backbone/mod.rs:102 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in crates/screenpipe-rfdetr-mlx/src/decoder/mod.rs:516
Found a known-risky pattern (eval_used). Review and replace if possible.
crates/screenpipe-rfdetr-mlx/src/decoder/mod.rs:516 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in crates/screenpipe-rfdetr-mlx/src/deformable_attn/mod.rs:61
Found a known-risky pattern (eval_used). Review and replace if possible.
crates/screenpipe-rfdetr-mlx/src/deformable_attn/mod.rs:61 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in crates/screenpipe-rfdetr-mlx/src/lib.rs:161
Found a known-risky pattern (eval_used). Review and replace if possible.
crates/screenpipe-rfdetr-mlx/src/lib.rs:161 Eval used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in packages/e2e/src/suites/cli.ts:38
Found a known-risky pattern (exec_used). Review and replace if possible.
packages/e2e/src/suites/cli.ts:38 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in packages/e2e/src/suites/models.ts:90
Found a known-risky pattern (exec_used). Review and replace if possible.
packages/e2e/src/suites/models.ts:90 Exec used
medium Security checks security auth conf 0.92 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks but does not define .repobility/access.yml or equivalent authorization documentation.
Add .repobility/access.yml mapping routes to anonymous, authenticated, owner, admin, and super_admin. Keep business-specific rules in the repo so CI can enforce them.
high Security checks security auth conf 0.66 [AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: ANY /.
Define whether this endpoint is admin-only or super_admin-only, then enforce that distinction in code and .repobility/access.yml.
crates/screenpipe-engine/src/server.rs:796
high Security checks security auth conf 0.66 [AUC004] Admin route does not show super_admin separation: An administrative route was detected without nearby evidence that platform super_admin access is separated from tenant/application admin access. Endpoint: ANY /ai/status.
Define whether this endpoint is admin-only or super_admin-only, then enforce that distinction in code and .repobility/access.yml.
crates/screenpipe-engine/src/server.rs:787
high Security checks security auth conf 0.68 2 occurrences [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: ANY /:id.
Require an explicit admin, maintainer, super_admin, or scoped service role in code and .repobility/access.yml.
lines 807, 808
crates/screenpipe-engine/src/server.rs:807, 808 (2 hits)
high Security checks security auth conf 0.68 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: ANY /app-icon.
Require an explicit admin, maintainer, super_admin, or scoped service role in code and .repobility/access.yml.
apps/screenpipe-app-tauri/src-tauri/src/server.rs:259
high Security checks security auth conf 0.68 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: ANY /auth.
Require an explicit admin, maintainer, super_admin, or scoped service role in code and .repobility/access.yml.
apps/screenpipe-app-tauri/src-tauri/src/server.rs:258
high Security checks security auth conf 0.68 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: ANY /browsers.
Require an explicit admin, maintainer, super_admin, or scoped service role in code and .repobility/access.yml.
crates/screenpipe-engine/src/connections_api.rs:2497
high Security checks security auth conf 0.68 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: ANY /browsers/:id/navigate.
Require an explicit admin, maintainer, super_admin, or scoped service role in code and .repobility/access.yml.
crates/screenpipe-engine/src/connections_api.rs:2499
high Security checks security auth conf 0.68 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: ANY /browsers/:id/snapshot.
Require an explicit admin, maintainer, super_admin, or scoped service role in code and .repobility/access.yml.
crates/screenpipe-engine/src/connections_api.rs:2500
high Security checks security auth conf 0.68 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: ANY /inbox.
Require an explicit admin, maintainer, super_admin, or scoped service role in code and .repobility/access.yml.
apps/screenpipe-app-tauri/src-tauri/src/server.rs:256
high Security checks security auth conf 0.68 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: ANY /log.
Require an explicit admin, maintainer, super_admin, or scoped service role in code and .repobility/access.yml.
apps/screenpipe-app-tauri/src-tauri/src/server.rs:257
high Security checks security auth conf 0.68 [AUC009] Sensitive function route lacks elevated authorization evidence: A route appears to perform a sensitive function such as export, invite, role, token, billing, or destructive action without elevated policy evidence. Endpoint: ANY /window-size.
Require an explicit admin, maintainer, super_admin, or scoped service role in code and .repobility/access.yml.
apps/screenpipe-app-tauri/src-tauri/src/server.rs:260
medium Security checks quality Error handling conf 1.00 3 occurrences [ERR002] Empty Catch Block: Empty catch blocks hide errors.
Log the error or rethrow it. Use console.error() at minimum.
3 files, 3 locations
apps/screenpipe-app-tauri/app/error.tsx:41
apps/screenpipe-app-tauri/app/global-error.tsx:39
apps/screenpipe-app-tauri/app/providers.tsx:68
medium Security checks quality Quality conf 1.00 [SEC087] JS: weak Math.random for crypto: Math.random() is not cryptographically secure; using it for tokens/keys/nonces is predictable. Ported from gosec G404 / eslint detect-pseudoRandomBytes concept (Apache-2.0).
Use `crypto.randomBytes(32).toString('hex')` (Node) or `crypto.getRandomValues()` (browser).
apps/screenpipe-app-tauri/components/changelog-dialog.tsx:187
low Security checks quality Quality conf 1.00 [SEC136] AI-typical over-broad exception handler swallowing all errors: Catch-all exception block that silently returns success or no-ops. AI agents reach for this pattern when a flaky test or an unfamiliar API throws — wrap, swallow, return success. Real bugs are masked, observability is destroyed, and callers think the operation worked. CWE-396 (improperly-generalized exception). Distinct from intentional fallback because there's no log line and the success value is fabricated.
Catch the specific exception type, log at error level with full exception info, and return a failure-shaped result. If the operation is genuinely best-effort, log at warning and document why in a comment so the next reader (or scanner) knows.
ee/sdk/index.js:22
high Security checks quality Quality conf 0.72 Agent control bridge may listen on a network interface without visible auth
Bind local agent bridges to 127.0.0.1 by default. If remote access is required, require a bearer token or mTLS, enforce origin/CSRF checks for browser clients, and document the threat model.
packages/privacy-filter/server.py:34
medium Security checks cicd CI/CD security conf 0.90 Docker build context has no .dockerignore
Add .dockerignore with at least .git, .env, private keys, dependency folders, build outputs, and local databases.
.dockerignore CI/CD securitycontainers
high Security checks quality Quality conf 0.74 Frontend API reference is not matched by discovered backend routes
Add the backend route, update the frontend constant to the implemented endpoint, or document that the route is served by another service and exclude it with .repobilityignore.
apps/screenpipe-app-tauri/lib/utils/tauri.ts:1758
high Security checks quality Quality conf 0.80 8 occurrences localStorage write failures are swallowed silently
Handle QuotaExceededError explicitly, show a toast or error state, and guide the user to export/clear old local data. Log non-quota failures for diagnostics.
8 files, 8 locations
apps/screenpipe-app-tauri/app/layout.tsx:282
apps/screenpipe-app-tauri/components/chat-sidebar.tsx:117
apps/screenpipe-app-tauri/components/hooks/use-chat-conversations.ts:166
apps/screenpipe-app-tauri/lib/chat-utils.ts:145
apps/screenpipe-app-tauri/lib/hooks/use-enterprise-policy.ts:267
apps/screenpipe-app-tauri/lib/hooks/use-sidebar-width.tsx:44
ee/desktop/lib/admin-policy.ts:53
ee/desktop/lib/license-validation.ts:66
medium Security checks quality Quality conf 0.68 Ollama audio payload path may mislead users about direct model audio
Gate direct audio sending on a verified runtime capability check. Until supported, show a one-time notice that voice is transcribed in the browser and only text is sent to the model.
apps/screenpipe-app-tauri/lib/utils/validation.ts:41
medium Security checks quality Quality conf 0.78 React interval is created without an explicit cleanup
Store the interval id and return a useEffect cleanup that calls clearInterval. Also clear the interval in explicit stop/end handlers when relevant.
apps/screenpipe-app-tauri/lib/hooks/use-running-pipes.ts:170
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — apps/screenpipe-app-tauri/app/layout.tsx:334
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — apps/screenpipe-app-tauri/components/rewind/mermaid-diagram.tsx:192
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — .github/scripts/e2e/lib.ts:319
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — .github/scripts/e2e/test-api.ts:11
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — .github/scripts/e2e/test-lifecycle.ts:108
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — .github/scripts/e2e/test-windows.ts:46
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/screenpipe-app-tauri/app/overlay/page.tsx:282
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/screenpipe-app-tauri/components/notification-bell.tsx:51
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/screenpipe-app-tauri/components/onboarding/engine-startup.tsx:767
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/screenpipe-app-tauri/components/rewind/region-ocr-overlay.tsx:153
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/screenpipe-app-tauri/components/settings/ai-presets.tsx:927
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/screenpipe-app-tauri/components/settings/pipes-section.tsx:868
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/screenpipe-app-tauri/components/settings/sync-settings.tsx:964
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/screenpipe-app-tauri/components/share-logs-button.tsx:241
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/screenpipe-app-tauri/e2e/mock-updates/updater-harness.ts:224
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/screenpipe-app-tauri/e2e/specs/api.spec.ts:48
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/screenpipe-app-tauri/e2e/specs/audio-fallback.spec.ts:35
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/screenpipe-app-tauri/e2e/specs/meeting-note-bottom-click.spec.ts:133
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/screenpipe-app-tauri/lib/__tests__/team-api-contract.test.ts:19
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/screenpipe-app-tauri/lib/api.ts:240
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/screenpipe-app-tauri/lib/hooks/__tests__/server-poll-logic.test.ts:211
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/screenpipe-app-tauri/lib/hooks/use-sql-autocomplete.tsx:237
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/screenpipe-app-tauri/lib/hooks/use-team.ts:268
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/screenpipe-app-tauri/scripts/pre_build.js:647
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/ai-gateway/src/handlers/transcription.ts:122
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/ai-gateway/src/index.ts:652
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/ai-gateway/src/providers/anthropic-proxy.ts:82
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/ai-gateway/src/providers/gemini.ts:119
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/ai-gateway/src/providers/vertex-maas.ts:68
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/ai-gateway/src/providers/vertex.ts:137
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/ai-gateway/src/services/usage-tracker.ts:362
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/ai-gateway/src/test/vertex-proxy.test.ts:50
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/ai-gateway/src/utils/auth.ts:194
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/ai-gateway/src/utils/rate-limiter.ts:19
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/ai-gateway/src/utils/voice-utils.ts:196
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/browser-extension/src/options.ts:186
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/e2e/src/suites/api.ts:33
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/screenpipe-mcp/src/export-video.test.ts:68
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/screenpipe-mcp/src/http-server.test.ts:226
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/screenpipe-mcp/src/http-server.ts:190
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/screenpipe-mcp/src/index.ts:230
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph hardware Supply chain conf 1.00 Docker base image uses a mutable or implicit tag: transformers
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
packages/privacy-filter/Dockerfile:37 containersPinned dependencies
medium System graph hardware Security conf 1.00 Dockerfile runs as root: docker/linux-test/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph cicd CI/CD security conf 1.00 64 occurrences GitHub Action is tag-pinned rather than SHA-pinned
benchmark-action/github-action-benchmark@v1 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
12 files, 60 locations
.github/workflows/e2e-test.yml:31, 55, 89, 98, 110, 154, 445, 454, +4 more (12 hits)
.github/workflows/sdk.yml:45, 49, 78, 85, 89, 123 (10 hits)
.github/workflows/release-enterprise.yml:44, 58, 77, 113, 176, 301, 311 (7 hits)
.github/workflows/ci.yml:51, 99, 107, 112, 266, 292 (6 hits)
.github/workflows/release-app.yml:272, 283, 323, 468, 1561 (5 hits)
.github/workflows/privacy-filter-release.yml:47, 50, 53, 61 (4 hits)
.github/workflows/release-cli.yml:72, 258, 305, 427 (4 hits)
.github/workflows/e2e-macos.yml:39, 45, 80 (3 hits)
CI/CD securitySupply chainGitHub Actions
medium System graph cicd CI/CD security conf 1.00 6 occurrences GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
6 files, 6 locations
.github/workflows/privacy-filter-release.yml
.github/workflows/release-app.yml
.github/workflows/release-cli.yml
.github/workflows/release-mcp.yml
.github/workflows/sdk-release.yml
.github/workflows/sync-skills.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in apps/screenpipe-app-tauri/app/layout.tsx:334
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
apps/screenpipe-app-tauri/app/layout.tsx:334 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in apps/screenpipe-app-tauri/components/rewind/mermaid-diagram.tsx:192
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
apps/screenpipe-app-tauri/components/rewind/mermaid-diagram.tsx:192 Dangerous innerhtml
medium System graph network Security conf 1.00 Privileged port 256 in use
Port 256 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
packages/privacy-filter/tinfoil-config.yml Ports
medium System graph network Security conf 1.00 Privileged port 62 in use
Port 62 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
packages/privacy-filter/tinfoil-config.yml Ports
low Security checks cicd CI/CD security conf 0.72 Dockerfile installs recommended OS packages
Add `--no-install-recommends` and explicitly list only packages the image needs.
.devcontainer/Dockerfile:11 CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.72 Dockerfile keeps pip download cache
Use `pip install --no-cache-dir ...` in container builds.
packages/privacy-filter/Dockerfile:27 CI/CD securitycontainers
low Security checks quality Quality conf 0.60 23 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
12 files, 15 locations
apps/screenpipe-app-tauri/components/settings/google-docs-card.tsx:154, 183 (2 hits)
apps/screenpipe-app-tauri/components/settings/google-sheets-card.tsx:107, 108 (2 hits)
crates/screenpipe-a11y/src/tree/windows_lines.rs:17, 20 (2 hits)
apps/screenpipe-app-tauri/app/shortcut-reminder/screen-matrix.tsx:72
apps/screenpipe-app-tauri/components/notification-bell.tsx:42
apps/screenpipe-app-tauri/components/notification-handler.tsx:227
apps/screenpipe-app-tauri/components/settings/google-calendar-card.tsx:262
apps/screenpipe-app-tauri/components/settings/ics-calendar-card.tsx:23
duplicationquality
low Security checks quality Quality conf 0.70 Generated build artifact directory is present at repository root
Remove generated output from version control, add it to .gitignore and .dockerignore where relevant, and regenerate it in CI or release jobs.
coverage:1
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: mcr.microsoft.com/devcontainers/base:ubuntu-22.04
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
.devcontainer/Dockerfile:2 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: python:3.11-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
packages/privacy-filter/Dockerfile:8 containersPinned dependencies
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/components/__tests__/clean-pipe-stdout.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/components/__tests__/global-chat-mentions.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/components/__tests__/markdown-viewer-link.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/components/__tests__/pipe-activity-indicator.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/components/chat/source-citation-footer.test.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/components/rewind/__tests__/search-result-strip.test.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/components/rewind/thumbnail-highlight-overlay.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/components/rewind/ui/popover.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/components/splash-screen.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/components/ui/alert.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/components/ui/button.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/components/ui/card.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/components/ui/checkbox.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/components/ui/label.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/components/ui/popover.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/components/ui/progress.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/components/ui/select.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/components/ui/separator.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/components/ui/slider.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/components/ui/switch.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/components/ui/tabs.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/components/ui/textarea.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/components/ui/toast.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/components/ui/tooltip.tsx
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/lib/__tests__/chat-queue-controls.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/lib/__tests__/chat-title-generation.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/lib/__tests__/chat-utils-title-filter.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/lib/__tests__/chat-utils.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/lib/__tests__/owned-browser-ownership.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/lib/__tests__/team-crypto.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/lib/chat-utils.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/lib/chat/__tests__/system-prompt.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/lib/chat/__tests__/tool-presentation.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/lib/constants/connections.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/lib/events/__tests__/types.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/lib/language.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/lib/stores/feedback-store.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/lib/summary-templates.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/lib/utils/chat-test-body.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/lib/utils/media-file-path.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/lib/utils/meeting-context.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/lib/utils/meeting-state.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/lib/utils/notification-toggle.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/lib/utils/pick-pipe-preset.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/lib/utils/redact-pii.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/lib/utils/sanitize-tool-call-xml.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/lib/utils/validation.test.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/tailwind.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/vitest.config.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph software Dead code candidate conf 1.00 File has no detected symbols: apps/screenpipe-app-tauri/vitest.setup.ts
Source file with no class/function declarations — possible config, dead code, or scratch file.
low System graph cicd CI/CD security conf 1.00 74 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/upload-artifact@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
12 files, 66 locations
.github/workflows/release-cli.yml:69, 92, 226, 237, 410, 424, 528, 538, +4 more (12 hits)
.github/workflows/sdk.yml:43, 77, 81, 99, 122, 126, 145, 173 (10 hits)
.github/workflows/e2e-test.yml:77, 146, 233, 245, 476, 487, 533, 545 (8 hits)
.github/workflows/eval-diarization.yml:75, 133, 144, 440 (7 hits)
.github/workflows/benchmark.yml:36, 58, 78, 100, 118, 124 (6 hits)
.github/workflows/release-enterprise.yml:49, 90, 287, 306, 323, 642 (6 hits)
.github/workflows/release-app.yml:277, 340, 357, 370, 388 (5 hits)
.github/workflows/eval-meeting-detection.yml:51, 157 (3 hits)
CI/CD securitySupply chainGitHub Actions
low System graph quality Tests conf 1.00 Low test-to-source ratio
186 tests / 965 src (ratio 0.19).
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `manualLegacy` in apps/screenpipe-app-tauri/lib/utils/meeting-state.test.ts:18
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `validateAuthLegacy` in packages/ai-gateway/src/utils/auth.ts:163
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph cicd CI/CD security conf 1.00 package.json defines install-time lifecycle scripts
preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access.
packages/cli/screenpipe/package.json CI/CD securitySupply chainNpm
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — .github/scripts/e2e/lib.ts:144
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — .github/scripts/e2e/run-all.ts:52
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — .github/scripts/e2e/test-app-launch.ts:76
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — .github/scripts/e2e/test-capture-fidelity.ts:61
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — .github/scripts/e2e/test-lifecycle.ts:87
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — .github/scripts/e2e/test-main-window.ts:88
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — .github/scripts/e2e/test-permissions.ts:58
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — .github/scripts/e2e/test-recording.ts:22
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — .github/scripts/e2e/test-tray.ts:34
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — .github/scripts/e2e/test-windows.ts:17
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/app/layout.tsx:218
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/app/overlay/page.tsx:234
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/components/__tests__/url-detection-benchmark.test.ts:98
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/components/deeplink-handler.tsx:63
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/components/model-download-tracker.tsx:120
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/components/notification-handler.tsx:65
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/components/onboarding/connect-apps.tsx:142
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/components/rewind/hooks/use-frame-loading.ts:186
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/components/rewind/hooks/use-live-text.ts:100
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/components/rewind/timeline/timeline-controls.tsx:185
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/components/settings/account-section.tsx:68
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/components/settings/ai-presets.tsx:1025
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/components/settings/apple-intelligence-card.tsx:101
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/components/settings/recording-settings.tsx:1946
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/components/settings/shortcut-row.tsx:122
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/components/settings/sync-settings.tsx:775
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/components/standalone-chat.tsx:3432
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/e2e/helpers/screenshot-utils.ts:22
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/e2e/helpers/test-recorder.ts:41
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/e2e/mock-updates/updater-harness.ts:193
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/e2e/scripts/generate-coverage-report.ts:840
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/e2e/specs/chat-newchat-duplicate.spec.ts:222
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/e2e/specs/chat-streaming-performance.spec.ts:512
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/e2e/specs/chat-within-session-context-loss.spec.ts:206
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/e2e/specs/macos-ui-performance.spec.ts:159
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/e2e/specs/meeting-note-bottom-click.spec.ts:110
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/e2e/specs/pipes.spec.ts:55
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/e2e/specs/zz-owned-browser-background-nav.spec.ts:338
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/e2e/tests/app-lifecycle.js:38
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/e2e/tests/mcp-integration.js:65
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/e2e/tests/onboarding-flow.js:113
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/e2e/tests/search-api.js:124
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/e2e/tests/settings-persistence.js:179
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/e2e/tests/timeline-navigation.js:114
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/e2e/tests/timeline-performance.js:40
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/e2e/tests/websocket-performance.js:41
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/e2e/tests/window-overlay.js:78
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/e2e/wdio.conf.ts:63
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/lib/actions/has-frames-date.ts:64
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/lib/chat-storage.ts:588
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/lib/hooks/__tests__/server-poll-logic.test.ts:190
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/lib/hooks/__tests__/server-push-old-frames.test.ts:113
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/lib/hooks/__tests__/timeline-store-logic.test.ts:194
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/lib/hooks/use-audio-playback.tsx:236
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/lib/hooks/use-enterprise-pipes.ts:101
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/lib/hooks/use-enterprise-policy.ts:388
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/lib/hooks/use-health-check.tsx:204
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/lib/hooks/use-is-enterprise-build.ts:20
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/lib/hooks/use-permission-monitor.tsx:41
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/lib/notifications.ts:24
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/scripts/find_tools.js:14
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/scripts/pre_build.js:24
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/screenpipe-app-tauri/scripts/setup_openblas.js:45
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — coverage/scripts/generate-core-engine-coverage-report.ts:941
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — coverage/scripts/generate-unified-coverage-report.ts:153
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — ee/sdk/examples/electron-app/main.js:154
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/ai-gateway/src/index.ts:42
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak

Showing first 300 of 379. Refine filters or use the findings page for deep search.

For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/1bdba35f-ca3c-4a95-82bb-1ef852d02a25/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/1bdba35f-ca3c-4a95-82bb-1ef852d02a25/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.