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.
Upstream (GitHub) caused delay on this scan — not Repobility.
  • GitHub API rate-limited (HTTP 403) — preflight skipped, fell back to direct git clone.
  • Clone from GitHub took 55.76s for a 179.7 MB repo slow.
  • Repobility's analysis ran in 32.95s after the clone landed.

vm0-ai/vm0

https://github.com/vm0-ai/vm0 · scanned 2026-06-16 00:55 UTC (2 months, 1 week ago) · 10 languages

2412 raw signals (261 security + 2151 graph) 6th percentile · Typescript · huge (>500K LoC)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v3 · last Δ -9.7 (diff) · 749 actionable findings from 2 signal sources. 229 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 40.0 0.15 6.00
security_score 100.0 0.25 25.00
testing_score 100.0 0.20 20.00
documentation_score 98.0 0.15 14.70
practices_score 82.0 0.15 12.30
code_quality 51.0 0.10 5.10
Overall 1.00 83.1
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 Repository scanned at 49.2/100 with 100.0% coverage. It contains 21059 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 742 findings — concentrated in quality (342), frontend (251), cicd (75). Risk profile is high: 16 critical, 2 high, 230 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 503 of 749 actionable findings. 978 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 software dependencies conf 0.90 ✓ Repobility 3 occurrences [MINED133] Hardcoded Discord webhook URL in source: File contains a hardcoded `Discord` webhook URL: `https://discord.com/api/webhooks/123/abc...`. Webhook URLs are unauthenticated POST endpoints — anyone with the URL can send messages. They are also a common data-exfiltration channel for compromised packages (malicious post-install collects env vars + POSTs them).
Move the URL to a secret manager / environment variable. Rotate the webhook immediately if this is a live URL (consider it compromised the moment it landed in git).
3 files, 3 locations
crates/runner/mitm-addon/tests/test_firewall_auth.py:336
crates/runner/mitm-addon/tests/test_firewall_rewrite.py:32
crates/runner/mitm-addon/tests/test_url_utils.py:11
critical Security checks security secrets conf 1.00 [SEC010] Cloud Provider Token: Cloud provider or SaaS API token found in source code.
Remove immediately and rotate the token. Use environment variables.
turbo/packages/firewalls-generator/src/sendgrid.ts:17
critical Security checks security Secret conf 1.00 [SEC051] Stripe live/test key: Stripe API key (live or test). Live keys can charge real cards. Ported from gitleaks stripe-access-token (MIT).
Roll the key in Stripe Dashboard immediately. If a live key was committed, audit Stripe events for unauthorized charges.
turbo/packages/firewalls-generator/src/clerk.ts:42
critical Security checks security Secret conf 1.00 [SEC056] GitLab personal access token: GitLab personal access token. Ported from gitleaks gitlab-pat (MIT).
Revoke the token in GitLab -> User Settings -> Access Tokens.
turbo/packages/firewalls-generator/src/gitlab.ts:14
low Security checks cicd CI/CD security conf 0.35 ✓ Repobility 25 occurrences Workflow references repository secrets in a pull_request workflow
Fork pull_request runs do not receive normal repository secrets on GitHub Actions. Review this as a reliability/intent signal, not as direct fork-secret exfiltration. Raise severity only for pull_request_target or another trusted-context path that runs untrusted PR code with secrets.
lines 181, 286, 295, 395, 396, 397, 438, 454, +17 more
.github/workflows/crates.yml:181, 286, 295, 395, 396, 397, 438, 454, +17 more (25 hits)
CI/CD securityworkflow secretsGitHub Actions
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in crates/vsock-guest/src/user.rs
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 261, 274
crates/vsock-guest/src/user.rs:261, 274 (2 hits)
critical System graph security Secrets conf 1.00 3 occurrences Possible secret in turbo/packages/api-contracts/src/contracts/model-providers.ts
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
lines 870, 880, 883
turbo/packages/api-contracts/src/contracts/model-providers.ts:870, 880, 883 (3 hits)
critical System graph security Secrets conf 1.00 Possible secret in turbo/packages/connectors/src/connectors/servicenow.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
turbo/packages/connectors/src/connectors/servicenow.ts:44
critical System graph security Secrets conf 1.00 Possible secret in turbo/packages/firewalls-generator/src/bland.ts
Detected pattern matching openai_or_anthropic_key. Rotate the credential and move to a secret manager.
turbo/packages/firewalls-generator/src/bland.ts:12
critical System graph security Secrets conf 1.00 Possible secret in turbo/packages/firewalls-generator/src/cronlytic.ts
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
turbo/packages/firewalls-generator/src/cronlytic.ts:4
critical System graph security Secrets conf 1.00 Possible secret in turbo/packages/firewalls-generator/src/deepseek.ts
Detected pattern matching openai_or_anthropic_key. Rotate the credential and move to a secret manager.
turbo/packages/firewalls-generator/src/deepseek.ts:14
critical System graph security Secrets conf 1.00 Possible secret in turbo/packages/firewalls-generator/src/stability-ai.ts
Detected pattern matching openai_or_anthropic_key. Rotate the credential and move to a secret manager.
turbo/packages/firewalls-generator/src/stability-ai.ts:14
critical System graph security Secrets conf 1.00 Runtime dotenv file present in repo: e2e/.env.local.tpl
`e2e/.env.local.tpl` looks like a runtime dotenv file. It contains secret-looking assignments for CLERK_PUBLISHABLE_KEY, CLERK_SECRET_KEY, BYTEPLUS_API_KEY. Move real values to a secret manager and keep only `.env.example` style templates in source control.
e2e/.env.local.tpl ConfigEnv fileRuntime env
critical System graph security Secrets conf 1.00 Runtime dotenv file present in repo: scripts/.env.local.tpl
`scripts/.env.local.tpl` looks like a runtime dotenv file. It contains secret-looking assignments for CF_ACCESS_CLIENT_SECRET, CF_DNS_AND_TUNNEL_API_TOKEN, CF_ZERO_HOST_WORKER_DEPLOY_API_TOKEN, OFFICIAL_RUNNER_SECRET, R2_ACCESS_KEY_ID. Move real values to a secret manager and keep only `.env.exampl…
scripts/.env.local.tpl ConfigEnv fileRuntime env
critical System graph security Secrets conf 1.00 Runtime dotenv file present in repo: turbo/apps/api/.env.local.tpl
`turbo/apps/api/.env.local.tpl` looks like a runtime dotenv file. It contains secret-looking assignments for CLERK_SECRET_KEY, CLERK_PUBLISHABLE_KEY, VM0_MACHINE_SECRET_KEY, E2B_API_KEY, VERCEL_TOKEN. Move real values to a secret manager and keep only `.env.example` style templates in source contro…
turbo/apps/api/.env.local.tpl ConfigEnv fileRuntime env
critical System graph security Secrets conf 1.00 Runtime dotenv file present in repo: turbo/apps/platform/.env.local.tpl
`turbo/apps/platform/.env.local.tpl` looks like a runtime dotenv file. It contains secret-looking assignments for VITE_CLERK_PUBLISHABLE_KEY, VITE_VAPID_PUBLIC_KEY, VITE_SENTRY_DSN. Move real values to a secret manager and keep only `.env.example` style templates in source control.
turbo/apps/platform/.env.local.tpl ConfigEnv fileRuntime env
critical System graph security Secrets conf 1.00 Runtime dotenv file present in repo: turbo/apps/web/.env.local.tpl
`turbo/apps/web/.env.local.tpl` looks like a runtime dotenv file. It contains secret-looking assignments for CLERK_SECRET_KEY, CLERK_PUBLISHABLE_KEY, SENTRY_DSN_WEB. Move real values to a secret manager and keep only `.env.example` style templates in source control.
turbo/apps/web/.env.local.tpl ConfigEnv fileRuntime env
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: GET /f/:userId/:id/:filename.
Add ownership, tenant, relationship, or policy checks before reading or mutating the target object.
turbo/apps/web/app/f/[userId]/[id]/[filename]/route.ts:45
high Security checks software dependencies conf 0.90 ✓ Repobility [MINED118] Dockerfile FROM `ubuntu:24.04` not pinned by digest: `FROM ubuntu:24.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 ubuntu:24.04@sha256:<digest>`. Get the digest from `docker manifest inspect`. Re-pin via a scheduled bot (Renovate, Dependabot).
docker/toolchain/Dockerfile:2
high Security checks software dependencies conf 0.90 ✓ Repobility 25 occurrences [MINED126] Workflow container/services image `ghcr.io/vm0-ai/vm0-toolchain:20260525` unpinned: `container/services image: ghcr.io/vm0-ai/vm0-toolchain:20260525` without `@sha256:...` pulls a mutable tag at workflow-run time. Treat workflow container references with the same supply-chain discipline as Dockerfile FROM lines.
Replace with `ghcr.io/vm0-ai/vm0-toolchain:20260525@sha256:<digest>`. Re-pin via Dependabot Docker scope.
8 files, 25 locations
.github/workflows/release-please.yml:85, 283, 414, 603, 749, 876, 994, 1110, +4 more (12 hits)
.github/workflows/crates.yml:61, 247, 303, 364 (4 hits)
.github/workflows/turbo.yml:108, 356, 380, 393 (4 hits)
.github/workflows/cleanup-stale.yml:20
.github/workflows/cleanup.yml:85
.github/workflows/rollback-runner.yml:53
.github/workflows/runner-image.yml:202
.github/workflows/security.yml:63
low Security checks security path traversal conf 0.80 [SEC013] Path Traversal — User Input in File Path: User-controlled input used in file path without sanitization. Allows reading arbitrary files.
Use os.path.realpath() and verify the path starts with your expected base directory. Use secure_filename() for uploads.
crates/runner/mitm-addon/scripts/update-x-tlds.py:48
high Security checks quality Quality conf 1.00 [SEC080] Python: tarfile.extractall without filter: tarfile.extract*() without filter='data' allows path-traversal (CVE-2007-4559, fixed via PEP 706 in 3.12). Ported from bandit B202 (Apache-2.0).
Add `filter='data'` (Python ≥ 3.12) or manually validate member paths against `os.path.abspath`.
turbo/apps/cli/src/commands/volume/pull.ts:97
high Security checks quality Quality conf 1.00 [SEC080] Python: tarfile.extractall without filter: tarfile.extract*() without filter='data' allows path-traversal (CVE-2007-4559, fixed via PEP 706 in 3.12). Ported from bandit B202 (Apache-2.0).
Add `filter='data'` (Python ≥ 3.12) or manually validate member paths against `os.path.abspath`.
turbo/apps/cli/src/commands/artifact/pull.ts:104
high Security checks security Crypto conf 1.00 [SEC113] SSH host-key verification disabled (MITM): Accepting any SSH host key on first connect lets an active MITM impersonate the server. Common in `paramiko.AutoAddPolicy()`.
Python: load `~/.ssh/known_hosts` and use `paramiko.RejectPolicy()`. Go: implement a `ssh.HostKeyCallback` that compares against a known fingerprint. Java JSch: load known_hosts via `jsch.setKnownHosts(...)`.
scripts/cf-ssh.sh:116
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.
turbo/apps/api/src/signals/services/zero-runs-create.service.ts:224
high Security checks cicd CI/CD security conf 0.92 2 occurrences Dockerfile pipes a remote script into a shell
Download the artifact, verify its checksum or signature, pin the version, and then execute it.
lines 19, 49
docker/toolchain/Dockerfile:19, 49 (2 hits)
CI/CD securitycontainers
medium Security checks cicd CI/CD security conf 0.90 ✓ Repobility 61 occurrences GitHub Action is tag-pinned rather than SHA-pinned
[MINED115] Action `Swatinem/rust-cache` pinned to mutable ref `@v2`: `uses: Swatinem/rust-cache@v2` resolves at workflow-run time. Tags and branches can be re-pushed by the action owner; that made the tj-actions/changed-files compromise (2025) instantly affect ~23K repos. Pin to a 40-char commit SH…
7 files, 61 locations
.github/workflows/release-please.yml:39, 100, 168, 215, 240, 263, 455, 471, +17 more (25 hits)
.github/workflows/turbo.yml:489, 496, 639, 646, 671, 678, 723, 730, +7 more (15 hits)
.github/workflows/docker-toolchain-publish.yml:41, 44, 52, 67, 82, 129, 132 (7 hits)
.github/workflows/crates.yml:252, 284, 309, 318, 336, 376 (6 hits)
.github/workflows/rollback-runner.yml:85, 199, 215 (3 hits)
.github/workflows/security.yml:113, 130, 138 (3 hits)
.github/workflows/docker-toolchain.yml:37, 42 (2 hits)
CI/CD securitySupply chainGitHub Actions
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.
turbo/apps/platform/src/views/device-bb0/bb0-device-page.tsx:246
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 19, 49
docker/toolchain/Dockerfile:19, 49 (2 hits)
containersRemote installer
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.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: GET /f/:userId/:id/:filename.
Require an explicit admin, maintainer, super_admin, or scoped service role in code and .repobility/access.yml.
turbo/apps/web/app/f/[userId]/[id]/[filename]/route.ts:45
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: GET /monday-app-association.json.
Require an explicit admin, maintainer, super_admin, or scoped service role in code and .repobility/access.yml.
turbo/apps/web/app/monday-app-association.json/route.ts:4
low Security checks quality Error handling conf 1.00 [ERR002] Empty Catch Block: Empty catch blocks hide errors.
Log the error or rethrow it. Use console.error() at minimum.
turbo/apps/platform/custom-eslint/rules/no-empty-promise-catch.ts:46
medium Security checks software Open redirect conf 1.00 [SEC046] Client-side open redirect — window.location = server-supplied URL: Assigning window.location from a server-supplied URL trusts the server endpoint to never return a hostile destination. If that endpoint is ever subverted (compromised admin, JSON injection, MITM on a webhook), users get redirected to a phishing site they trust because the original page is yours. CWE-601 (server-side OR client-side). Complement to server-side SEC030.
Validate the URL is same-origin or on an explicit allowlist before assignment: const u = new URL(serverUrl, location.href); if (u.origin !== location.origin && !ALLOWED.includes(u.host)) return; location.assign(u); Even better: have the server return a path (/checkout/done) instead of a full …
turbo/apps/web/app/desktop-auth/consume/DesktopAuthConsumeClient.tsx:61
medium Security checks software Open redirect conf 1.00 [SEC046] Client-side open redirect — window.location = server-supplied URL: Assigning window.location from a server-supplied URL trusts the server endpoint to never return a hostile destination. If that endpoint is ever subverted (compromised admin, JSON injection, MITM on a webhook), users get redirected to a phishing site they trust because the original page is yours. CWE-601 (server-side OR client-side). Complement to server-side SEC030.
Validate the URL is same-origin or on an explicit allowlist before assignment: const u = new URL(serverUrl, location.href); if (u.origin !== location.origin && !ALLOWED.includes(u.host)) return; location.assign(u); Even better: have the server return a path (/checkout/done) instead of a full …
turbo/apps/web/app/desktop-auth/callback/DesktopAuthCallbackClient.tsx:87
medium Security checks cicd CI/CD security conf 0.86 Database dump or local database file is included in Docker build context
Move database dumps outside the Docker build context or exclude them with .dockerignore. Keep backup and restore artifacts in private object storage or a dedicated backup workflow.
.dockerignore CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.82 Docker final stage has no non-root USER
Add a non-root USER in the final runtime stage after files and permissions are prepared.
docker/toolchain/Dockerfile:123 CI/CD securitycontainers
high Security checks quality Quality conf 0.74 15 occurrences 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.
12 files, 14 locations
turbo/apps/api/src/signals/routes/model-stats.ts:32, 62 (2 hits)
turbo/apps/api/src/signals/services/agent-webhook-events.service.ts:62, 67 (2 hits)
turbo/apps/api/src/signals/routes/github-oauth.ts:57
turbo/apps/api/src/signals/routes/internal-callbacks-chat.ts:164
turbo/apps/api/src/signals/routes/internal-event-consumers-agentphone-typing.ts:92
turbo/apps/api/src/signals/routes/internal-event-consumers-telegram-typing.ts:68
turbo/apps/api/src/signals/routes/zero-chat-messages.ts:250
turbo/apps/api/src/signals/routes/zero-connectors.ts:558
medium Security checks quality Quality conf 0.70 Public web app has no Content Security Policy
Add a Content-Security-Policy header through the web framework or hosting config. For static apps, add a CSP meta tag that restricts default-src, script-src, connect-src, img-src, and frame-ancestors.
index.html
medium Security checks quality Quality conf 0.78 Public web service has no security.txt
Add /.well-known/security.txt with Contact, Expires, Canonical, Preferred-Languages, and Policy fields. Keep the contact endpoint monitored.
.well-known/security.txt
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — turbo/apps/platform/src/views/zero-page/zero-directed-connect-page.tsx:197
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 — turbo/apps/web/app/[locale]/blog/page.tsx:101
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 — turbo/apps/web/app/[locale]/docs/[...slug]/page.tsx:170
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 — turbo/apps/web/app/[locale]/docs/page.tsx:104
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 — turbo/apps/web/app/[locale]/security/page.tsx:79
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 — turbo/apps/web/app/components/AvatarCustomizer.tsx:219
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 — turbo/apps/web/app/layout.tsx:173
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 — turbo/packages/ui/src/components/ui/table.tsx:12
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 — e2e/playwright/lib/clerk-api.ts:23
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 — turbo/apps/api/custom-eslint/rules/signal-check-await.ts:16
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 — turbo/apps/api/src/lib/slack-client.ts: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 — turbo/apps/api/src/signals/external/clerk-membership-requests.ts:32
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 — turbo/apps/api/src/signals/external/openrouter.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 — turbo/apps/api/src/signals/external/slack-file-fetcher.ts:49
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 — turbo/apps/api/src/signals/external/telegram-client.ts:97
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 — turbo/apps/api/src/signals/routes/audio-transcriptions-v1.ts:289
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 — turbo/apps/api/src/signals/routes/internal-event-consumers-agentphone-typing.ts:52
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 — turbo/apps/api/src/signals/routes/zero-billing-redeem-code.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 — turbo/apps/api/src/signals/routes/zero-integrations-github-download-file.ts:155
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 — turbo/apps/api/src/signals/routes/zero-integrations-phone-download-file.ts:65
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 — turbo/apps/api/src/signals/routes/zero-integrations-telegram.ts: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 — turbo/apps/api/src/signals/routes/zero-voice-io-stt.ts:111
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 — turbo/apps/api/src/signals/services/agent-run-callback.service.ts:143
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 — turbo/apps/api/src/signals/services/agent-run-callbacks.service.ts:81
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 — turbo/apps/api/src/signals/services/automations/describe.ts:57
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 — turbo/apps/api/src/signals/services/github-app.service.ts:77
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 — turbo/apps/api/src/signals/services/google-drive-artifact-sync.service.ts:157
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 — turbo/apps/api/src/signals/services/run-summary.service.ts:37
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 — turbo/apps/api/src/signals/services/zero-banking.service.ts:205
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 — turbo/apps/api/src/signals/services/zero-chat-title.service.ts:86
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 — turbo/apps/api/src/signals/services/zero-email-common.service.ts:926
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 — turbo/apps/api/src/signals/services/zero-image-io-generate.service.ts:1384
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 — turbo/apps/api/src/signals/services/zero-maps.service.ts:168
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 — turbo/apps/api/src/signals/services/zero-video-io-generate.service.ts:1175
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 — turbo/apps/cli/src/commands/artifact/pull.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 — turbo/apps/cli/src/commands/volume/pull.ts:61
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 — turbo/apps/cli/src/commands/zero/github/upload-file.ts:105
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 — turbo/apps/cli/src/commands/zero/phone/upload-file.ts:86
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 — turbo/apps/cli/src/commands/zero/slack/upload-file.ts:60
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 — turbo/apps/cli/src/commands/zero/telegram/upload-file.ts:106
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 — turbo/apps/cli/src/lib/api/auth.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 — turbo/apps/cli/src/lib/api/domains/web.ts:541
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 — turbo/apps/cli/src/lib/api/domains/zero-banking.ts:69
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 — turbo/apps/cli/src/lib/api/domains/zero-computer-use.ts:161
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 — turbo/apps/cli/src/lib/api/domains/zero-host.ts:61
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 — turbo/apps/cli/src/lib/api/domains/zero-maps.ts:74
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 — turbo/apps/cli/src/lib/host/clone-hosted-site.ts:95
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 — turbo/apps/cli/src/lib/host/publish-static-site.ts:73
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 — turbo/apps/cli/src/lib/storage/clone-utils.ts:80
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 — turbo/apps/desktop/scripts/computer-use-eval.ts:394
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 — turbo/apps/desktop/src/desktop-auth-session.ts: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 — turbo/apps/desktop/src/desktop-computer-use-api.ts:30
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 — turbo/apps/desktop/src/main.ts:289
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 — turbo/apps/host-worker/src/index.test.ts:89
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 — turbo/apps/host-worker/src/index.ts:294
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 — turbo/apps/platform/custom-eslint/__tests__/no-mockapi-raw-async.test.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 — turbo/apps/platform/custom-eslint/__tests__/require-accept.test.ts:62
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 — turbo/apps/platform/custom-eslint/__tests__/signal-check-await.test.ts:16
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 — turbo/apps/platform/custom-eslint/rules/signal-check-await.ts:16
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 — turbo/apps/platform/public/mockServiceWorker.js:238
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 — turbo/apps/platform/public/sw.js:67
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 — turbo/apps/platform/src/signals/fetch.ts:167
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 — turbo/apps/platform/src/signals/zero-page/chat-draft.ts:168
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 — turbo/apps/platform/src/views/zero-page/presentation-html-editor.tsx:94
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 — turbo/apps/web/__tests__/api-backend-rewrite-proxy.test.ts:3195
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 — turbo/apps/web/app/[locale]/rankings/page.tsx:179
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 — turbo/apps/web/app/[locale]/use-cases/[slug]/opengraph-image.tsx:62
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 — turbo/apps/web/app/cli-auth/page.tsx:39
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 — turbo/apps/web/app/components/AvatarCustomizer.tsx:125
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 — turbo/apps/web/app/desktop-auth/callback/DesktopAuthCallbackClient.tsx:62
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 — turbo/apps/web/app/desktop-auth/completeDesktopAuth.ts:26
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 — turbo/apps/web/app/desktop-auth/consume/DesktopAuthConsumeClient.tsx: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 — turbo/apps/web/app/export/page.tsx:329
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 — turbo/packages/connectors/src/auth-providers/connectors/ahrefs/oauth.ts:63
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 — turbo/packages/connectors/src/auth-providers/connectors/airtable/oauth.ts:104
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 — turbo/packages/connectors/src/auth-providers/connectors/asana/oauth.ts:59
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 — turbo/packages/connectors/src/auth-providers/connectors/aws/sts.ts:45
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 — turbo/packages/connectors/src/auth-providers/connectors/base44/oauth.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 — turbo/packages/connectors/src/auth-providers/connectors/canva/oauth.ts:164
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 — turbo/packages/connectors/src/auth-providers/connectors/close/oauth.ts:58
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 — turbo/packages/connectors/src/auth-providers/connectors/cloudflare/oauth.ts:83
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 — turbo/packages/connectors/src/auth-providers/connectors/deel/oauth.ts:164
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 — turbo/packages/connectors/src/auth-providers/connectors/docusign/oauth.ts:107
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 — turbo/packages/connectors/src/auth-providers/connectors/dropbox/oauth.ts:66
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 — turbo/packages/connectors/src/auth-providers/connectors/figma/oauth.ts:67
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 — turbo/packages/connectors/src/auth-providers/connectors/garmin-connect/oauth.ts:104
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 — turbo/packages/connectors/src/auth-providers/connectors/github/oauth.ts:56
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 — turbo/packages/connectors/src/auth-providers/connectors/gmail/oauth.ts:56
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 — turbo/packages/connectors/src/auth-providers/connectors/gumroad/oauth.ts:56
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 — turbo/packages/connectors/src/auth-providers/connectors/hubspot/oauth.ts:61
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 — turbo/packages/connectors/src/auth-providers/connectors/intervals-icu/oauth.ts:52
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 — turbo/packages/connectors/src/auth-providers/connectors/linear/oauth.ts:67
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 — turbo/packages/connectors/src/auth-providers/connectors/mailchimp/oauth.ts:54
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 — turbo/packages/connectors/src/auth-providers/connectors/mercury/oauth.ts:63
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 — turbo/packages/connectors/src/auth-providers/connectors/meta-ads/oauth.ts:60
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 — turbo/packages/connectors/src/auth-providers/connectors/monday/oauth.ts:63
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 — turbo/packages/connectors/src/auth-providers/connectors/neon/oauth.ts:64
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 — turbo/packages/connectors/src/auth-providers/connectors/notion/oauth.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 — turbo/packages/connectors/src/auth-providers/connectors/posthog/oauth.ts:62
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 — turbo/packages/connectors/src/auth-providers/connectors/reddit/oauth.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 — turbo/packages/connectors/src/auth-providers/connectors/sentry/oauth.ts:61
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 — turbo/packages/connectors/src/auth-providers/connectors/slack/oauth.ts:53
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 — turbo/packages/connectors/src/auth-providers/connectors/slock/oauth.ts:253
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 — turbo/packages/connectors/src/auth-providers/connectors/spotify/oauth.ts:67
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 — turbo/packages/connectors/src/auth-providers/connectors/strava/oauth.ts:64
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 — turbo/packages/connectors/src/auth-providers/connectors/stripe/cli.ts:250
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 — turbo/packages/connectors/src/auth-providers/connectors/stripe/oauth.ts:62
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 — turbo/packages/connectors/src/auth-providers/connectors/supabase/oauth.ts:165
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 — turbo/packages/connectors/src/auth-providers/connectors/test-oauth-device/oauth.ts:84
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 — turbo/packages/connectors/src/auth-providers/connectors/test-oauth/oauth.ts:242
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 — turbo/packages/connectors/src/auth-providers/connectors/tiktok-ads/oauth.ts:101
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 — turbo/packages/connectors/src/auth-providers/connectors/todoist/oauth.ts:54
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 — turbo/packages/connectors/src/auth-providers/connectors/vercel/oauth.ts:49
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 — turbo/packages/connectors/src/auth-providers/connectors/webflow/oauth.ts: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 — turbo/packages/connectors/src/auth-providers/connectors/x/oauth.ts:164
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 — turbo/packages/connectors/src/auth-providers/connectors/xero/oauth.ts:64
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 — turbo/packages/connectors/src/auth-providers/connectors/zoom/oauth.ts:69
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 — turbo/packages/connectors/src/auth-providers/oauth/google.ts:72
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 — turbo/packages/connectors/src/auth-providers/oauth/microsoft.ts:77
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 — turbo/packages/firewalls-generator/src/codegen.ts:321
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 — turbo/packages/firewalls-generator/src/google.ts:290
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 — turbo/packages/firewalls-generator/src/update-specs.ts:395
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 — turbo/packages/firewalls-generator/src/xero.ts:34
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 Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/defensive-code-cleanup.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/commands/defensive-code-cleanup.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/tech-debt-issue.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/commands/tech-debt-issue.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/tech-debt-research.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/commands/tech-debt-research.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/notes/16847-phase3-recon.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/notes/16847-phase3-recon.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/notes/16847-phase4-plan.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/notes/16847-phase4-plan.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/cli-design/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/cli-design/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing lockfile. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph hardware Security conf 1.00 Dockerfile runs as root: docker/toolchain/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 4 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.
4 files, 4 locations
.github/workflows/cleanup-stale.yml
.github/workflows/docker-toolchain-publish.yml
.github/workflows/release-please.yml
.github/workflows/turbo.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in turbo/apps/web/app/[locale]/blog/page.tsx:101
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
turbo/apps/web/app/[locale]/blog/page.tsx:101 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in turbo/apps/web/app/[locale]/docs/[...slug]/page.tsx:170
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
turbo/apps/web/app/[locale]/docs/[...slug]/page.tsx:170 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in turbo/apps/web/app/[locale]/docs/page.tsx:104
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
turbo/apps/web/app/[locale]/docs/page.tsx:104 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in turbo/apps/web/app/[locale]/security/page.tsx:79
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
turbo/apps/web/app/[locale]/security/page.tsx:79 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in turbo/apps/web/app/components/AvatarCustomizer.tsx:219
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
turbo/apps/web/app/components/AvatarCustomizer.tsx:219 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in turbo/apps/web/app/layout.tsx:173
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
turbo/apps/web/app/layout.tsx:173 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in turbo/packages/ui/src/components/ui/table.tsx:12
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
turbo/packages/ui/src/components/ui/table.tsx:12 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in turbo/apps/platform/src/signals/zero-page/clipboard.ts:190
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
turbo/apps/platform/src/signals/zero-page/clipboard.ts:190 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in turbo/apps/platform/src/views/zero-page/presentation-html-edit-protocol.ts:171
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
turbo/apps/platform/src/views/zero-page/presentation-html-edit-protocol.ts:171 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in turbo/apps/platform/src/views/zero-page/presentation-html-pptx-download.ts:723
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
turbo/apps/platform/src/views/zero-page/presentation-html-pptx-download.ts:723 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in turbo/apps/cli/src/commands/zero/video/frames.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
turbo/apps/cli/src/commands/zero/video/frames.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in turbo/apps/cli/src/commands/zero/video/transcribe.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
turbo/apps/cli/src/commands/zero/video/transcribe.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in turbo/apps/cli/src/lib/utils/spawn.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
turbo/apps/cli/src/lib/utils/spawn.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in turbo/apps/cli/src/lib/utils/update-checker.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
turbo/apps/cli/src/lib/utils/update-checker.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in turbo/apps/cli/tsup.config.ts:3
Found a known-risky pattern (node_child_process). Review and replace if possible.
turbo/apps/cli/tsup.config.ts:3 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in turbo/apps/desktop/scripts/build-native-helper.js:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
turbo/apps/desktop/scripts/build-native-helper.js:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in turbo/apps/desktop/scripts/computer-use-eval.ts:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
turbo/apps/desktop/scripts/computer-use-eval.ts:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in turbo/apps/desktop/scripts/create-styled-dmg.mjs:3
Found a known-risky pattern (node_child_process). Review and replace if possible.
turbo/apps/desktop/scripts/create-styled-dmg.mjs:3 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in turbo/apps/desktop/scripts/run-forge-make-with-retry.js:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
turbo/apps/desktop/scripts/run-forge-make-with-retry.js:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in turbo/apps/desktop/scripts/run-packaged-app.js:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
turbo/apps/desktop/scripts/run-packaged-app.js:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in turbo/apps/desktop/src/computer-use-native.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
turbo/apps/desktop/src/computer-use-native.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in turbo/apps/desktop/src/vm0-computer.ts:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
turbo/apps/desktop/src/vm0-computer.ts:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in turbo/apps/web/custom-eslint/rules/no-new-api-routes.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
turbo/apps/web/custom-eslint/rules/no-new-api-routes.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in turbo/packages/db/scripts/detailed-schema-diff.ts:8
Found a known-risky pattern (node_child_process). Review and replace if possible.
turbo/packages/db/scripts/detailed-schema-diff.ts:8 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in turbo/packages/proxy/scripts/start-caddy.js:3
Found a known-risky pattern (node_child_process). Review and replace if possible.
turbo/packages/proxy/scripts/start-caddy.js:3 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in turbo/scripts/rebuild-snapshots-from-db.ts:30
Found a known-risky pattern (node_child_process). Review and replace if possible.
turbo/scripts/rebuild-snapshots-from-db.ts:30 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in turbo/scripts/rebuild-snapshots.ts:20
Found a known-risky pattern (node_child_process). Review and replace if possible.
turbo/scripts/rebuild-snapshots.ts:20 Node child process
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in turbo/apps/api/src/lib/cors.ts:79
Found a known-risky pattern (weak_hash). Review and replace if possible.
turbo/apps/api/src/lib/cors.ts:79 Weak hash
medium System graph security security conf 1.00 Insecure pattern 'weak_hash' in turbo/apps/web/proxy.cors.ts:99
Found a known-risky pattern (weak_hash). Review and replace if possible.
turbo/apps/web/proxy.cors.ts:99 Weak hash
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 1014 placeholder/mock markers across 412 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph network Security conf 1.00 Privileged port 1000 in use
Port 1000 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
crates/README.md Ports
medium System graph network Security conf 1.00 Privileged port 12 in use
Port 12 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
crates/runner/scripts/build-template.sh Ports
medium System graph network Security conf 1.00 Privileged port 20 in use
Port 20 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
crates/runner/scripts/build-template.sh Ports
medium System graph quality Placeholder conf 1.00 Runtime service client appears to use placeholder configuration
A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured.
Runtime configService clientGenerated repo pattern
low Security checks cicd CI/CD security conf 0.72 .dockerignore misses sensitive defaults
Add missing patterns such as .env, .git, private keys, certificates, dependency folders, and local databases.
.dockerignore CI/CD securitycontainers
low Security checks cicd CI/CD security conf 0.72 7 occurrences Dockerfile installs recommended OS packages
Add `--no-install-recommends` and explicitly list only packages the image needs.
lines 8, 19, 126, 139, 147, 152, 182
docker/toolchain/Dockerfile:8, 19, 126, 139, 147, 152, 182 (7 hits)
CI/CD securitycontainers
low Security checks quality Quality conf 0.60 18 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, 13 locations
turbo/apps/api/src/signals/routes/internal-callbacks-telegram.ts:180, 204 (2 hits)
crates/runner/src/cmd/start/job_spawn.rs:599
crates/runner/src/cmd/start/ownership.rs:111
crates/runner/src/kmsg_log.rs:32
crates/runner/src/provider/mod.rs:164
crates/sandbox-fc/src/snapshot/provider.rs:81
crates/vsock-guest/src/shell_command.rs:458
turbo/apps/api/src/lib/slack-webhook-blocks.ts:137
duplicationquality
low Security checks quality Quality conf 0.64 Public docs site has no llms.txt
Add llms.txt with the product summary, canonical docs, API endpoints, security guidance, and preferred CLI workflow for AI agents.
llms.txt
low Security checks quality Quality conf 0.50 Public web app has no humans.txt
Add humans.txt with team ownership, contact URL, key documentation links, and the last-updated date.
humans.txt
low Security checks quality Quality conf 0.74 Public web app has no robots.txt
Add robots.txt at the web root or a framework-native robots route. Include an explicit Sitemap directive and disallow only private paths.
robots.txt
low Security checks quality Quality conf 0.72 Public web app has no sitemap
Add sitemap.xml, a sitemap index, or a framework-native sitemap route and reference it from robots.txt.
sitemap.xml
high Security checks quality Quality conf 0.62 Source file name looks like an AI patch artifact
Rename it to the domain concept it implements or merge it into the existing module it was meant to change.
turbo/apps/platform/src/signals/zero-page/chat-draft.ts:1
low System graph quality Maintenance conf 1.00 33 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
low System graph quality Integrity conf 1.00 88 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `APP_URL`, `BLOG_BASE_URL`, `BLOG_DATA_SOURCE`, `CF_DNS_AND_TUNNEL_API_TOKEN`, `CI`, `CLERK_PUBLISHABLE_KEY`, `CLERK_SECRET_KEY`, `CLI_AGENT_TYPE` + 80 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break.
config drift
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 quality Debug conf 1.00 Debug logging residue appears in source files
Found 1328 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: ubuntu:24.04
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
docker/toolchain/Dockerfile:2 containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 34 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/github-script@v9 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
10 files, 34 locations
.github/workflows/crates.yml:84, 251, 309, 325, 326, 339, 375, 429, +7 more (15 hits)
.github/workflows/turbo.yml:546, 1075, 1372, 1546, 1626 (5 hits)
.github/workflows/cleanup-stale.yml:92, 236, 345, 487 (4 hits)
.github/workflows/docker-toolchain-publish.yml:38, 110, 123 (3 hits)
.github/workflows/desktop.yml:164, 293 (2 hits)
.github/workflows/cleanup.yml:156
.github/workflows/docker-toolchain.yml:34
.github/workflows/release-please.yml:90
CI/CD securitySupply chainGitHub Actions
low System graph quality Integrity conf 1.00 10 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: crates/runner/mitm-addon/src/registry.py:load_registry_state, crates/runner/mitm-addon/src/registry.py:load_registry This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or doc…
10 occurrences
repo-level (10 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: crates/runner/mitm-addon/src/usage/buffer/__init__.py:buffer_usage_events, crates/runner/mitm-addon/src/usage/buffer/__init__.py:buffer_model_usage_observations, crates/runner/mitm-addon/src/usage/buffer/__init__.py:buffer_source_usage_events, crates/…
duplicatesduplication
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: turbo/apps/api/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
turbo/apps/api/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: turbo/apps/cli/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
turbo/apps/cli/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: turbo/apps/desktop/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
turbo/apps/desktop/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: turbo/apps/host-worker/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
turbo/apps/host-worker/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: turbo/apps/platform/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
turbo/apps/platform/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: turbo/apps/web/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
turbo/apps/web/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: turbo/packages/api-contracts/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
turbo/packages/api-contracts/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: turbo/packages/api-services/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
turbo/packages/api-services/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: turbo/packages/connectors/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
turbo/packages/connectors/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: turbo/packages/core/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
turbo/packages/core/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: turbo/packages/db/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
turbo/packages/db/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: turbo/packages/eslint-config/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
turbo/packages/eslint-config/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: turbo/packages/firewalls-generator/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
turbo/packages/firewalls-generator/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: turbo/packages/ui/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
turbo/packages/ui/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `raw_url_copy` in crates/runner/mitm-addon/tests/test_utils.py:125
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 `showOld` in turbo/apps/cli/src/lib/events/tool-formatters.ts:294
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 `snap_bdd_old` in turbo/apps/api/src/signals/routes/__tests__/computer-use.bdd.test.ts:701
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 `stats_v2` in crates/runner/mitm-addon/src/generated/builtin_firewalls.py:10
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 `user_legacy` in turbo/apps/api/src/signals/auth/__tests__/tokens.test.ts:106
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 `withoutLegacy` in turbo/packages/core/src/instructions-frontmatter.ts:53
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.
turbo/package.json CI/CD securitySupply chainNpm
low System graph software Dead code conf 1.00 Possibly dead Python function: create_response_parser
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
crates/runner/mitm-addon/src/usage/providers/connectors/x.py:451
low System graph software Dead code conf 1.00 Possibly dead Python function: finish_json_state
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
crates/runner/mitm-addon/src/usage/providers/connectors/x.py:476
low System graph software Dead code conf 1.00 Possibly dead Python function: log_parse_error
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
crates/runner/mitm-addon/src/response_streaming.py:82
low System graph software Dead code conf 1.00 Possibly dead Python function: parse_segment
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
crates/runner/mitm-addon/src/matching.py:446
low System graph software Dead code conf 1.00 Possibly dead Python function: redirect_request
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
crates/runner/mitm-addon/scripts/update_x_tlds.py:31
low System graph software Dead code conf 1.00 Possibly dead Python function: redirect_request
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
crates/runner/mitm-addon/src/usage/webhook.py:36
low System graph software Dead code conf 1.00 Possibly dead Python function: replace_var
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
crates/runner/mitm-addon/src/registry.py:156
low System graph software Dead code conf 1.00 Possibly dead Python function: report_usage
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
crates/runner/mitm-addon/src/usage/providers/connectors/x.py:878
low System graph software Dead code conf 1.00 Possibly dead Python function: stream_and_buffer
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
crates/runner/mitm-addon/src/response_streaming.py:193
low System graph software Dead code conf 1.00 Possibly dead Python function: trusted_request_header_pairs
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
crates/runner/mitm-addon/src/auth_base_forwarder.py:348
low System graph software Dead code conf 1.00 Possibly dead Python function: wrapper
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
crates/runner/mitm-addon/src/body_decoding.py:72
low System graph software Dead code conf 1.00 Possibly dead Python function: writable
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
crates/runner/mitm-addon/src/body_decoding.py:128
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — e2e/playwright/global-setup.ts:10
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 — e2e/playwright/global-teardown.ts:6
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 — turbo/apps/api/custom-eslint/__tests__/no-catch-abort.test.ts:29
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 — turbo/apps/api/src/lib/log.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 — turbo/apps/api/src/signals/routes/__benches__/zero-chat-threads.bench.ts:109
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 — turbo/apps/api/src/signals/routes/__tests__/chat-files.bdd.test.ts:919
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 — turbo/apps/api/src/signals/routes/__tests__/cron-sync-skills.test.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 — turbo/apps/api/src/signals/routes/__tests__/host-maps.bdd.test.ts:73
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 — turbo/apps/cli/src/commands/artifact/clone.ts:16
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 — turbo/apps/cli/src/commands/artifact/init.ts:28
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 — turbo/apps/cli/src/commands/artifact/list.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 — turbo/apps/cli/src/commands/artifact/pull.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 — turbo/apps/cli/src/commands/artifact/push.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 — turbo/apps/cli/src/commands/artifact/status.ts:31
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 — turbo/apps/cli/src/commands/compose/index.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 — turbo/apps/cli/src/commands/info/index.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 — turbo/apps/cli/src/commands/init/index.ts:86
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 — turbo/apps/cli/src/commands/logs/index.ts:435
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 — turbo/apps/cli/src/commands/logs/search.ts:116
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 — turbo/apps/cli/src/commands/run/kill.ts:13
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 — turbo/apps/cli/src/commands/run/list.ts:135
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 — turbo/apps/cli/src/commands/run/queue.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 — turbo/apps/cli/src/commands/run/shared.ts:283
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 — turbo/apps/cli/src/commands/upgrade/index.ts:19
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 — turbo/apps/cli/src/commands/volume/clone.ts:16
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 — turbo/apps/cli/src/commands/volume/init.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 — turbo/apps/cli/src/commands/volume/list.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 — turbo/apps/cli/src/commands/volume/pull.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 — turbo/apps/cli/src/commands/volume/push.ts:27
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 — turbo/apps/cli/src/commands/volume/status.ts:31
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 — turbo/apps/cli/src/commands/whoami.ts:28
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 — turbo/apps/cli/src/commands/zero/agent/create.ts:118
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 — turbo/apps/cli/src/commands/zero/agent/delete.ts:36
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 — turbo/apps/cli/src/commands/zero/agent/edit.ts:224
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 — turbo/apps/cli/src/commands/zero/agent/list.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 — turbo/apps/cli/src/commands/zero/agent/view.ts:82
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 — turbo/apps/cli/src/commands/zero/automation/create.ts:117
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 — turbo/apps/cli/src/commands/zero/automation/delete.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 — turbo/apps/cli/src/commands/zero/automation/disable.ts:23
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 — turbo/apps/cli/src/commands/zero/automation/enable.ts:23
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 — turbo/apps/cli/src/commands/zero/automation/list.ts:33
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 — turbo/apps/cli/src/commands/zero/automation/run.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 — turbo/apps/cli/src/commands/zero/automation/show.ts:32
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 503. 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/c5e1fbe1-170b-4f36-b3c5-d92f53e41551/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/c5e1fbe1-170b-4f36-b3c5-d92f53e41551/

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.