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.

Tzeusy/butlers

https://github.com/Tzeusy/butlers · scanned 2026-06-16 03:52 UTC (2 months ago)

2118 raw signals (130 security + 1988 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months ago · v5 · last Δ -0.7 (diff) · 985 actionable findings from 2 signal sources. 418 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 56.5/100 with 100.0% coverage. It contains 33692 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 1004 findings — concentrated in quality (612), security (210), frontend (82). Risk profile is high: 1 critical, 200 high, 96 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

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

critical Security checks quality Practices conf 0.82 15 occurrences Foundry mined mock as real or placeholder: Tzeusy/butlers
Graph query export: Mock, sample, placeholder, or self-attested behavior treated as real Query id: mock_as_real_or_placeholder Query type: motif_query Intent: Hard negatives for fake completeness and missing real data paths. Motif: mock_as_real_or_placeholder Training usage: hard_negative Graph gol…
15 occurrences
repo-level (15 hits)
critical Security checks security auth conf 0.78 16 occurrences Foundry mined security auth guardrail gaps: Tzeusy/butlers
Graph query export: Security/auth changes without enough guardrails Query id: security_auth_guardrail_gaps Query type: motif_query Intent: Assumption-check security/auth examples requiring stronger tests or CI. Motif: security_auth_without_guardrails Training usage: assumption_check Graph gold labe…
16 occurrences
repo-level (16 hits)
critical System graph security Secrets conf 1.00 Possible secret in src/butlers/api/db.py
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
src/butlers/api/db.py:30
high Security checks quality Practices conf 0.84 23 occurrences Foundry mined bad chains: Tzeusy/butlers
Comment chain pattern product: bad_chains Repo: Tzeusy/butlers Thread: Tzeusy/butlers#9 Outcome: not_resolved_or_not_observed Thread label: thread_has_human_issue_without_fix_context Source graph label: source_backed_multi_signal_graph Reasons: source_graph_has_real_artifacts, source_graph_has_veri…
23 occurrences
repo-level (23 hits)
high Security checks quality Quality conf 0.76 13 occurrences Foundry mined schema ui api mismatch: Tzeusy/butlers
Graph query export: Schema, UI, and API mismatch Query id: schema_ui_api_mismatch Query type: motif_query Intent: Assumption-check examples for data-path consistency across layers. Motif: schema_ui_api_mismatch Training usage: assumption_check Graph gold label: assumption_check Repo: Tzeusy/butlers…
13 occurrences
repo-level (13 hits)
high Security checks quality Testing conf 0.78 74 occurrences Foundry mined test ci gap after feedback: Tzeusy/butlers
Graph query export: Feedback exposes missing tests or CI Query id: test_ci_gap_after_feedback Query type: motif_query Intent: Hard negatives for feedback/fix chains without adequate guardrails. Motif: test_ci_gap_after_feedback Training usage: hard_negative Graph gold label: assumption_check Repo: …
74 occurrences
repo-level (74 hits)
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/data/wipe (frontend/src/pages/SettingsPermissionsPage.tsx:180)
`frontend/src/pages/SettingsPermissionsPage.tsx:180` calls `DELETE /api/data/wipe` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/data/wipe` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: DELETE /api/webhooks/${id} (frontend/src/pages/SettingsPermissionsPage.tsx:157)
`frontend/src/pages/SettingsPermissionsPage.tsx:157` calls `DELETE /api/webhooks/${id}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/webhooks/<p>` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 2 occurrences Dangling fetch: GET /api/... (frontend/src/lib/__tests__/entity-glosses.enforcement.test.ts:119)
`frontend/src/lib/__tests__/entity-glosses.enforcement.test.ts:119` calls `GET /api/...` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/...` If this points at an external API, prefix it with `https://` so the matche…
2 occurrences
repo-level (2 hits)
Dangling fetchFetch
high System graph api Wiring conf 1.00 2 occurrences Dangling fetch: GET /api/... (frontend/src/lib/__tests__/entity-glosses.enforcement.test.ts:22)
`frontend/src/lib/__tests__/entity-glosses.enforcement.test.ts:22` calls `GET /api/...` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/...` If this points at an external API, prefix it with `https://` so the matcher…
2 occurrences
repo-level (2 hits)
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/... (frontend/src/lib/__tests__/entity-glosses.enforcement.test.ts:341)
`frontend/src/lib/__tests__/entity-glosses.enforcement.test.ts:341` calls `GET /api/...` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/...` If this points at an external API, prefix it with `https://` so the matche…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/permissions (frontend/src/pages/SettingsPermissionsPage.tsx:126)
`frontend/src/pages/SettingsPermissionsPage.tsx:126` calls `GET /api/permissions` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/permissions` If this points at an external API, prefix it with `https://` so the match…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/webhooks (frontend/src/pages/SettingsPermissionsPage.tsx:150)
`frontend/src/pages/SettingsPermissionsPage.tsx:150` calls `GET /api/webhooks` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/webhooks` If this points at an external API, prefix it with `https://` so the matcher ski…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://... (frontend/src/lib/__tests__/entity-glosses.enforcement.test.ts:122)
`frontend/src/lib/__tests__/entity-glosses.enforcement.test.ts:122` calls `GET http://...` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/...` If this points at an external API, prefix it with `https://` so th…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET http://... (frontend/src/lib/__tests__/entity-glosses.enforcement.test.ts:23)
`frontend/src/lib/__tests__/entity-glosses.enforcement.test.ts:23` calls `GET http://...` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http:/...` If this points at an external API, prefix it with `https://` so the…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://... (frontend/src/lib/__tests__/entity-glosses.enforcement.test.ts:122)
`frontend/src/lib/__tests__/entity-glosses.enforcement.test.ts:122` calls `GET https://...` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/...` If this points at an external API, prefix it with `https://` so …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://... (frontend/src/lib/__tests__/entity-glosses.enforcement.test.ts:23)
`frontend/src/lib/__tests__/entity-glosses.enforcement.test.ts:23` calls `GET https://...` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/...` If this points at an external API, prefix it with `https://` so t…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/data/export (frontend/src/pages/SettingsPermissionsPage.tsx:169)
`frontend/src/pages/SettingsPermissionsPage.tsx:169` calls `POST /api/data/export` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/data/export` If this points at an external API, prefix it with `https://` so the matc…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/webhooks (frontend/src/pages/SettingsPermissionsPage.tsx:197)
`frontend/src/pages/SettingsPermissionsPage.tsx:197` calls `POST /api/webhooks` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/webhooks` If this points at an external API, prefix it with `https://` so the matcher sk…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/webhooks/${id}/test (frontend/src/pages/SettingsPermissionsPage.tsx:162)
`frontend/src/pages/SettingsPermissionsPage.tsx:162` calls `POST /api/webhooks/${id}/test` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/webhooks/<p>/test` If this points at an external API, prefix it with `https:/…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: PUT /api/permissions/${encodeURIComponent(butler)}/${encodeURIComponent(perm)} (frontend/src/pages/SettingsPermissionsPage.tsx:138)
`frontend/src/pages/SettingsPermissionsPage.tsx:138` calls `PUT /api/permissions/${encodeURIComponent(butler)}/${encodeURIComponent(perm)}` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/permissions/<p>/<p>` If this…
Dangling fetchFetch
high System graph security auth conf 1.00 FastAPI DELETE `cancel_session` without auth dependency — src/butlers/api/routers/cli_auth.py:225
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/cli_auth.py:225 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_allowed_repo` without auth dependency — src/butlers/api/routers/qa.py:2969
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/qa.py:2969 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_api_key` without auth dependency — src/butlers/api/routers/cli_auth.py:303
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/cli_auth.py:303 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_channel_default_not_allowed` without auth dependency — src/butlers/api/routers/channel_defaults.py:247
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/channel_defaults.py:247 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_condition` without auth dependency — roster/health/api/router.py:706
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/health/api/router.py:706 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_connector` without auth dependency — roster/switchboard/api/router.py:1122
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/switchboard/api/router.py:1122 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_dismissal` without auth dependency — src/butlers/api/routers/qa.py:2785
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/qa.py:2785 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_entity` without auth dependency — src/butlers/api/routers/memory.py:1424
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/memory.py:1424 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_google_credentials_endpoint` without auth dependency — src/butlers/api/routers/oauth.py:1766
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/oauth.py:1766 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_ha_config` without auth dependency — src/butlers/api/routers/home_assistant.py:298
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/home_assistant.py:298 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_ingestion_rule` without auth dependency — roster/switchboard/api/router.py:3241
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/switchboard/api/router.py:3241 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_maintenance_item` without auth dependency — roster/home/api/router.py:982
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/home/api/router.py:982 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_meal` without auth dependency — roster/health/api/router.py:1133
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/health/api/router.py:1133 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_measurement` without auth dependency — roster/health/api/router.py:290
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/health/api/router.py:290 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_medication` without auth dependency — roster/health/api/router.py:544
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/health/api/router.py:544 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_provider` without auth dependency — src/butlers/api/routers/provider_settings.py:254
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/provider_settings.py:254 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_research` without auth dependency — roster/health/api/router.py:1328
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/health/api/router.py:1328 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_routing_instruction` without auth dependency — roster/switchboard/api/router.py:2780
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/switchboard/api/router.py:2780 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_saved_view` without auth dependency — src/butlers/api/routers/timeline_saved_views.py:249
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/timeline_saved_views.py:249 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_schedule` without auth dependency — src/butlers/api/routers/schedules.py:273
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/schedules.py:273 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_secret` without auth dependency — src/butlers/api/routers/secrets.py:253
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/secrets.py:253 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_spend_rule` without auth dependency — src/butlers/api/routers/spend.py:1387
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/spend.py:1387 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_state` without auth dependency — src/butlers/api/routers/state.py:152
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/state.py:152 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_symptom` without auth dependency — roster/health/api/router.py:904
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/health/api/router.py:904 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_system_credential` without auth dependency — src/butlers/api/routers/secrets_v2.py:3697
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/secrets_v2.py:3697 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_thread_affinity_override` without auth dependency — roster/switchboard/api/router.py:2527
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/switchboard/api/router.py:2527 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_webhook` without auth dependency — src/butlers/api/routers/webhooks.py:404
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/webhooks.py:404 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `disconnect_google_account` without auth dependency — src/butlers/api/routers/oauth.py:1917
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/oauth.py:1917 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `disconnect_google_health` without auth dependency — src/butlers/api/routers/google_health.py:858
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/google_health.py:858 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `disconnect_steam_account` without auth dependency — src/butlers/api/routers/steam.py:419
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/steam.py:419 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `remove_priority_contact` without auth dependency — src/butlers/api/routers/priority_contacts.py:343
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/priority_contacts.py:343 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `undismiss_issue` without auth dependency — src/butlers/api/routers/issues.py:252
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/issues.py:252 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `undismiss_known_issue` without auth dependency — src/butlers/api/routers/qa.py:2330
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/qa.py:2330 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `unlink_contact` without auth dependency — src/butlers/api/routers/memory.py:1597
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/memory.py:1597 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `wipe_data` without auth dependency — src/butlers/api/routers/data_ops.py:300
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/data_ops.py:300 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `bulk_update_transactions` without auth dependency — roster/finance/api/router.py:825
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/finance/api/router.py:825 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `cancel_backfill_job` without auth dependency — roster/switchboard/api/router.py:2185
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/switchboard/api/router.py:2185 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `mark_notification_read` without auth dependency — src/butlers/api/routers/notifications.py:376
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/notifications.py:376 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch_allowed_repo` without auth dependency — src/butlers/api/routers/qa.py:2929
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/qa.py:2929 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `patch_runtime_config` without auth dependency — src/butlers/api/routers/runtime_config.py:146
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/runtime_config.py:146 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `pause_backfill_job` without auth dependency — roster/switchboard/api/router.py:2119
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/switchboard/api/router.py:2119 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `resume_backfill_job` without auth dependency — roster/switchboard/api/router.py:2255
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/switchboard/api/router.py:2255 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `toggle_schedule` without auth dependency — src/butlers/api/routers/schedules.py:324
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/schedules.py:324 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_connector_cursor` without auth dependency — roster/switchboard/api/router.py:1191
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/switchboard/api/router.py:1191 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_connector_settings` without auth dependency — roster/switchboard/api/router.py:1273
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/switchboard/api/router.py:1273 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_conversation` without auth dependency — src/butlers/api/routers/conversations.py:688
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/conversations.py:688 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_entity` without auth dependency — src/butlers/api/routers/memory.py:1245
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/memory.py:1245 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_ingestion_rule` without auth dependency — roster/switchboard/api/router.py:3082
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/switchboard/api/router.py:3082 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_routing_instruction` without auth dependency — roster/switchboard/api/router.py:2681
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/switchboard/api/router.py:2681 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_saved_view` without auth dependency — src/butlers/api/routers/timeline_saved_views.py:186
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/timeline_saved_views.py:186 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_thread_affinity_settings` without auth dependency — roster/switchboard/api/router.py:2383
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/switchboard/api/router.py:2383 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `update_thresholds` without auth dependency — roster/home/api/router.py:1114
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/home/api/router.py:1114 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PATCH `upsert_channel_default` without auth dependency — src/butlers/api/routers/channel_defaults.py:172
`@router.patch` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/channel_defaults.py:172 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `ack_failed_notifications` without auth dependency — src/butlers/api/routers/notifications.py:455
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/notifications.py:455 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `add_priority_contact` without auth dependency — src/butlers/api/routers/priority_contacts.py:238
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/priority_contacts.py:238 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `approve_action` without auth dependency — src/butlers/api/routers/approvals.py:625
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/approvals.py:625 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `approve_approval` without auth dependency — src/butlers/api/routers/approvals.py:1916
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/approvals.py:1916 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `archive_entity` without auth dependency — src/butlers/api/routers/memory.py:1517
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/memory.py:1517 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `bulk_ingest_transactions` without auth dependency — roster/finance/api/router.py:688
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/finance/api/router.py:688 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `bulk_ingestion_rules` without auth dependency — roster/switchboard/api/router.py:3345
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/switchboard/api/router.py:3345 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `bulk_retry_ingestion_events` without auth dependency — src/butlers/api/routers/ingestion_events.py:385
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/ingestion_events.py:385 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `call_butler_mcp_tool` without auth dependency — src/butlers/api/routers/butlers.py:596
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/butlers.py:596 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `complete_maintenance_item` without auth dependency — roster/home/api/router.py:926
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/home/api/router.py:926 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `configure_ha` without auth dependency — src/butlers/api/routers/home_assistant.py:248
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/home_assistant.py:248 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `confirm_fact` without auth dependency — src/butlers/api/routers/memory.py:571
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/memory.py:571 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `confirm_suggestion` without auth dependency — src/butlers/api/routers/approvals.py:1667
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/approvals.py:1667 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `connect_steam_account` without auth dependency — src/butlers/api/routers/steam.py:279
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/steam.py:279 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_allowed_repo` without auth dependency — src/butlers/api/routers/qa.py:2867
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/qa.py:2867 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_backfill_job` without auth dependency — roster/switchboard/api/router.py:2011
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/switchboard/api/router.py:2011 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_condition` without auth dependency — roster/health/api/router.py:653
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/health/api/router.py:653 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_conversation` without auth dependency — src/butlers/api/routers/conversations.py:489
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/conversations.py:489 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_ingestion_rule` without auth dependency — roster/switchboard/api/router.py:2964
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/switchboard/api/router.py:2964 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_maintenance_item` without auth dependency — roster/home/api/router.py:866
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/home/api/router.py:866 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_meal` without auth dependency — roster/health/api/router.py:1075
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/health/api/router.py:1075 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_measurement` without auth dependency — roster/health/api/router.py:230
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/health/api/router.py:230 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_medication` without auth dependency — roster/health/api/router.py:490
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/health/api/router.py:490 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_provider` without auth dependency — src/butlers/api/routers/provider_settings.py:158
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/provider_settings.py:158 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_research` without auth dependency — roster/health/api/router.py:1270
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/health/api/router.py:1270 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_routing_instruction` without auth dependency — roster/switchboard/api/router.py:2637
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/switchboard/api/router.py:2637 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_rule_from_action` without auth dependency — src/butlers/api/routers/approvals.py:958
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/approvals.py:958 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_rule` without auth dependency — src/butlers/api/routers/approvals.py:931
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/approvals.py:931 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_saved_view` without auth dependency — src/butlers/api/routers/timeline_saved_views.py:161
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/timeline_saved_views.py:161 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_schedule` without auth dependency — src/butlers/api/routers/schedules.py:178
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/schedules.py:178 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_spend_rule` without auth dependency — src/butlers/api/routers/spend.py:1196
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/spend.py:1196 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_symptom` without auth dependency — roster/health/api/router.py:846
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/health/api/router.py:846 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_synthetic_finding` without auth dependency — src/butlers/api/routers/qa.py:2631
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/qa.py:2631 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_webhook` without auth dependency — src/butlers/api/routers/webhooks.py:256
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/webhooks.py:256 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `defer_approval` without auth dependency — src/butlers/api/routers/approvals.py:2062
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/approvals.py:2062 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `deny_approval` without auth dependency — src/butlers/api/routers/approvals.py:2011
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/approvals.py:2011 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `disconnect_connector` without auth dependency — src/butlers/api/routers/ingestion_connectors.py:566
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/ingestion_connectors.py:566 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `disconnect_spotify` without auth dependency — src/butlers/api/routers/spotify.py:746
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/spotify.py:746 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `disconnect_user_credential` without auth dependency — src/butlers/api/routers/secrets_v2.py:2727
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/secrets_v2.py:2727 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `disconnect_whatsapp` without auth dependency — src/butlers/api/routers/whatsapp.py:309
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/whatsapp.py:309 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `dismiss_issue` without auth dependency — src/butlers/api/routers/issues.py:219
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/issues.py:219 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `dismiss_known_issue` without auth dependency — src/butlers/api/routers/qa.py:2280
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/qa.py:2280 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `dismiss_suggestion` without auth dependency — src/butlers/api/routers/approvals.py:1805
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/approvals.py:1805 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `expire_stale_actions` without auth dependency — src/butlers/api/routers/approvals.py:889
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/approvals.py:889 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `explain_episode` without auth dependency — roster/chronicler/api/router.py:624
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/chronicler/api/router.py:624 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `export_data` without auth dependency — src/butlers/api/routers/data_ops.py:181
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/data_ops.py:181 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `force_butler_tick` without auth dependency — src/butlers/api/routers/butlers.py:951
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/butlers.py:951 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `force_patrol` without auth dependency — src/butlers/api/routers/qa.py:2563
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/qa.py:2563 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_owntracks_token` without auth dependency — src/butlers/api/routers/owntracks.py:324
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/owntracks.py:324 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `kill_butler` without auth dependency — src/butlers/api/routers/butler_management.py:477
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/butler_management.py:477 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `mutate_butler_event` without auth dependency — src/butlers/api/routers/calendar_workspace.py:1079
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/calendar_workspace.py:1079 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `mutate_user_event` without auth dependency — src/butlers/api/routers/calendar_workspace.py:1018
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/calendar_workspace.py:1018 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `pause_connector` without auth dependency — src/butlers/api/routers/ingestion_connectors.py:337
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/ingestion_connectors.py:337 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `probe_system_credential` without auth dependency — src/butlers/api/routers/secrets_v2.py:3501
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/secrets_v2.py:3501 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `probe_user_credential` without auth dependency — src/butlers/api/routers/secrets_v2.py:2836
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/secrets_v2.py:2836 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `promote_entity` without auth dependency — src/butlers/api/routers/memory.py:1619
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/memory.py:1619 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reauth_connector` without auth dependency — src/butlers/api/routers/ingestion_connectors.py:836
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/ingestion_connectors.py:836 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reauthorize_cli_credential` without auth dependency — src/butlers/api/routers/secrets_v2.py:4184
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/secrets_v2.py:4184 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reauthorize_user_credential` without auth dependency — src/butlers/api/routers/secrets_v2.py:3017
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/secrets_v2.py:3017 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `receive_heartbeat` without auth dependency — roster/switchboard/api/router.py:423
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/switchboard/api/router.py:423 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `refresh_day_close` without auth dependency — roster/chronicler/api/router.py:1893
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/chronicler/api/router.py:1893 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reject_action` without auth dependency — src/butlers/api/routers/approvals.py:845
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/approvals.py:845 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reload_accounts` without auth dependency — src/butlers/connectors/gmail.py:3448
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/connectors/gmail.py:3448 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reload_accounts` without auth dependency — src/butlers/connectors/google_calendar.py:1999
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/connectors/google_calendar.py:1999 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reload` without auth dependency — src/butlers/connectors/google_drive.py:1969
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/connectors/google_drive.py:1969 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `replay_ingestion_event` without auth dependency — src/butlers/api/routers/ingestion_events.py:599
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/ingestion_events.py:599 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reset_circuit_breaker` without auth dependency — src/butlers/api/routers/healing.py:657
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/healing.py:657 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reset_circuit_breaker` without auth dependency — src/butlers/api/routers/qa.py:3050
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/qa.py:3050 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `retract_fact` without auth dependency — src/butlers/api/routers/memory.py:630
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/memory.py:630 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `retry_action` without auth dependency — src/butlers/api/routers/approvals.py:788
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/approvals.py:788 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `retry_approval` without auth dependency — src/butlers/api/routers/approvals.py:2129
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/approvals.py:2129 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `retry_healing_attempt` without auth dependency — src/butlers/api/routers/healing.py:451
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/healing.py:451 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `revoke_cli_credential` without auth dependency — src/butlers/api/routers/secrets_v2.py:4079
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/secrets_v2.py:4079 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `revoke_rule` without auth dependency — src/butlers/api/routers/approvals.py:1111
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/approvals.py:1111 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `rotate_cli_credential` without auth dependency — src/butlers/api/routers/secrets_v2.py:3970
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/secrets_v2.py:3970 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `rotate_connector_token` without auth dependency — src/butlers/api/routers/ingestion_connectors.py:699
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/ingestion_connectors.py:699 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `rotate_user_credential` without auth dependency — src/butlers/api/routers/secrets_v2.py:2612
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/secrets_v2.py:2612 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_now_connector` without auth dependency — src/butlers/api/routers/ingestion_connectors.py:423
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/ingestion_connectors.py:423 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `run_reembed` without auth dependency — src/butlers/api/routers/memory.py:2244
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/memory.py:2244 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `send_code` without auth dependency — src/butlers/api/routers/telegram_auth.py:175
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/telegram_auth.py:175 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `send_message` without auth dependency — src/butlers/api/routers/conversations.py:605
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/conversations.py:605 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `set_butler_eligibility` without auth dependency — roster/switchboard/api/router.py:596
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/switchboard/api/router.py:596 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `set_system_credential` without auth dependency — src/butlers/api/routers/secrets_v2.py:3248
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/secrets_v2.py:3248 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `start_auth` without auth dependency — src/butlers/api/routers/cli_auth.py:157
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/cli_auth.py:157 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `start_spotify_oauth` without auth dependency — src/butlers/api/routers/spotify.py:450
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/spotify.py:450 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `start_whatsapp_pairing` without auth dependency — src/butlers/api/routers/whatsapp.py:225
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/whatsapp.py:225 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `submit_curriculum_request` without auth dependency — roster/education/api/router.py:632
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/education/api/router.py:632 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `submit_episode_correction` without auth dependency — roster/chronicler/api/router.py:444
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/chronicler/api/router.py:444 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `sync_repo` without auth dependency — src/butlers/api/routers/qa.py:3193
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/qa.py:3193 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `sync_workspace` without auth dependency — src/butlers/api/routers/calendar_workspace.py:821
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/calendar_workspace.py:821 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `test_api_key` without auth dependency — src/butlers/api/routers/cli_auth.py:343
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/cli_auth.py:343 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `test_blob_storage` without auth dependency — src/butlers/api/routers/blob_storage.py:133
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/blob_storage.py:133 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `test_connectivity` without auth dependency — src/butlers/api/routers/provider_settings.py:279
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/provider_settings.py:279 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `test_ingestion_rule` without auth dependency — roster/switchboard/api/router.py:3293
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/switchboard/api/router.py:3293 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `test_webhook` without auth dependency — src/butlers/api/routers/webhooks.py:434
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/webhooks.py:434 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `trigger_butler` without auth dependency — src/butlers/api/routers/butlers.py:862
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/butlers.py:862 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `trigger_schedule` without auth dependency — src/butlers/api/routers/schedules.py:301
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/schedules.py:301 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `unarchive_entity` without auth dependency — src/butlers/api/routers/memory.py:1565
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/memory.py:1565 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `update_spotify_config` without auth dependency — src/butlers/api/routers/spotify.py:414
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/spotify.py:414 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `verify_code` without auth dependency — src/butlers/api/routers/telegram_auth.py:231
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/telegram_auth.py:231 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `save_api_key` without auth dependency — src/butlers/api/routers/cli_auth.py:244
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/cli_auth.py:244 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `set_linked_contact` without auth dependency — src/butlers/api/routers/memory.py:1346
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/memory.py:1346 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `set_module_enabled` without auth dependency — src/butlers/api/routers/modules.py:174
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/modules.py:174 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `set_permission` without auth dependency — src/butlers/api/routers/permissions.py:137
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/permissions.py:137 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `set_primary_calendar` without auth dependency — src/butlers/api/routers/calendar_workspace.py:794
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/calendar_workspace.py:794 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `set_primary_google_account` without auth dependency — src/butlers/api/routers/oauth.py:1894
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/oauth.py:1894 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `set_primary_steam_account` without auth dependency — src/butlers/api/routers/steam.py:493
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/steam.py:493 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `set_state` without auth dependency — src/butlers/api/routers/state.py:119
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/state.py:119 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_approvals_policy` without auth dependency — src/butlers/api/routers/approvals.py:1498
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/approvals.py:1498 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_butler_prompt` without auth dependency — src/butlers/api/routers/butler_management.py:198
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/butler_management.py:198 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_butler_tool` without auth dependency — src/butlers/api/routers/butler_management.py:354
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/butler_management.py:354 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_condition` without auth dependency — roster/health/api/router.py:677
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/health/api/router.py:677 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_general_settings` without auth dependency — src/butlers/api/routers/general_settings.py:102
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/general_settings.py:102 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_meal` without auth dependency — roster/health/api/router.py:1104
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/health/api/router.py:1104 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_measurement` without auth dependency — roster/health/api/router.py:258
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/health/api/router.py:258 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_medication` without auth dependency — roster/health/api/router.py:515
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/health/api/router.py:515 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_mind_map_status` without auth dependency — roster/education/api/router.py:586
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/education/api/router.py:586 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_provider` without auth dependency — src/butlers/api/routers/provider_settings.py:199
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/provider_settings.py:199 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_repo_config` without auth dependency — src/butlers/api/routers/qa.py:3158
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/qa.py:3158 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_research` without auth dependency — roster/health/api/router.py:1299
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/health/api/router.py:1299 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_retention_policies` without auth dependency — src/butlers/api/routers/memory.py:1911
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/memory.py:1911 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_schedule` without auth dependency — src/butlers/api/routers/schedules.py:233
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/schedules.py:233 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_spend_ceiling` without auth dependency — src/butlers/api/routers/spend.py:1451
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/spend.py:1451 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_spend_rule` without auth dependency — src/butlers/api/routers/spend.py:1277
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/spend.py:1277 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_symptom` without auth dependency — roster/health/api/router.py:875
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/health/api/router.py:875 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_webhook` without auth dependency — src/butlers/api/routers/webhooks.py:331
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/webhooks.py:331 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `upsert_google_credentials` without auth dependency — src/butlers/api/routers/oauth.py:1711
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/oauth.py:1711 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `upsert_secret` without auth dependency — src/butlers/api/routers/secrets.py:184
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
src/butlers/api/routers/secrets.py:184 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `upsert_thread_affinity_override` without auth dependency — roster/switchboard/api/router.py:2468
`@router.put` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
roster/switchboard/api/router.py:2468 securityAuth fastapi unauth mutation
high System graph security security conf 1.00 Insecure pattern 'tls_verify_false' in src/butlers/jobs/home.py:136
Found a known-risky pattern (tls_verify_false). Review and replace if possible.
src/butlers/jobs/home.py:136 Tls verify false
medium Security checks quality Practices conf 0.62 109 occurrences Foundry mined assumption checks: Tzeusy/butlers
Comment chain pattern product: assumption_checks Repo: Tzeusy/butlers Thread: Tzeusy/butlers#58 Outcome: ambiguous_needs_more_evidence Thread label: thread_needs_classification Source graph label: source_backed_multi_signal_graph Reasons: source_graph_has_real_artifacts, source_graph_has_verificati…
109 occurrences
repo-level (109 hits)
medium Security checks quality maintenance conf 0.70 96 occurrences Foundry mined blueprint gap alignment: Tzeusy/butlers
Graph query export: Human feedback aligned with blueprint or architecture gaps Query id: blueprint_gap_alignment Query type: motif_query Intent: Curriculum-gap examples connecting issue threads to helicopter-view gaps. Motif: blueprint_gap_alignment Training usage: curriculum_gap Graph gold label: …
96 occurrences
repo-level (96 hits)
medium Security checks quality Practices conf 0.70 53 occurrences Foundry mined unresolved feedback: Tzeusy/butlers
Graph query export: Human feedback without linked fix evidence Query id: unresolved_feedback Query type: motif_query Intent: Negative/unresolved examples that should not be hallucinated into fixes. Motif: unlinked_feedback_needs_evidence Training usage: negative_or_unresolved Graph gold label: assu…
53 occurrences
repo-level (53 hits)
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — frontend/src/hooks/use-memory.ts:451
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 — frontend/src/lib/__tests__/entity-glosses.enforcement.test.ts:20
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 — frontend/src/pages/AuditLogPage.test.tsx:286
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 — frontend/src/pages/SettingsPermissionsPage.tsx:126
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 — pr/overview/design-canvas.jsx:117
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/opsx/apply.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/commands/opsx/apply.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/opsx/archive.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/commands/opsx/archive.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/opsx/ff.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/commands/opsx/ff.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/opsx/new.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/commands/opsx/new.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/opsx/onboard.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/commands/opsx/onboard.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/opsx/sync.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/commands/opsx/sync.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/adding-butlers-to-roster/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/adding-butlers-to-roster/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/butler-db-schema/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/butler-db-schema/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/butler-dev-debug/references/logs-and-health.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/butler-dev-debug/references/logs-and-health.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/butler-dev-debug/references/session-queries.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/butler-dev-debug/references/session-queries.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/butler-qa-pr-review/agents/openai.yaml
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/butler-qa-pr-review/agents/openai.yaml VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/butler-qa-pr-review/references/pii-and-replies.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/butler-qa-pr-review/references/pii-and-replies.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/butler-tool-review/references/tool-budget.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/butler-tool-review/references/tool-budget.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/butlers-redesign-prompt/assets/brief-template.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/butlers-redesign-prompt/assets/brief-template.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/butlers-redesign-prompt/references/input-gathering.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/butlers-redesign-prompt/references/input-gathering.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/butlers-redesign-prompt/references/llm-pricing.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/butlers-redesign-prompt/references/llm-pricing.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/generate-grafana-dashboards/references/metrics-catalogue.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/generate-grafana-dashboards/references/metrics-catalogue.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/generate-grafana-dashboards/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/generate-grafana-dashboards/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: AGENTS.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.
AGENTS.md VerificationAgents md
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: roster/messenger/AGENTS.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.
roster/messenger/AGENTS.md VerificationAgents md
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: roster/messenger/CLAUDE.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.
roster/messenger/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: roster/messenger/GEMINI.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.
roster/messenger/GEMINI.md VerificationGemini instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: roster/shared/AGENTS.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.
roster/shared/AGENTS.md VerificationAgents md
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: roster/switchboard/AGENTS.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.
roster/switchboard/AGENTS.md VerificationAgents md
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: roster/travel/AGENTS.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.
roster/travel/AGENTS.md VerificationAgents md
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 frontend Frontend quality conf 1.00 Custom React Flow node registered without explicit width/height — frontend/src/components/timeline/UnifiedTimeline.test.tsx:9
When you register a custom node type via `nodeTypes`, the RFNode object you build must include `width` and `height` props. Without them, MiniMap renders ZERO mini-nodes for that type and `fitView` underestimates the bounds (cuts off lane labels, etc.). Add `width: …, height: …` to the node object. …
Fq rfnode no dims
medium System graph frontend Frontend quality conf 1.00 Custom React Flow node registered without explicit width/height — frontend/src/pages/DashboardPage.test.tsx:602
When you register a custom node type via `nodeTypes`, the RFNode object you build must include `width` and `height` props. Without them, MiniMap renders ZERO mini-nodes for that type and `fitView` underestimates the bounds (cuts off lane labels, etc.). Add `width: …, height: …` to the node object. …
Fq rfnode no dims
medium System graph hardware Supply chain conf 1.00 Docker base image uses a mutable or implicit tag: butlers-base:latest
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
Dockerfile:29 containersPinned dependencies
medium System graph hardware Security conf 1.00 Dockerfile runs as root: Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph cicd CI/CD security conf 1.00 8 occurrences GitHub Action is tag-pinned rather than SHA-pinned
astral-sh/[email protected] can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
3 files, 8 locations
.github/workflows/release.yml:45, 53, 61, 70, 78 (5 hits)
.github/workflows/ci.yml:36, 97 (2 hits)
.github/workflows/nightly.yml:38
CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/release.yml CI/CD securitySupply chainGithub actions
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — .claude/skills/butler-qa-pr-review/scripts/_github.py:26
`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 — scripts/release_tag.py:33
`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 — src/butlers/testing/changed_files.py:62
`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 — src/butlers/testing/scoped_runner.py:15
`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 298 placeholder/mock markers across 115 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph network Security conf 1.00 Privileged port 2 in use
Port 2 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
docker-compose.yml Ports
medium System graph network Security conf 1.00 Privileged port 4 in use
Port 4 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
docker-compose.yml Ports
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 148 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: golang:1.25-bookworm
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
Dockerfile:14 containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 6 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/setup-python@v6 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
3 files, 6 locations
.github/workflows/ci.yml:31, 117, 146, 168 (4 hits)
.github/workflows/nightly.yml:33
.github/workflows/release.yml:21
CI/CD securitySupply chainGithub actions
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — frontend/src/components/butler-detail/ButlerManagementTab.tsx:326
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph quality Integrity conf 1.00 12 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: roster/messenger/tools/rate_limiter.py:check_admission, roster/messenger/tools/rate_limiter.py:release 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…
12 occurrences
repo-level (12 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: roster/switchboard/api/models.py:scope_valid, roster/switchboard/api/models.py:scope_valid, roster/switchboard/api/models.py:scope_valid 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 2 occurrences Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: roster/lifestyle/migrations/001_lifestyle_tables.py:downgrade, roster/chronicler/migrations/012_reset_spotify_watermark_for_in_progress_projection.py:downgrade, roster/chronicler/migrations/011_reset_steam_spotify_watermarks.py:downgrade, alembic/vers…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 5 places
Functions with the same first-5-line body hash: roster/switchboard/api/router.py:delete_connector, src/butlers/api/routers/ingestion_connectors.py:pause_connector, src/butlers/api/routers/ingestion_connectors.py:run_now_connector, src/butlers/api/routers/ingestion_connectors.py:disconnect_connector…
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: roster/health/modules/__init__.py:on_shutdown, roster/messenger/modules/__init__.py:on_shutdown, roster/education/modules/__init__.py:on_shutdown, roster/switchboard/modules/__init__.py:on_shutdown This is *the* AI-coder failure mode (4× more duplica…
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 7 places
Functions with the same first-5-line body hash: roster/health/modules/__init__.py:on_startup, roster/messenger/modules/__init__.py:on_startup, roster/education/modules/__init__.py:on_startup, roster/relationship/modules/__init__.py:on_startup This is *the* AI-coder failure mode (4× more duplicatio…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 8 places
Functions with the same first-5-line body hash: roster/finance/modules/__init__.py:on_startup, roster/chronicler/modules/__init__.py:on_startup, roster/switchboard/modules/insight_broker.py:on_startup, src/butlers/modules/steam.py:on_startup This is *the* AI-coder failure mode (4× more duplication…
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_emit_kind_legacy` in src/butlers/api/routers/approvals.py:684
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 `_insert_legacy` in tests/api/test_audit_grouping_union_db.py:94
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 `_insert_legacy` in tests/migrations/test_backfill_dashboard_audit_log.py:148
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 `_make_wellness_envelope_v1` in roster/switchboard/tests/test_wellness_policy_bypass.py:94
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 `_normalize_single_event_to_ingest_v1` in src/butlers/connectors/whatsapp_user_client.py:1219
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 `_normalize_single_event_to_ingest_v1` in tests/connectors/test_whatsapp_user_client.py:53
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_normalize_to_ingest_v1` in src/butlers/connectors/discord_user.py:819
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 `_normalize_to_ingest_v1` in src/butlers/connectors/telegram_bot.py:750
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 `_normalize_to_ingest_v1` in src/butlers/connectors/telegram_user_client.py:1302
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 `_normalize_to_ingest_v1` in tests/connectors/test_discord_user_connector.py:47
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 `_normalize_to_ingest_v1` in tests/connectors/test_telegram_bot_connector.py:49
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 `_normalize_to_ingest_v1` in tests/connectors/test_telegram_user_client.py:56
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 `_normalize_to_ingest_v1` in tests/integration/test_connector_conformance.py:118
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 `_reminders_backup` in roster/relationship/migrations/007_reminders_to_calendar_events.py:4
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 `_reminders_backup` in roster/relationship/migrations/020_drop_reminders_backup.py:1
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 `_reminders_backup` in tests/config/test_migrations.py:689
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 `_reminders_backup` in tests/config/test_schema_matrix_migrations.py:74
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 `_reminders_backup` in tests/features/test_vcard.py:31
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 `_reminders_backup` in tests/migrations/test_calendar_event_columns_and_entities.py:176
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 `_reminders_backup` in tests/migrations/test_drop_backup_tables.py:12
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 `bot_legacy` in roster/switchboard/tests/test_contract_models.py:533
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 `cfg_legacy` in tests/config/test_config.py:411
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 `codex_v2` in tests/core/test_failover_classifier.py:254
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 `DateRange_old` in roster/health/tests/test_tools.py:1220
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 `delivery_id_old` in roster/messenger/tests/test_dead_letter_tools.py:296
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 `env_backup` in tests/daemon/test_liveness_reporter.py:227
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 `ep_old` in tests/api/test_relationship_entities_activity.py:381
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 `found_old` in src/butlers/core/qa/sources/log_scanner.py:372
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 `fp_legacy` in tests/core/healing/test_tracking.py:410
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 `ingest_v1` in roster/switchboard/tests/test_ingest_api.py:23
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 `ingest_v1` in roster/switchboard/tests/test_ingest_ingestion_events.py:1
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 `ingest_v1` in roster/switchboard/tests/test_ingest_tier.py:20
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 `ingest_v1` in roster/switchboard/tests/test_thread_affinity.py:397
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 `ingest_v1` in roster/switchboard/tests/test_triage_ingest_integration.py:3
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 `ingest_v1` in roster/switchboard/tools/__init__.py:14
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 `ingest_v1` in roster/switchboard/tools/ingestion/__init__.py:5
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 `ingest_v1` in roster/switchboard/tools/ingestion/ingest.py:560
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 `ingest_v1` in src/butlers/core_tools/_switchboard.py:29
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

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

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

This page is publicly accessible at: https://repobility.com/scan/1a9e783e-6332-4c3b-a29c-ce15ce4c870a/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/1a9e783e-6332-4c3b-a29c-ce15ce4c870a/

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.