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.

Samdifer/Athalon-Open-Claw

https://github.com/Samdifer/Athalon-Open-Claw · scanned 2026-06-16 00:04 UTC (2 months, 3 weeks ago)

984 raw signals (0 security + 984 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 920 actionable findings from 1 signal source. 64 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
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 65.3/100 with 100.0% coverage. It contains 17174 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 984 findings — concentrated in quality (598), frontend (303), security (56). Risk profile is high: 1 critical, 2 high, 146 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 246 of 920 actionable findings. 984 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 System graph security Secrets conf 1.00 Possible secret in apps/athelon-app/scripts/create-ap-preview-org.mjs
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
apps/athelon-app/scripts/create-ap-preview-org.mjs:72
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in apps/marketing/video/sixty-second-pitch/my-video/src/remotion/compiler.ts:110
Found a known-risky pattern (new_function_used). Review and replace if possible.
apps/marketing/video/sixty-second-pitch/my-video/src/remotion/compiler.ts:110 New function used
high System graph security Secrets conf 1.00 Runtime dotenv file present in repo: apps/athelon-demo/.env.local
`apps/athelon-demo/.env.local` looks like a runtime dotenv file. No high-confidence secret value was matched, but runtime dotenv files often drift into live credentials. Move real values to a secret manager and keep only `.env.example` style templates in source control.
apps/athelon-demo/.env.local ConfigEnv fileRuntime env
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — apps/athelon-app/app/(app)/parts/_components/labels/BinLabelTemplate.tsx:46
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — apps/athelon-app/app/(app)/parts/_components/labels/PartLabelTemplate.tsx:74
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — apps/athelon-app/app/(app)/scheduling/_native/LayerCapacity.tsx:135
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — apps/athelon-app/app/(app)/scheduling/_native/LayerPnL.tsx:123
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — apps/athelon-app/app/(public)/landing/page.tsx:220
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — apps/athelon-app/tests/e2e/landing-page-mobile.spec.ts:14
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — apps/marketing/landing/app/layout.tsx:40
Open XSS surface unless the input is provably trusted. Replace with explicit JSX or sanitize via a vetted library. Why: OWASP basics. Already partially flagged by the security analyzer. Rule id: fq.dangerous-html
Fq dangerous html
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — apps/marketing/landing/app/page.tsx:26
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 — apps/athelon-app/app/(app)/parts/scan/page.tsx: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 — apps/athelon-app/app/(app)/work-orders/[id]/_components/DocumentsPanel.tsx: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 — apps/athelon-app/app/(app)/work-orders/[id]/_components/WorkOrderDocuments.tsx:191
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/athelon-app/app/(public)/quote/sign/[token]/page.tsx:140
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/athelon-app/components/FileUpload.tsx:190
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/athelon-app/convex/adFeedSync.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 — apps/athelon-app/convex/documentIntelligence.ts:221
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/athelon-app/convex/faaLookup.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 — apps/athelon-app/hooks/useCameraUpload.ts:100
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/athelon-app/lib/dev-resources-data.ts:429
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/athelon-app/public/draco/draco_decoder.js:22
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/athelon-app/scripts/add-sam-avly-to-orgs.mjs:239
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/athelon-app/scripts/bughunter-cycle170-billing-rli-expire-rbac.test.mjs:121
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/athelon-app/scripts/bughunter-cycle43.test.mjs:381
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/athelon-app/scripts/bughunter-cycle51.test.mjs: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 — apps/athelon-app/scripts/seed-alpha-test.mjs: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 — apps/athelon-app/scripts/seed-avly.mjs:48
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/athelon-app/scripts/seed-haggan-demo.mjs: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 — apps/athelon-app/scripts/seed-haggan-live.mjs: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 — apps/athelon-app/scripts/seed-repair-station-scenario.mjs: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 — apps/athelon-app/scripts/seed-scheduler-stories.mjs:48
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/athelon-app/src/shared/components/FileUpload.tsx:190
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/athelon-app/src/shared/hooks/useCameraUpload.ts:100
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/athelon-app/src/shared/lib/dev-resources-data.ts:429
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — apps/marketing/video/sixty-second-pitch/my-video/src/lambda/api.ts:15
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 — knowledge/plans/quote-overhaul/reference/2026-06-07-source-drop/extracted/scheduler-main/pages/Contact.tsx: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 — ops/scripts/parts-compliance/migrate-backfill-compliance-fields.mjs: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 — ops/scripts/parts-compliance/migrate-condition-code-normalization.mjs:244
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 — ops/scripts/parts-compliance/verify-gap-closure.mjs:416
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: AVLY-VENTURE-RESEARCH-main/.claude/skills/compare-portfolio.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.
AVLY-VENTURE-RESEARCH-main/.claude/skills/compare-portfolio.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 quality Integrity conf 1.00 2 occurrences Frontend route `/landing/engine-lab` has no Link/navigate to it — apps/athelon-app/src/router/AppRouter.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
2 occurrences
repo-level (2 hits)
Orphan pageWiring
medium System graph quality Integrity conf 1.00 Frontend route `/portal/*` has no Link/navigate to it — apps/athelon-app/src/router/routeModules/customerPortalRoutes.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
Orphan pageWiring
medium System graph quality Integrity conf 1.00 3 occurrences Frontend route `/sign-in/*` has no Link/navigate to it — apps/athelon-app/src/router/routeModules/authRoutes.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
3 occurrences
repo-level (3 hits)
Orphan pageWiring
medium System graph quality Integrity conf 1.00 5 occurrences Frontend route `/work-orders/*` has no Link/navigate to it — apps/athelon-app/src/shared/lib/dev-resources-data.ts
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
5 occurrences
repo-level (5 hits)
Orphan pageWiring
medium System graph quality Integrity conf 1.00 38 occurrences Frontend route `/work-orders/:id/tasks/new` has no Link/navigate to it — apps/athelon-app/src/router/routeModules/protectedAppRoutes.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
38 occurrences
repo-level (38 hits)
Orphan pageWiring
medium System graph quality Integrity conf 1.00 3 occurrences Frontend route `/work-orders/:id` has no Link/navigate to it — apps/athelon-ios-demo/src/App.tsx
The route is registered but no `<Link to=…>` or `navigate(…)` in the codebase navigates here. Either it's reachable only via direct URL (intentional), it's dead, or the link broke during a refactor.
3 occurrences
repo-level (3 hits)
Orphan pageWiring
medium System graph cicd CI/CD security conf 1.00 4 occurrences GitHub Action is tag-pinned rather than SHA-pinned
pnpm/action-setup@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
2 files, 4 locations
.github/workflows/scheduler-react-gate.yml:37, 64, 113 (3 hits)
.github/workflows/internal-routes-gate.yml:22
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in apps/athelon-app/app/(app)/scheduling/_native/LayerCapacity.tsx:135
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
apps/athelon-app/app/(app)/scheduling/_native/LayerCapacity.tsx:135 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in apps/athelon-app/app/(app)/scheduling/_native/LayerPnL.tsx:123
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
apps/athelon-app/app/(app)/scheduling/_native/LayerPnL.tsx:123 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in apps/athelon-app/app/(public)/landing/v3.html:769
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
apps/athelon-app/app/(public)/landing/v3.html:769 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in apps/athelon-app/app/_archive/in-app-landing-2026-05-03/README.md:6
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
apps/athelon-app/app/_archive/in-app-landing-2026-05-03/README.md:6 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in apps/marketing/landing/app/layout.tsx:40
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
apps/marketing/landing/app/layout.tsx:40 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in apps/marketing/landing/app/page.tsx:26
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
apps/marketing/landing/app/page.tsx:26 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in apps/marketing/landing/components/_archive/README.md:5
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
apps/marketing/landing/components/_archive/README.md:5 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/athelon-app/app/(app)/fleet/page.tsx:895
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/athelon-app/app/(app)/fleet/page.tsx:895 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/athelon-app/app/(app)/parts/kanban/_components/KanbanQRLabel.tsx:56
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/athelon-app/app/(app)/parts/kanban/_components/KanbanQRLabel.tsx:56 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/athelon-app/app/(app)/training/_components/LmsDocumentViewer.tsx:68
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/athelon-app/app/(app)/training/_components/LmsDocumentViewer.tsx:68 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/athelon-app/app/(public)/landing/nav-reorg-v1.html:288
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/athelon-app/app/(public)/landing/nav-reorg-v1.html:288 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/athelon-app/app/(public)/landing/page.tsx:436
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/athelon-app/app/(public)/landing/page.tsx:436 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/athelon-app/app/(public)/landing/v3.html:2803
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/athelon-app/app/(public)/landing/v3.html:2803 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apps/marketing/landing/app/sales-landing-v3.html:1912
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apps/marketing/landing/app/sales-landing-v3.html:1912 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in designs/haggan-pitch/avly-deck-web/index-simulated.html:688
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
designs/haggan-pitch/avly-deck-web/index-simulated.html:688 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in designs/haggan-pitch/avly-deck-web/index-v1-backup.html:762
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
designs/haggan-pitch/avly-deck-web/index-v1-backup.html:762 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in designs/haggan-pitch/avly-deck-web/index.html:855
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
designs/haggan-pitch/avly-deck-web/index.html:855 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in designs/haggan-pitch/avly-deck-web/index-simulated.html:535
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
designs/haggan-pitch/avly-deck-web/index-simulated.html:535 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in designs/haggan-pitch/avly-deck-web/index-v1-backup.html:609
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
designs/haggan-pitch/avly-deck-web/index-v1-backup.html:609 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in designs/haggan-pitch/avly-deck-web/index.html:702
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
designs/haggan-pitch/avly-deck-web/index.html:702 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/athelon-app/scripts/add-sam-avly-to-orgs.mjs:26
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/athelon-app/scripts/add-sam-avly-to-orgs.mjs:26 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/athelon-app/scripts/agentic/leases.mjs:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/athelon-app/scripts/agentic/leases.mjs:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/athelon-app/scripts/agentic/openclaw-spawn-adapter.mjs:3
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/athelon-app/scripts/agentic/openclaw-spawn-adapter.mjs:3 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/athelon-app/scripts/agentic/reviewer.mjs:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/athelon-app/scripts/agentic/reviewer.mjs:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/athelon-app/scripts/audit-repair-station-seed.mjs:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/athelon-app/scripts/audit-repair-station-seed.mjs:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/athelon-app/scripts/create-ap-preview-org.mjs:26
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/athelon-app/scripts/create-ap-preview-org.mjs:26 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/athelon-app/scripts/seed-avly.mjs:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/athelon-app/scripts/seed-avly.mjs:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/athelon-app/scripts/seed-demo-orgs.mjs:35
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/athelon-app/scripts/seed-demo-orgs.mjs:35 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/athelon-app/scripts/seed-haggan-demo.mjs:25
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/athelon-app/scripts/seed-haggan-demo.mjs:25 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/athelon-app/scripts/seed-haggan-live.mjs:39
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/athelon-app/scripts/seed-haggan-live.mjs:39 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/athelon-app/scripts/seed-repair-station-scenario.mjs:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/athelon-app/scripts/seed-repair-station-scenario.mjs:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/athelon-app/scripts/seed-scheduler-playback-review.mjs:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/athelon-app/scripts/seed-scheduler-playback-review.mjs:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in apps/athelon-app/scripts/seed-scheduler-stories.mjs:5
Found a known-risky pattern (node_child_process). Review and replace if possible.
apps/athelon-app/scripts/seed-scheduler-stories.mjs:5 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in ops/scripts/bughunter/classify-run.mjs:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
ops/scripts/bughunter/classify-run.mjs:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in ops/scripts/bughunter/preflight.mjs:4
Found a known-risky pattern (node_child_process). Review and replace if possible.
ops/scripts/bughunter/preflight.mjs:4 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in ops/scripts/bughunter/promoter.mjs:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
ops/scripts/bughunter/promoter.mjs:2 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in ops/scripts/bughunter/verifier.mjs:2
Found a known-risky pattern (node_child_process). Review and replace if possible.
ops/scripts/bughunter/verifier.mjs:2 Node child process
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — apps/athelon-app/scripts/import_to_air_mro.py:172
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — apps/athelon-app/scripts/repair_errors.py:359
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — ops/scripts/seed_master_build_context.py:58
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 1290 placeholder/mock markers across 377 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 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 System graph quality Maintenance conf 1.00 39 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 72 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `AGENTIC_RUNTIME_ROOT`, `ANTHROPIC_API_KEY`, `API_KEY`, `APP_URL`, `ATHELON_APP_URL`, `ATHELON_SCENARIO_KEY`, `ATHELON_SEED_CLERK_USER_ID`, `AWS_ACCESS_KEY_ID` + 64 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't b…
config drift
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 1268 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 cicd CI/CD security conf 1.00 13 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
3 files, 13 locations
.github/workflows/scheduler-react-gate.yml:34, 40, 61, 67, 110, 116, 168, 176 (8 hits)
.github/workflows/internal-routes-gate.yml:19, 25, 78, 86 (4 hits)
.github/workflows/repo-structure-guard.yml:18
CI/CD securitySupply chainGithub actions
low System graph security security conf 1.00 Insecure pattern 'document_write' in apps/athelon-app/app/(app)/parts/map/_components/RouteCardPrint.tsx:134
Found a known-risky pattern (document_write). Review and replace if possible.
apps/athelon-app/app/(app)/parts/map/_components/RouteCardPrint.tsx:134 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in apps/athelon-app/components/QRCodeBadge.tsx:47
Found a known-risky pattern (document_write). Review and replace if possible.
apps/athelon-app/components/QRCodeBadge.tsx:47 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in apps/athelon-app/lib/barcode.ts:57
Found a known-risky pattern (document_write). Review and replace if possible.
apps/athelon-app/lib/barcode.ts:57 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in apps/athelon-app/lib/labelPrint.ts:105
Found a known-risky pattern (document_write). Review and replace if possible.
apps/athelon-app/lib/labelPrint.ts:105 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in apps/athelon-app/src/shared/components/QRCodeBadge.tsx:47
Found a known-risky pattern (document_write). Review and replace if possible.
apps/athelon-app/src/shared/components/QRCodeBadge.tsx:47 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in apps/athelon-app/src/shared/lib/barcode.ts:57
Found a known-risky pattern (document_write). Review and replace if possible.
apps/athelon-app/src/shared/lib/barcode.ts:57 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in apps/athelon-app/src/shared/lib/labelPrint.ts:105
Found a known-risky pattern (document_write). Review and replace if possible.
apps/athelon-app/src/shared/lib/labelPrint.ts:105 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in knowledge/plans/quote-overhaul/reference/2026-06-07-source-drop/extracted/scheduler-main/components/ProjectListPanel.tsx:202
Found a known-risky pattern (document_write). Review and replace if possible.
knowledge/plans/quote-overhaul/reference/2026-06-07-source-drop/extracted/scheduler-main/components/ProjectListPanel.tsx:202 Document write
low System graph quality Integrity conf 1.00 4 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: ops/scripts/market-intel/website_validation_w25.py:normalize_domain, ops/scripts/market-intel/website_validation_w24.py:normalize_domain This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene)…
4 occurrences
repo-level (4 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: ops/scripts/generate_founder_pricing_options_pdf.py:draw, ops/scripts/generate_founder_pricing_options_pdf.py:draw, ops/scripts/generate_founder_pricing_options_pdf.py:draw This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos …
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: ops/scripts/market-intel/rebuild_outreach_w14.py:load_master, ops/scripts/market-intel/reconcile_w12.py:load_master, ops/scripts/market-intel/merge_wave12.py:load_master, ops/scripts/market-intel/merge_wave13.py:load_master This is *the* AI-coder fai…
duplicatesduplication
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: apps/athelon-app/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.
apps/athelon-app/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: apps/athelon-demo/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.
apps/athelon-demo/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: apps/athelon-ios-demo/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.
apps/athelon-ios-demo/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: apps/marketing/landing/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.
apps/marketing/landing/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: apps/marketing/video/sixty-second-pitch/my-video/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.
apps/marketing/video/sixty-second-pitch/my-video/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: apps/marketing/video/sixty-second-pitch/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.
apps/marketing/video/sixty-second-pitch/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `assertOrgMembershipOld` in apps/athelon-app/tests/bughunter-timer-orphan-004-billing-suspended.test.mjs:201
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 `c_old` in apps/athelon-app/scripts/bughunter-cycle61.test.mjs:354
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 `cert_old` in apps/athelon-app/scripts/bughunter-cycle40.test.mjs:266
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 `cert_old` in apps/athelon-app/scripts/bughunter-cycle42.test.mjs:109
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 `clearTableLegacy` in apps/athelon-app/convex/seeds/seedAvlyAviation.ts:82
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 `deriveUnresolved_old` in apps/athelon-app/scripts/bughunter-cycle10.test.mjs:24
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 `GetEncodedGeometryType_Deprecated` in apps/athelon-app/public/draco/draco_decoder.js:22
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 `GetEncodedGeometryType_Deprecated` in apps/athelon-app/public/draco/draco_wasm_wrapper.js:113
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 `makeHandlerOld` in tests/bughunter-cycle159-pdf-inflight-vsp-maxlen.test.mjs:100
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 `rec_legacy` in apps/athelon-app/scripts/bughunter-cycle37.test.mjs:154
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 software Dead code conf 1.00 Possibly dead Python function: cover_page
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
ops/scripts/generate_founder_pricing_options_pdf.py:432
low System graph software Dead code conf 1.00 Possibly dead Python function: cross_pitch
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
ops/scripts/market-intel/enterprise_cleanup_w13.py:250
low System graph software Dead code conf 1.00 Possibly dead Python function: draw
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
ops/scripts/generate_founder_pricing_options_pdf.py:375
low System graph software Dead code conf 1.00 Possibly dead Python function: erp_pitch
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
ops/scripts/market-intel/enterprise_cleanup_w13.py:234
low System graph software Dead code conf 1.00 Possibly dead Python function: erp_sort
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
ops/scripts/market-intel/rebuild_outreach_w17.py:25
low System graph software Dead code conf 1.00 Possibly dead Python function: header_footer
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
ops/scripts/generate_founder_pricing_options_pdf.py:416
low System graph software Dead code conf 1.00 Possibly dead Python function: is_noise_line
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
ops/scripts/generate_transcript_intelligence_report.py:414
low System graph software Dead code conf 1.00 Possibly dead Python function: sort_key
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
ops/scripts/market-intel/stale_enrichment_w29.py:19
low System graph software Dead code conf 1.00 Possibly dead Python function: website_pitch
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
ops/scripts/market-intel/enterprise_cleanup_w13.py:220
low System graph frontend Frontend quality conf 1.00 React Flow <Controls> without dark theming — apps/athelon-app/app/(app)/parts/map/_components/FacilityMapCanvas.tsx:220
`<Controls>` ships with white buttons. Override `.react-flow__controls` and `.react-flow__controls-button` in your stylesheet or pass a styled wrapper. Why: P1 in CHECKLIST.md — vendor defaults bleed light through. Rule id: fq.controls.no-bg
Fq controls no bg
low System graph frontend Frontend quality conf 1.00 React Flow <MiniMap> without dark background — apps/athelon-app/app/(app)/parts/map/_components/FacilityMapCanvas.tsx:221
A bare <MiniMap> renders with the vendor's white default in dark themes. Wrap the canvas in a class that overrides `.react-flow__minimap` background, or pass an explicit `style`/`maskColor`/`bgColor`. Why: P1 in CHECKLIST.md — vendor defaults bleed light through. Rule id: fq.minimap.no-bg
Fq minimap no bg
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 — apps/athelon-app/app/(app)/_dev/wo-primitives/page.tsx:169
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/athelon-app/convex/clerkWebhookHandlers.ts:70
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/athelon-app/convex/clerkWebhooks.ts:42
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/athelon-app/convex/email.ts:101
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/athelon-app/convex/operationalVectorsActions.ts:142
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/athelon-app/convex/quickbooks.ts:17
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/athelon-app/convex/quoteSigningPdf.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 — apps/athelon-app/convex/researchCorpusActions.ts:638
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/athelon-app/convex/telegram.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 — apps/athelon-app/lib/dev-resources-data.ts:2972
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/athelon-app/src/domains/maintenance/api.ts:265
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/athelon-app/src/shared/lib/dev-resources-data.ts:2972
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/athelon-app/tests/e2e/clean-import-test.spec.ts:42
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/athelon-app/tests/e2e/global-setup.ts:310
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/athelon-app/tests/e2e/parts-bulk-import.spec.ts:148
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/athelon-app/tests/e2e/quote-signing-upload.spec.ts:122
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/athelon-app/tests/e2e/sim-wave5-stress.spec.ts:51
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/athelon-app/tests/e2e/triton-recon.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 — apps/athelon-app/tests/e2e/visual-qa.ts:166
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/marketing/video/sixty-second-pitch/my-video/src/app/api/generate/route.ts:368
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — apps/marketing/video/sixty-second-pitch/my-video/src/hooks/useAutoCorrection.ts:92
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 — knowledge/plans/quote-overhaul/reference/2026-06-07-source-drop/extracted/scheduler-main/AuthenticatedApp.tsx:431
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 — knowledge/plans/quote-overhaul/reference/2026-06-07-source-drop/extracted/scheduler-main/contexts/AuthContext.tsx:102
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 — knowledge/plans/quote-overhaul/reference/2026-06-07-source-drop/extracted/scheduler-main/lib/logger.ts:11
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 — knowledge/plans/quote-overhaul/reference/2026-06-07-source-drop/extracted/scheduler-main/tests/validateHaggen.ts:21
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 — knowledge/research/scripts/discover-websites.ts:251
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 quality Complexity conf 1.00 Very large file: apps/athelon-app/app/(app)/billing/customers/[id]/page.tsx (1261 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/app/(app)/billing/invoices/[id]/page.tsx (1206 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/app/(app)/crm/accounts/[id]/page.tsx (1556 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/app/(app)/crm/pipeline/page.tsx (1203 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/app/(app)/crm/prospects/intelligence/page.tsx (1895 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/app/(app)/crm/prospects/part135/page.tsx (1372 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/app/(app)/fleet/[tail]/page.tsx (1357 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/app/(app)/fleet/_components/AddAircraftWizard.tsx (1498 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/app/(app)/parts/_components/ReceivingInspection.tsx (1049 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/app/(app)/parts/new/page.tsx (1151 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/app/(app)/parts/page.tsx (2067 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/app/(app)/parts/receiving/po/page.tsx (1698 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/app/(app)/parts/requests/page.tsx (1178 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/app/(app)/personnel/training/page.tsx (1637 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/app/(app)/scheduling/_components/GanttBoard.tsx (2341 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/app/(app)/scheduling/page.live.tsx (2571 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/app/(app)/settings/users/page.tsx (1479 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/app/(app)/work-orders/[id]/page.legacy.tsx (1808 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/app/(app)/work-orders/[id]/page.tsx (1457 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/app/(app)/work-orders/[id]/tasks/[cardId]/page.tsx (3113 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/app/(app)/work-orders/lead/page.tsx (1271 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/app/(app)/work-orders/page.tsx (1488 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/components/quote-workspace/prototype/QuoteWorkspacePrototype.tsx (3233 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/components/quote-workspace/QuoteBuilderLayout.tsx (1911 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/components/quote-workspace/QuoteDetailEditor.tsx (2686 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/components/quote-workspace/QuoteDocumentView.tsx (1399 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/components/quote-workspace/QuoteNewEditor.tsx (1432 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/adCompliance.ts (1640 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/billing.ts (7586 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/billingV4.ts (2900 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/crm.ts (1597 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/discrepancies.ts (1620 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/gapFixes.ts (2661 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/inspectionCenter.ts (1207 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/leadTurnover.ts (1343 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/maintenanceRecords.ts (2756 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/parts.ts (2578 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/returnToService.ts (2422 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/schedulerPlanning.ts (3618 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/schedulerRoster.ts (2091 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/schema.ts (8991 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/seeds/_global_beechcraft_piston.ts (1064 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/seeds/_global_bombardier.ts (1275 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/seeds/_global_caravan.ts (1079 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/seeds/_global_cessna_piston.ts (977 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/seeds/_global_cirrus.ts (1102 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/seeds/_global_citation_cj.ts (1750 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/seeds/_global_citation_large.ts (1425 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/seeds/_global_citation_xls.ts (1456 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/seeds/_global_kingair_200.ts (1315 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/seeds/_global_kingair_350.ts (2376 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/seeds/_global_kingair_c90.ts (1164 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/seeds/_global_pilatus.ts (1459 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/seeds/_global_tbm.ts (2094 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/seeds/_wave3_wave4.ts (1630 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/seeds/_wave5_wave6.ts (2261 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/seeds/_wave7_wave8.ts (1905 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/seeds/seedAudit.ts (1277 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/seeds/seedComprehensive.ts (1874 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/seeds/seedDemoOrgs.ts (2399 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/seeds/seedHagganAviation.ts (1500 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/seeds/seedHagganCitation.ts (1636 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/seeds/seedHagganLive.ts (1723 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/seeds/seedHagganParts.ts (1137 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/seeds/seedRepairStationScenario.ts (2586 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/seeds/seedYinglingAviation.ts (2447 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/taskCards.ts (5663 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/timeClock.ts (1931 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/workOrderParts.ts (2028 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/convex/workOrders.ts (3810 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/docs/archive/2026-06-07-inactive-src-shared-quote-workspace/quote-workspace/QuoteBuilderLayout.tsx (1293 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/docs/archive/2026-06-07-inactive-src-shared-quote-workspace/quote-workspace/QuoteDetailEditor.tsx (2608 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/docs/archive/2026-06-07-inactive-src-shared-quote-workspace/quote-workspace/QuoteDocumentView.tsx (1480 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/docs/archive/2026-06-07-inactive-src-shared-quote-workspace/quote-workspace/QuoteNewEditor.tsx (1182 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/lib/dev-resources-data.ts (4858 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/src/shared/lib/dev-resources-data.ts (4858 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: apps/athelon-app/tests/e2e/scheduler-native-parity.spec.ts (1214 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: knowledge/plans/quote-overhaul/reference/2026-06-07-source-drop/extracted/scheduler-main/AuthenticatedApp.tsx (2596 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: knowledge/plans/quote-overhaul/reference/2026-06-07-source-drop/extracted/scheduler-main/components/ConfigurationPanel.tsx (2336 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: knowledge/plans/quote-overhaul/reference/2026-06-07-source-drop/extracted/scheduler-main/components/FinancialPanel.tsx (1085 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: knowledge/plans/quote-overhaul/reference/2026-06-07-source-drop/extracted/scheduler-main/components/GanttBoard.tsx (1744 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: knowledge/plans/quote-overhaul/reference/2026-06-07-source-drop/extracted/scheduler-main/components/PersonnelManager.tsx (1434 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: knowledge/plans/quote-overhaul/reference/2026-06-07-source-drop/extracted/scheduler-main/components/QuoteBuilder.tsx (1436 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: knowledge/plans/quote-overhaul/reference/2026-06-07-source-drop/extracted/scheduler-main/constants.ts (2132 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: ops/scripts/generate_transcript_intelligence_report.py (1470 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
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/8ba39b3b-e324-4ecf-925d-85decd5eb46c/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/8ba39b3b-e324-4ecf-925d-85decd5eb46c/

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.