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.

TokDar2410621/blog-dashboard

https://github.com/TokDar2410621/blog-dashboard · scanned 2026-06-16 00:39 UTC (2 months, 1 week ago)

275 raw signals (0 security + 275 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 265 actionable findings from 1 signal source. 10 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 60.6/100 with 100.0% coverage. It contains 2682 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 275 findings — concentrated in quality (83), api (72), security (59). Risk profile is high: 1 critical, 22 high, 88 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 199 of 265 actionable findings. 275 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 backend/sites_mgmt/management/commands/seed_demo_users.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
backend/sites_mgmt/management/commands/seed_demo_users.py:30
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /sites/${siteId}/memories/${memoryId}/ (mcp-server/src/api.ts:436)
`mcp-server/src/api.ts:436` calls `DELETE /sites/${siteId}/memories/${memoryId}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/sites/<p>/memories/<p>` If this points at an external API, prefix it with `ht…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /me/ (mcp-server/src/api.ts:80)
`mcp-server/src/api.ts:80` calls `GET /me/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/me` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /sites/${siteId}/articles/${encodeURIComponent(slug)}/ (mcp-server/src/api.ts:130)
`mcp-server/src/api.ts:130` calls `GET /sites/${siteId}/articles/${encodeURIComponent(slug)}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/sites/<p>/articles/<p>` If this points at an external API, prefi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /sites/${siteId}/articles/${suffix} (mcp-server/src/api.ts:116)
`mcp-server/src/api.ts:116` calls `GET /sites/${siteId}/articles/${suffix}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/sites/<p>/articles/<p>` If this points at an external API, prefix it with `https://…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /sites/${siteId}/keywords/ (mcp-server/src/api.ts:203)
`mcp-server/src/api.ts:203` calls `GET /sites/${siteId}/keywords/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/sites/<p>/keywords` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET /sites/${siteId}/seo-score/ (mcp-server/src/api.ts:650)
`mcp-server/src/api.ts:650` calls `GET /sites/${siteId}/seo-score/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/sites/<p>/seo-score` If this points at an external API, prefix it with `https://` so the ma…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.gridar.app/api/sites/${siteId}/rss.xml (marketing/components/OnboardingExternalPage.tsx:310)
`marketing/components/OnboardingExternalPage.tsx:310` calls `GET https://api.gridar.app/api/sites/${siteId}/rss.xml` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.gridar.app/api/sites/<p>/rss.xml` If thi…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.gridar.app/api/sites/${siteId}/sitemap.xml (marketing/components/OnboardingExternalPage.tsx:295)
`marketing/components/OnboardingExternalPage.tsx:295` calls `GET https://api.gridar.app/api/sites/${siteId}/sitemap.xml` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.gridar.app/api/sites/<p>/sitemap.xml…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /audit/ (mcp-server/src/api.ts:186)
`mcp-server/src/api.ts:186` calls `POST /audit/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/audit` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /brief/ (mcp-server/src/api.ts:193)
`mcp-server/src/api.ts:193` calls `POST /brief/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/brief` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /classify-intent/ (mcp-server/src/api.ts:524)
`mcp-server/src/api.ts:524` calls `POST /classify-intent/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/classify-intent` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /link-opportunities/ (mcp-server/src/api.ts:701)
`mcp-server/src/api.ts:701` calls `POST /link-opportunities/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/link-opportunities` If this points at an external API, prefix it with `https://` so the matcher s…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /sites/${siteId}/ai-visibility/run/ (mcp-server/src/api.ts:748)
`mcp-server/src/api.ts:748` calls `POST /sites/${siteId}/ai-visibility/run/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/sites/<p>/ai-visibility/run` If this points at an external API, prefix it with `ht…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /sites/${siteId}/generate/ (mcp-server/src/api.ts:155)
`mcp-server/src/api.ts:155` calls `POST /sites/${siteId}/generate/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/sites/<p>/generate` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /sites/${siteId}/keyword-strategy/ (mcp-server/src/api.ts:539)
`mcp-server/src/api.ts:539` calls `POST /sites/${siteId}/keyword-strategy/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/sites/<p>/keyword-strategy` If this points at an external API, prefix it with `http…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /sites/${siteId}/keyword-strategy/${strategyId}/approve/ (mcp-server/src/api.ts:561)
`mcp-server/src/api.ts:561` calls `POST /sites/${siteId}/keyword-strategy/${strategyId}/approve/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/sites/<p>/keyword-strategy/<p>/approve` If this points at an …
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /sites/${siteId}/keywords/snapshot/ (mcp-server/src/api.ts:216)
`mcp-server/src/api.ts:216` calls `POST /sites/${siteId}/keywords/snapshot/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/sites/<p>/keywords/snapshot` If this points at an external API, prefix it with `ht…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /sites/${siteId}/landings/manual/ (mcp-server/src/api.ts:597)
`mcp-server/src/api.ts:597` calls `POST /sites/${siteId}/landings/manual/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/sites/<p>/landings/manual` If this points at an external API, prefix it with `https:…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /sites/${siteId}/link-pages/ (mcp-server/src/api.ts:635)
`mcp-server/src/api.ts:635` calls `POST /sites/${siteId}/link-pages/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/sites/<p>/link-pages` If this points at an external API, prefix it with `https://` so the…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /sites/${siteId}/serp-analyze/ (mcp-server/src/api.ts:314)
`mcp-server/src/api.ts:314` calls `POST /sites/${siteId}/serp-analyze/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/sites/<p>/serp-analyze` If this points at an external API, prefix it with `https://` so…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /sites/${siteId}/strategic-opportunities/${opportunityId}/${action}/ (mcp-server/src/api.ts:850)
`mcp-server/src/api.ts:850` calls `POST /sites/${siteId}/strategic-opportunities/${opportunityId}/${action}/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/sites/<p>/strategic-opportunities/<p>/<p>` If thi…
Dangling fetchHelper:request
high System graph api Wiring conf 1.00 Dangling fetch: POST /sites/${siteId}/strategic-opportunities/refresh/ (mcp-server/src/api.ts:833)
`mcp-server/src/api.ts:833` calls `POST /sites/${siteId}/strategic-opportunities/refresh/` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: helper:request Normalized path used for matching: `/sites/<p>/strategic-opportunities/refresh` If this points at an exte…
Dangling fetchHelper:request
medium System graph frontend Frontend quality conf 1.00 `dangerouslySetInnerHTML` used in a React component — marketing/app/blog/[slug]/page.tsx:149
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 — marketing/components/LandingRenderer.tsx:153
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 — marketing/components/MarkdownPreview.tsx:29
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 — marketing/components/OnboardingExternalPage.tsx:200
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 — public-blog/src/app/[slug]/page.tsx:109
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 — public-blog/src/app/layout.tsx:50
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 — marketing/components/OnboardingExternalPage.tsx: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 — marketing/context/JobsContext.tsx:29
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 — marketing/lib/api-client.ts:92
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 — marketing/lib/blog-api.ts:5
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 — marketing/lib/landing-api.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 — marketing/lib/proof-api.ts:43
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 — marketing/lib/report-api.ts:36
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 — marketing/lib/sites-api.ts:48
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality 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 license, ci, tests, 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 Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, ci, tests, lockfile. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
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 security auth conf 1.00 Django CBV `CookieTokenObtainPairView` lacks `LoginRequiredMixin` — backend/config/auth_views.py:46
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/config/auth_views.py:46 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `CookieTokenRefreshView` lacks `LoginRequiredMixin` — backend/config/auth_views.py:66
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/config/auth_views.py:66 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1AiVisibilityPromptsView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:3187
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:3187 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1AiVisibilityRunView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:3256
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:3256 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1ApproveStrategyView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:1692
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:1692 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1ArticleCreateView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:816
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:816 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1ArticleMutateView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:863
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:863 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1AuditView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:558
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:558 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1AutopilotConfigView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:1187
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:1187 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1AutopilotRunView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:1201
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:1201 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1BriefView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:582
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:582 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1BrokenLinksView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:1118
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:1118 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1BulkAuditView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:1153
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:1153 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1CannibalizationView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:1135
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:1135 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1CheckRenderabilityView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:2654
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:2654 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1ClassifyIntentView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:1393
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:1393 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1CompetitorsAnalyzeView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:1101
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:1101 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1ContentDecayView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:1109
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:1109 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1CreateLandingView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:1796
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:1796 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1DigestView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:639
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:639 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1GenerateLandingView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:1860
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:1860 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1GenerateSisterArticleView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:475
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:475 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1GenerateView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:389
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:389 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1GSCQueriesView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:1178
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:1178 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1HreflangCheckView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:1127
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:1127 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1KeywordsView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:594
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:594 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1KeywordTrackView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:1031
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:1031 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1KeywordUntrackView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:1073
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:1073 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1LinkOpportunitiesView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:2775
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:2775 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1LinkPagesView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:1938
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:1938 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1LinkSuggestionsView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:1144
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:1144 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1MemoriesListView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:1210
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:1210 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1MemoryDetailView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:1228
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:1228 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1MemoryRebuildView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:1237
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:1237 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1PAAView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:1317
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:1317 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1PageSpeedView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:1309
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:1309 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1PlagiarismView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:1170
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:1170 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1ProofAttributionView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:1255
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:1255 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1ProofSummaryView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:1246
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:1246 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1ProposeKeywordStrategyView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:1617
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:1617 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1RankSnapshotView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:628
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:628 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1ReadabilityView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:1162
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:1162 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1SerpAnalyzeView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:2862
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:2862 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1SiteDetailView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:763
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:763 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1SiteUpdateView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:789
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:789 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1StrategicOpportunitiesRefreshView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:3373
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:3373 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1StrategicOpportunitiesView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:3333
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:3333 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1StrategicOpportunityActionView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:3442
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:3442 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1SuggestCompetitorsView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:1292
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:1292 Auth django unauth view
medium System graph security auth conf 1.00 Django CBV `V1SuggestKeywordsView` lacks `LoginRequiredMixin` — backend/sites_mgmt/api_v1.py:1283
Class-based view defines mutating methods (post/put/delete) without inheriting `LoginRequiredMixin`. If auth is enforced via `dispatch()` override or middleware, dismiss this finding.
backend/sites_mgmt/api_v1.py:1283 Auth django unauth view
medium System graph quality Integrity conf 1.00 Frontend route `/blog/:slug` has no Link/navigate to it — marketing/components/OnboardingExternalPage.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 security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in backend/sites_mgmt/prompt_export.py:99
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
backend/sites_mgmt/prompt_export.py:99 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in marketing/app/blog/[slug]/page.tsx:149
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
marketing/app/blog/[slug]/page.tsx:149 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in marketing/components/LandingRenderer.tsx:153
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
marketing/components/LandingRenderer.tsx:153 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in marketing/components/MarkdownPreview.tsx:29
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
marketing/components/MarkdownPreview.tsx:29 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in marketing/components/OnboardingExternalPage.tsx:200
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
marketing/components/OnboardingExternalPage.tsx:200 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in public-blog/src/app/[slug]/page.tsx:109
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
public-blog/src/app/[slug]/page.tsx:109 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'dangerous_innerhtml' in public-blog/src/app/layout.tsx:50
Found a known-risky pattern (dangerous_innerhtml). Review and replace if possible.
public-blog/src/app/layout.tsx:50 Dangerous innerhtml
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in cypress/support/commands.ts:53
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
cypress/support/commands.ts:53 Local storage auth token
medium System graph quality Integrity conf 1.00 Likely N+1 query: `for cat in …` triggers a query per row — backend/sites_mgmt/views.py:951
The loop iterates a Django queryset and accesses `cat.posts.using` per row, which fires an additional database query each iteration. Add `.select_related('<fk_field>')` for FK / O2O relations or `.prefetch_related('<m2m_or_reverse>')` for many-related lookups, to load everything in 1-2 queries inst…
backend/sites_mgmt/views.py:951 N plus onePerformance
medium System graph quality Integrity conf 1.00 Likely N+1 query: `for m in …` triggers a query per row — backend/sites_mgmt/views.py:8589
The loop iterates a Django queryset and accesses `m.updated_at.isoformat` per row, which fires an additional database query each iteration. Add `.select_related('<fk_field>')` for FK / O2O relations or `.prefetch_related('<m2m_or_reverse>')` for many-related lookups, to load everything in 1-2 queri…
backend/sites_mgmt/views.py:8589 N plus onePerformance
medium System graph quality Integrity conf 1.00 Likely N+1 query: `for p in …` triggers a query per row — backend/sites_mgmt/api_v1.py:3199
The loop iterates a Django queryset and accesses `p.results.all` per row, which fires an additional database query each iteration. Add `.select_related('<fk_field>')` for FK / O2O relations or `.prefetch_related('<m2m_or_reverse>')` for many-related lookups, to load everything in 1-2 queries instea…
backend/sites_mgmt/api_v1.py:3199 N plus onePerformance
medium System graph quality Integrity conf 1.00 Likely N+1 query: `for p in …` triggers a query per row — backend/sites_mgmt/views.py:7842
The loop iterates a Django queryset and accesses `p.published_at.isoformat` per row, which fires an additional database query each iteration. Add `.select_related('<fk_field>')` for FK / O2O relations or `.prefetch_related('<m2m_or_reverse>')` for many-related lookups, to load everything in 1-2 que…
backend/sites_mgmt/views.py:7842 N plus onePerformance
medium System graph quality Integrity conf 1.00 Likely N+1 query: `for p in …` triggers a query per row — backend/sites_mgmt/views.py:7861
The loop iterates a Django queryset and accesses `p.published_at.isoformat` per row, which fires an additional database query each iteration. Add `.select_related('<fk_field>')` for FK / O2O relations or `.prefetch_related('<m2m_or_reverse>')` for many-related lookups, to load everything in 1-2 que…
backend/sites_mgmt/views.py:7861 N plus onePerformance
medium System graph quality Integrity conf 1.00 Likely N+1 query: `for post in …` triggers a query per row — backend/sites_mgmt/management/commands/attribution_snapshot.py:73
The loop iterates a Django queryset and accesses `post.site.gsc_property_url` per row, which fires an additional database query each iteration. Add `.select_related('<fk_field>')` for FK / O2O relations or `.prefetch_related('<m2m_or_reverse>')` for many-related lookups, to load everything in 1-2 q…
backend/sites_mgmt/management/commands/attribution_snapshot.py:73 N plus onePerformance
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — backend/sites_mgmt/api_v1.py:1564
`requests.post(...)` 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 — backend/sites_mgmt/article_generator.py:654
`requests.post(...)` 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 — backend/sites_mgmt/landing_generator.py:57
`requests.post(...)` 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 cicd CI/CD security conf 1.00 No CI/CD pipelines detected
No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints.
CI/CD securityCoverage
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 147 placeholder/mock markers across 57 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 Tests conf 1.00 Very low test-to-source ratio
5 test file(s) for 342 source file(s) (ratio 0.01). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Integrity conf 1.00 52 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `ANTHROPIC_API_KEY`, `AUTH_COOKIE_DOMAIN`, `BLOG_DASHBOARD_API_BASE`, `BLOG_DASHBOARD_TOKEN`, `DATABASE_URL`, `DEFAULT_FROM_EMAIL`, `EMAIL_BACKEND`, `EMAIL_HOST` + 44 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't…
config drift
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 11 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 quality Integrity conf 1.00 10 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: backend/blog/models.py:save, backend/blog/models.py:save This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
10 occurrences
repo-level (10 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 26 places
Functions with the same first-5-line body hash: backend/sites_mgmt/api_v1.py:get_rate, backend/sites_mgmt/api_v1.py:get, backend/sites_mgmt/api_v1.py:get, backend/sites_mgmt/api_v1.py:get This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygie…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 37 places
Functions with the same first-5-line body hash: backend/sites_mgmt/api_v1.py:post, backend/sites_mgmt/api_v1.py:post, backend/sites_mgmt/api_v1.py:post, backend/sites_mgmt/api_v1.py:post This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygien…
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: backend/sites_mgmt/tests_proof_loop.py:setUp, backend/sites_mgmt/tests_proof_loop.py:setUp, backend/sites_mgmt/tests_proof_loop.py:setUp, backend/sites_mgmt/tests_proof_loop.py:setUp This is *the* AI-coder failure mode (4× more duplication in vibe-co…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 43 places
Functions with the same first-5-line body hash: backend/sites_mgmt/views.py:get_site_for_user, backend/sites_mgmt/views.py:get, backend/sites_mgmt/views.py:get, backend/sites_mgmt/views.py:get This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-…
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 5 places
Functions with the same first-5-line body hash: backend/sites_mgmt/views_proof.py:get, backend/sites_mgmt/views_proof.py:get, backend/sites_mgmt/views_proof.py:get, backend/sites_mgmt/views_proof.py:get This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.h…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 6 places
Functions with the same first-5-line body hash: backend/sites_mgmt/views.py:delete, backend/sites_mgmt/views.py:delete, backend/sites_mgmt/views.py:delete, backend/sites_mgmt/views.py:delete This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hy…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 60 places
Functions with the same first-5-line body hash: backend/sites_mgmt/views.py:post, backend/sites_mgmt/views.py:post, backend/sites_mgmt/views.py:post, backend/sites_mgmt/views.py:post This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). …
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 7 places
Functions with the same first-5-line body hash: backend/config/auth_views.py:post, backend/config/auth_views.py:post, backend/config/auth_views.py:post, backend/config/auth_views.py:post This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygien…
duplicatesduplication
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: n8n-node/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.
n8n-node/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: public-blog/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.
public-blog/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `api_v1` in backend/sites_mgmt/api_v1.py:124
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 `api_v1` in backend/sites_mgmt/urls.py:42
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 `api_v1` in backend/sites_mgmt/views.py:10416
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 `embed_calls_v1` in backend/sites_mgmt/tests_memory.py:213
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.
mcp-server/package.json CI/CD securitySupply chainNpm
low System graph software Dead code conf 1.00 Possibly dead Python function: allow_migrate
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/config/db_router.py:21
low System graph software Dead code conf 1.00 Possibly dead Python function: allow_relation
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/config/db_router.py:18
low System graph software Dead code conf 1.00 Possibly dead Python function: allow_request
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/sites_mgmt/api_v1.py:131
low System graph software Dead code conf 1.00 Possibly dead Python function: authenticate_header
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/sites_mgmt/api_v1.py:106
low System graph software Dead code conf 1.00 Possibly dead Python function: db_for_read
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/config/db_router.py:11
low System graph software Dead code conf 1.00 Possibly dead Python function: db_for_write
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/config/db_router.py:15
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_data
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/sites_mgmt/branding_scanner.py:163
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_endtag
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/sites_mgmt/branding_scanner.py:155
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_starttag
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/sites_mgmt/branding_scanner.py:119
low System graph software Dead code conf 1.00 Possibly dead Python function: list_blogs
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
backend/sites_mgmt/shopify_adapter.py:183
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 quality Integrity conf 1.00 Stub function `db_for_write` (body is just `pass`/`return`) — backend/config/db_router.py:15
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph api Wiring conf 1.00 Unused endpoint: ANY /accounts/
`backend/config/urls.py` declares `ANY /accounts/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /admin/
`backend/config/urls.py` declares `ANY /admin/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/
`backend/config/urls.py` declares `ANY /api/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/auth/check-email/
`backend/config/urls.py` declares `ANY /api/auth/check-email/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/auth/github/
`backend/config/urls.py` declares `ANY /api/auth/github/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/auth/google/
`backend/config/urls.py` declares `ANY /api/auth/google/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/auth/logout/
`backend/config/urls.py` declares `ANY /api/auth/logout/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/auth/me/
`backend/sites_mgmt/urls.py` declares `ANY /api/auth/me/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/auth/password/reset/confirm/
`backend/config/urls.py` declares `ANY /api/auth/password/reset/confirm/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/auth/password/reset/request/
`backend/config/urls.py` declares `ANY /api/auth/password/reset/request/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/auth/register/
`backend/config/urls.py` declares `ANY /api/auth/register/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/auth/token/
`backend/config/urls.py` declares `ANY /api/auth/token/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/auth/token/refresh/
`backend/config/urls.py` declares `ANY /api/auth/token/refresh/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/branding/scan/
`backend/sites_mgmt/urls.py` declares `ANY /api/branding/scan/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/community-questions/
`backend/sites_mgmt/urls.py` declares `ANY /api/community-questions/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/image-suggest/
`backend/sites_mgmt/urls.py` declares `ANY /api/image-suggest/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/lexicon-check/
`backend/sites_mgmt/urls.py` declares `ANY /api/lexicon-check/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/multi-domain-stats/
`backend/sites_mgmt/urls.py` declares `ANY /api/multi-domain-stats/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/readability/
`backend/sites_mgmt/urls.py` declares `ANY /api/readability/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/shopify/connect/
`backend/sites_mgmt/urls.py` declares `ANY /api/shopify/connect/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/shopify/discover/
`backend/sites_mgmt/urls.py` declares `ANY /api/shopify/discover/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/sites/<int:site_id>/audit-all/
`backend/sites_mgmt/urls.py` declares `ANY /api/sites/<int:site_id>/audit-all/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/sites/<int:site_id>/broken-links/
`backend/sites_mgmt/urls.py` declares `ANY /api/sites/<int:site_id>/broken-links/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/sites/<int:site_id>/cannibalization/
`backend/sites_mgmt/urls.py` declares `ANY /api/sites/<int:site_id>/cannibalization/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consu…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/sites/<int:site_id>/categories/
`backend/sites_mgmt/urls.py` declares `ANY /api/sites/<int:site_id>/categories/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes i…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/sites/<int:site_id>/content-decay/
`backend/sites_mgmt/urls.py` declares `ANY /api/sites/<int:site_id>/content-decay/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/sites/<int:site_id>/keywords/
`backend/sites_mgmt/urls.py` declares `ANY /api/sites/<int:site_id>/keywords/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/sites/<int:site_id>/keywords/<int:pk>/
`backend/sites_mgmt/urls.py` declares `ANY /api/sites/<int:site_id>/keywords/<int:pk>/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who con…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/sites/<int:site_id>/keywords/reclassify/
`backend/sites_mgmt/urls.py` declares `ANY /api/sites/<int:site_id>/keywords/reclassify/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who c…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/sites/<int:site_id>/link-graph/
`backend/sites_mgmt/urls.py` declares `ANY /api/sites/<int:site_id>/link-graph/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes i…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/sites/<int:site_id>/local-business-schema/
`backend/sites_mgmt/urls.py` declares `ANY /api/sites/<int:site_id>/local-business-schema/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/sites/<int:site_id>/person-schema/
`backend/sites_mgmt/urls.py` declares `ANY /api/sites/<int:site_id>/person-schema/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/sites/<int:site_id>/posts/
`backend/sites_mgmt/urls.py` declares `ANY /api/sites/<int:site_id>/posts/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/sites/<int:site_id>/posts/<slug:slug>/
`backend/sites_mgmt/urls.py` declares `ANY /api/sites/<int:site_id>/posts/<slug:slug>/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who con…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/sites/<int:site_id>/rank-history/
`backend/sites_mgmt/urls.py` declares `ANY /api/sites/<int:site_id>/rank-history/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/sites/<int:site_id>/rank-snapshot/
`backend/sites_mgmt/urls.py` declares `ANY /api/sites/<int:site_id>/rank-snapshot/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/sites/<int:site_id>/redirects/
`backend/sites_mgmt/urls.py` declares `ANY /api/sites/<int:site_id>/redirects/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/sites/<int:site_id>/redirects/<int:pk>/
`backend/sites_mgmt/urls.py` declares `ANY /api/sites/<int:site_id>/redirects/<int:pk>/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who co…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/sites/<int:site_id>/rss.xml
`backend/sites_mgmt/urls.py` declares `ANY /api/sites/<int:site_id>/rss.xml` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/sites/<int:site_id>/sitemap.xml
`backend/sites_mgmt/urls.py` declares `ANY /api/sites/<int:site_id>/sitemap.xml` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes i…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/sites/<int:site_id>/stats/
`backend/sites_mgmt/urls.py` declares `ANY /api/sites/<int:site_id>/stats/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/sites/<int:site_id>/tags/
`backend/sites_mgmt/urls.py` declares `ANY /api/sites/<int:site_id>/tags/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/sites/<int:site_id>/topic-clusters/
`backend/sites_mgmt/urls.py` declares `ANY /api/sites/<int:site_id>/topic-clusters/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consum…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/sites/<int:site_id>/weekly-digest/
`backend/sites_mgmt/urls.py` declares `ANY /api/sites/<int:site_id>/weekly-digest/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/trends/
`backend/sites_mgmt/urls.py` declares `ANY /api/trends/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/webflow/collections/
`backend/sites_mgmt/urls.py` declares `ANY /api/webflow/collections/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/webflow/connect/
`backend/sites_mgmt/urls.py` declares `ANY /api/webflow/connect/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/webflow/discover/
`backend/sites_mgmt/urls.py` declares `ANY /api/webflow/discover/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/wp/connect/
`backend/sites_mgmt/urls.py` declares `ANY /api/wp/connect/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /api/wp/discover/
`backend/sites_mgmt/urls.py` declares `ANY /api/wp/discover/` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: backend/sites_mgmt/api_v1.py (3611 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/sites_mgmt/article_generator.py (1979 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/sites_mgmt/models.py (1563 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: backend/sites_mgmt/views.py (10572 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: marketing/components/dashboard/PostEditorPage.tsx (1539 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: marketing/components/LandingPage.tsx (1610 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: marketing/components/SEOAnalyzer.tsx (2618 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/37b87ec1-3ea7-4a94-8d90-8d7deb4a3882/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/37b87ec1-3ea7-4a94-8d90-8d7deb4a3882/

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.