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.

backspring-labs/squad-ops

https://github.com/backspring-labs/squad-ops · scanned 2026-06-17 01:37 UTC (1 month, 2 weeks ago)

130 raw signals (0 security + 130 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ -13.4 (diff) · 107 actionable findings from 1 signal source. 23 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 63.3/100 with 88.9% coverage. It contains 9697 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 130 findings — concentrated in quality (74), security (31), software (13). Risk profile is high: 7 critical, 23 high, 12 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

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

critical System graph security Secrets conf 1.00 Possible secret in config/profiles/cloud.yaml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
config/profiles/cloud.yaml:17
critical System graph security Secrets conf 1.00 Possible secret in config/profiles/dev.yaml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
config/profiles/dev.yaml:13
critical System graph security Secrets conf 1.00 Possible secret in config/profiles/lab.yaml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
config/profiles/lab.yaml:17
critical System graph security Secrets conf 1.00 Possible secret in config/profiles/local.yaml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
config/profiles/local.yaml:17
critical System graph security Secrets conf 1.00 Possible secret in scripts/bootstrap/lib/langfuse_setup.sh
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
scripts/bootstrap/lib/langfuse_setup.sh:13
high System graph security auth conf 1.00 FastAPI DELETE `delete_model` without auth dependency — src/squadops/api/routes/cycles/models.py:158
`@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/squadops/api/routes/cycles/models.py:158 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_profile` without auth dependency — src/squadops/api/routes/cycles/profiles.py:208
`@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/squadops/api/routes/cycles/profiles.py:208 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `activate_profile` without auth dependency — src/squadops/api/routes/cycles/profiles.py:220
`@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/squadops/api/routes/cycles/profiles.py:220 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cancel_cycle` without auth dependency — src/squadops/api/routes/cycles/cycles.py:176
`@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/squadops/api/routes/cycles/cycles.py:176 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cancel_run` without auth dependency — src/squadops/api/routes/cycles/runs.py:109
`@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/squadops/api/routes/cycles/runs.py:109 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `clone_profile` without auth dependency — src/squadops/api/routes/cycles/profiles.py:185
`@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/squadops/api/routes/cycles/profiles.py:185 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_cycle` without auth dependency — src/squadops/api/routes/cycles/cycles.py:26
`@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/squadops/api/routes/cycles/cycles.py:26 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_or_update_agent_status` without auth dependency — src/squadops/api/routes/platform_health.py:143
`@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/squadops/api/routes/platform_health.py:143 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_profile` without auth dependency — src/squadops/api/routes/cycles/profiles.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/squadops/api/routes/cycles/profiles.py:133 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_run` without auth dependency — src/squadops/api/routes/cycles/runs.py:35
`@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/squadops/api/routes/cycles/runs.py:35 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `gate_decision` without auth dependency — src/squadops/api/routes/cycles/runs.py:121
`@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/squadops/api/routes/cycles/runs.py:121 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `ingest_artifact` without auth dependency — src/squadops/api/routes/cycles/artifacts.py:31
`@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/squadops/api/routes/cycles/artifacts.py:31 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `promote_artifact` without auth dependency — src/squadops/api/routes/cycles/artifacts.py:125
`@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/squadops/api/routes/cycles/artifacts.py:125 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `promote_baseline` without auth dependency — src/squadops/api/routes/cycles/artifacts.py:232
`@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/squadops/api/routes/cycles/artifacts.py:232 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `proxy_chat_stream` without auth dependency — console/app/main.py:435
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
console/app/main.py:435 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `pull_model` without auth dependency — src/squadops/api/routes/cycles/models.py:113
`@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/squadops/api/routes/cycles/models.py:113 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `refresh` without auth dependency — console/app/auth_bff.py:262
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
console/app/auth_bff.py:262 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `resume_run` without auth dependency — src/squadops/api/routes/cycles/runs.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/squadops/api/routes/cycles/runs.py:175 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `send_chat_message` without auth dependency — src/squadops/api/routes/chat/routes.py:98
`@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/squadops/api/routes/chat/routes.py:98 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `set_active_profile` without auth dependency — src/squadops/api/routes/cycles/profiles.py:121
`@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/squadops/api/routes/cycles/profiles.py:121 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_agent_status` without auth dependency — src/squadops/api/routes/platform_health.py:175
`@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/squadops/api/routes/platform_health.py:175 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI PUT `update_profile` without auth dependency — src/squadops/api/routes/cycles/profiles.py:158
`@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/squadops/api/routes/cycles/profiles.py:158 securityAuth fastapi unauth mutation
high System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in src/squadops/bootstrap/setup/checks.py:243
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
src/squadops/bootstrap/setup/checks.py:243 Subprocess shell true
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/settings.json
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/settings.json VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .cursorrules
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.
.cursorrules VerificationCursor rule
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: 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.
CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing ci. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph hardware Supply chain conf 1.00 Docker base image uses a mutable or implicit tag: alpine/git:latest
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
console/Dockerfile:6 containersPinned dependencies
medium System graph hardware Security conf 1.00 Dockerfile runs as root: agents/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: console/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: src/squadops/api/runtime/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in console/app/main.py:634
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
console/app/main.py:634 Direct innerhtml assignment
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — src/squadops/cli/commands/bootstrap.py:65
`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 23 placeholder/mock markers across 10 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
low System graph quality Integrity conf 1.00 33 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `CONSOLE_CLIENT_ID`, `CONSOLE_REDIRECT_URI`, `DEPLOYMENT_PROFILE`, `HEALTH_CHECK_PUBLIC_URL`, `HEARTBEAT_INTERVAL`, `KEYCLOAK_PUBLIC_URL`, `KEYCLOAK_URL`, `LANGFUSE_API_PUBLIC_URL` + 25 more. Add them (with a placeholder/comment) to .env.example so…
config drift
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 271 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 2 occurrences Docker base image is tag-pinned but not digest-pinned: node:20-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
lines 22, 29
console/Dockerfile:22, 29 (2 hits)
containersPinned dependencies
low System graph hardware Supply chain conf 1.00 5 occurrences Docker base image is tag-pinned but not digest-pinned: python:3.11-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
3 files, 5 locations
agents/Dockerfile:15, 33 (2 hits)
src/squadops/api/runtime/Dockerfile:10, 23 (2 hits)
console/Dockerfile:48
containersPinned dependencies
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 11 places
Functions with the same first-5-line body hash: adapters/llm/ollama.py:chat, adapters/llm/ollama.py:chat_stream_with_usage, adapters/llm/ollama.py:chat_stream, adapters/noop/ports.py:chat This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygie…
duplicatesduplication
low System graph quality Integrity conf 1.00 12 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: adapters/cycles/filesystem_artifact_vault.py:retrieve, adapters/cycles/filesystem_artifact_vault.py:promote_artifact This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or doc…
12 occurrences
repo-level (12 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 7 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: adapters/cycles/postgres_squad_profile.py:update_profile, adapters/cycles/config_squad_profile.py:update_profile, src/squadops/ports/cycles/squad_profile.py:update_profile This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos —…
7 occurrences
repo-level (7 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_v0_legacy` in src/squadops/api/runtime/__init__.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 `_v0_legacy` in src/squadops/api/runtime/deps.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 `_v0_legacy` in src/squadops/api/runtime/main.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 `_v0_legacy` in src/squadops/core/lineage.py:7
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 `_v0_legacy` in src/squadops/tasks/legacy_models.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 `_v0_legacy` in src/squadops/tasks/types.py:11
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 `art_prd_v1` in tests/unit/cycles/conftest.py:61
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 `art_prd_v1` in tests/unit/cycles/test_models.py:152
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 `default_v1` in tests/unit/cli/test_commands_cycles.py:46
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 `hash_legacy` in tests/unit/cycles/test_legacy_parity.py:78
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 `model_copy` in adapters/telemetry/factory.py:186
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 `test_missing_task_index_falls_back_to_legacy` in tests/unit/cycles/test_distributed_flow_executor.py:449
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 `v0_legacy` in adapters/capabilities/aci_executor.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 software Dead code conf 1.00 Possibly dead Python function: contract_exists
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
adapters/capabilities/filesystem.py:335
low System graph software Dead code conf 1.00 Possibly dead Python function: create_noop_ports_bundle
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
adapters/noop/ports.py:217
low System graph software Dead code conf 1.00 Possibly dead Python function: decorator
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/squadops/cycles/acceptance_checks.py:237
low System graph software Dead code conf 1.00 Possibly dead Python function: list_contracts
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
adapters/capabilities/filesystem.py:289
low System graph software Dead code conf 1.00 Possibly dead Python function: list_workloads
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
adapters/capabilities/filesystem.py:317
low System graph software Dead code conf 1.00 Possibly dead Python function: replace_match
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/squadops/core/secrets.py:178
low System graph software Dead code conf 1.00 Possibly dead Python function: replace_match
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/squadops/capabilities/acceptance.py:110
low System graph software Dead code conf 1.00 Possibly dead Python function: send_message
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
adapters/comms/a2a_client.py:60
low System graph software Dead code conf 1.00 Possibly dead Python function: set_health_auth_ports
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/squadops/api/health_deps.py:14
low System graph software Dead code conf 1.00 Possibly dead Python function: sort_key
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/maintainer/update_sip_status.py:518
low System graph software Dead code conf 1.00 Possibly dead Python function: squadops_health_check
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
console/app/main.py:111
low System graph software Dead code conf 1.00 Possibly dead Python function: update_frontmatter
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/maintainer/update_sip_status.py:102
low System graph software Dead code conf 1.00 Possibly dead Python function: workload_exists
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
adapters/capabilities/filesystem.py:339
low System graph quality Integrity conf 1.00 Stub function `aclose` (body is just `pass`/`return`) — adapters/observability/log_forwarder/noop.py:16
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `counter` (body is just `pass`/`return`) — adapters/noop/ports.py:160
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `set_flow_run_state` (body is just `pass`/`return`) — adapters/cycles/noop_workflow_tracker.py:43
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `start_cycle_trace` (body is just `pass`/`return`) — adapters/telemetry/noop_llm_observability.py:32
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `subscribe` (body is just `pass`/`return`) — adapters/events/noop_cycle_event_bus.py:27
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Complexity conf 1.00 Very large file: adapters/cycles/distributed_flow_executor.py (3172 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/squadops/capabilities/handlers/cycle_tasks.py (3226 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/squadops/capabilities/handlers/planning_tasks.py (1573 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/unit/capabilities/test_planning_handlers.py (1355 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/unit/cycles/test_correction_protocol.py (1423 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/unit/cycles/test_distributed_flow_executor.py (3335 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/14baa291-8323-4aa5-9949-0ddea526f395/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/14baa291-8323-4aa5-9949-0ddea526f395/

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.