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.

shlapolosa/health-service-idp

https://github.com/shlapolosa/health-service-idp · scanned 2026-06-16 00:11 UTC (2 months, 2 weeks ago)

301 raw signals (0 security + 301 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 190 actionable findings from 1 signal source. 111 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 45.9/100 with 100.0% coverage. It contains 5328 nodes across 29 cross-layer flows, written primarily in mixed languages. Engine surfaced 301 findings — concentrated in security (72), cicd (70), hardware (54). Risk profile is high: 9 critical, 64 high, 89 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

Showing 182 of 190 actionable findings. 301 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 archive/neon-credentials-secret.yaml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
archive/neon-credentials-secret.yaml:10
critical System graph security Secrets conf 1.00 6 occurrences Possible secret in archive/requirements/definitions/parking-platform-oam.yaml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 57, 59, 506, 508, 524, 548
archive/requirements/definitions/parking-platform-oam.yaml:57, 59, 506, 508, 524, 548 (6 hits)
critical System graph security Secrets conf 1.00 Possible secret in factory/substrate/crossplane/realtime-platform/06-lenses-hq-deployment.yaml
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
factory/substrate/crossplane/realtime-platform/06-lenses-hq-deployment.yaml:33
critical System graph security Secrets conf 1.00 Possible secret in microservices/business-analyst-anthropic/README.md
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
microservices/business-analyst-anthropic/README.md:115
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: CLAUDE.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
CLAUDE.md:447 SecretsClaude instruction
high System graph security auth conf 1.00 FastAPI POST `analyze_business_impact` without auth dependency — microservices/business-architect-anthropic/src/main.py:73
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/business-architect-anthropic/src/main.py:73 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `analyze_requirements` without auth dependency — microservices/accountant-deterministic/src/main.py:73
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/accountant-deterministic/src/main.py:73 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `analyze_requirements` without auth dependency — microservices/application-architect-deterministic/src/main.py:73
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/application-architect-deterministic/src/main.py:73 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `analyze_requirements` without auth dependency — microservices/business-analyst-deterministic/src/main.py:73
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/business-analyst-deterministic/src/main.py:73 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `analyze_requirements` without auth dependency — microservices/business-architect-deterministic/src/main.py:73
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/business-architect-deterministic/src/main.py:73 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `analyze_requirements` without auth dependency — microservices/developer-deterministic/src/main.py:73
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/developer-deterministic/src/main.py:73 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `analyze_requirements` without auth dependency — microservices/infrastructure-architect-deterministic/src/main.py:73
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/infrastructure-architect-deterministic/src/main.py:73 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `analyze_requirements` without auth dependency — microservices/project-manager-deterministic/src/main.py:73
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/project-manager-deterministic/src/main.py:73 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `analyze_requirements` without auth dependency — microservices/solution-architect-deterministic/src/main.py:73
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/solution-architect-deterministic/src/main.py:73 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `assess_complexity` without auth dependency — microservices/accountant-deterministic/src/main.py:212
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/accountant-deterministic/src/main.py:212 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `assess_complexity` without auth dependency — microservices/application-architect-deterministic/src/main.py:212
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/application-architect-deterministic/src/main.py:212 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `assess_complexity` without auth dependency — microservices/business-analyst-deterministic/src/main.py:212
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/business-analyst-deterministic/src/main.py:212 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `assess_complexity` without auth dependency — microservices/business-architect-deterministic/src/main.py:212
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/business-architect-deterministic/src/main.py:212 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `assess_complexity` without auth dependency — microservices/developer-deterministic/src/main.py:212
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/developer-deterministic/src/main.py:212 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `assess_complexity` without auth dependency — microservices/infrastructure-architect-deterministic/src/main.py:212
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/infrastructure-architect-deterministic/src/main.py:212 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `assess_complexity` without auth dependency — microservices/project-manager-deterministic/src/main.py:212
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/project-manager-deterministic/src/main.py:212 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `assess_complexity` without auth dependency — microservices/solution-architect-deterministic/src/main.py:212
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/solution-architect-deterministic/src/main.py:212 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `broadcast_message` without auth dependency — microservices/shared-libs/agent-common/src/agent_common/realtime_fastapi.py:452
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/shared-libs/agent-common/src/agent_common/realtime_fastapi.py:452 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `cancel_workflow` without auth dependency — microservices/orchestration-service/src/main.py:149
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/orchestration-service/src/main.py:149 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_workflow` without auth dependency — microservices/orchestration-service/src/main.py:76
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/orchestration-service/src/main.py:76 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `design_business_architecture` without auth dependency — microservices/business-architect-anthropic/src/main.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.
microservices/business-architect-anthropic/src/main.py:176 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `execute_agent_task` without auth dependency — microservices/orchestration-service/src/main.py:205
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/orchestration-service/src/main.py:205 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `extract_entities` without auth dependency — microservices/accountant-deterministic/src/main.py:123
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/accountant-deterministic/src/main.py:123 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `extract_entities` without auth dependency — microservices/application-architect-deterministic/src/main.py:123
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/application-architect-deterministic/src/main.py:123 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `extract_entities` without auth dependency — microservices/business-analyst-deterministic/src/main.py:123
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/business-analyst-deterministic/src/main.py:123 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `extract_entities` without auth dependency — microservices/business-architect-deterministic/src/main.py:123
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/business-architect-deterministic/src/main.py:123 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `extract_entities` without auth dependency — microservices/developer-deterministic/src/main.py:123
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/developer-deterministic/src/main.py:123 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `extract_entities` without auth dependency — microservices/infrastructure-architect-deterministic/src/main.py:123
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/infrastructure-architect-deterministic/src/main.py:123 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `extract_entities` without auth dependency — microservices/project-manager-deterministic/src/main.py:123
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/project-manager-deterministic/src/main.py:123 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `extract_entities` without auth dependency — microservices/solution-architect-deterministic/src/main.py:123
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/solution-architect-deterministic/src/main.py:123 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_archimate_model` without auth dependency — microservices/business-architect-anthropic/src/main.py:228
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/business-architect-anthropic/src/main.py:228 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_capability_map` without auth dependency — microservices/business-architect-anthropic/src/main.py:130
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/business-architect-anthropic/src/main.py:130 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_user_stories` without auth dependency — microservices/accountant-deterministic/src/main.py:165
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/accountant-deterministic/src/main.py:165 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_user_stories` without auth dependency — microservices/application-architect-deterministic/src/main.py:165
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/application-architect-deterministic/src/main.py:165 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_user_stories` without auth dependency — microservices/business-analyst-deterministic/src/main.py:165
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/business-analyst-deterministic/src/main.py:165 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_user_stories` without auth dependency — microservices/business-architect-deterministic/src/main.py:165
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/business-architect-deterministic/src/main.py:165 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_user_stories` without auth dependency — microservices/developer-deterministic/src/main.py:165
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/developer-deterministic/src/main.py:165 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_user_stories` without auth dependency — microservices/infrastructure-architect-deterministic/src/main.py:165
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/infrastructure-architect-deterministic/src/main.py:165 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_user_stories` without auth dependency — microservices/project-manager-deterministic/src/main.py:165
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/project-manager-deterministic/src/main.py:165 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generate_user_stories` without auth dependency — microservices/solution-architect-deterministic/src/main.py:165
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/solution-architect-deterministic/src/main.py:165 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `ingest` without auth dependency — microservices/shared-libs/realtime-transport/src/realtime_transport/realtime_fastapi.py:273
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/shared-libs/realtime-transport/src/realtime_transport/realtime_fastapi.py:273 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `process_task_endpoint` without auth dependency — microservices/business-analyst-anthropic/shared-libs/agent-common/src/agent_common/fastapi_utils.py:126
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/business-analyst-anthropic/shared-libs/agent-common/src/agent_common/fastapi_utils.py:126 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `process_task_endpoint` without auth dependency — microservices/shared-libs/agent-common/src/agent_common/fastapi_utils.py:126
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/shared-libs/agent-common/src/agent_common/fastapi_utils.py:126 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `send_to_topic` without auth dependency — microservices/shared-libs/agent-common/src/agent_common/realtime_fastapi.py:465
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/shared-libs/agent-common/src/agent_common/realtime_fastapi.py:465 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `validate_requirements` without auth dependency — microservices/accountant-deterministic/src/main.py:259
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/accountant-deterministic/src/main.py:259 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `validate_requirements` without auth dependency — microservices/application-architect-deterministic/src/main.py:259
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/application-architect-deterministic/src/main.py:259 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `validate_requirements` without auth dependency — microservices/business-analyst-deterministic/src/main.py:259
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/business-analyst-deterministic/src/main.py:259 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `validate_requirements` without auth dependency — microservices/business-architect-deterministic/src/main.py:259
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/business-architect-deterministic/src/main.py:259 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `validate_requirements` without auth dependency — microservices/developer-deterministic/src/main.py:259
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/developer-deterministic/src/main.py:259 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `validate_requirements` without auth dependency — microservices/infrastructure-architect-deterministic/src/main.py:259
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/infrastructure-architect-deterministic/src/main.py:259 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `validate_requirements` without auth dependency — microservices/project-manager-deterministic/src/main.py:259
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/project-manager-deterministic/src/main.py:259 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `validate_requirements` without auth dependency — microservices/solution-architect-deterministic/src/main.py:259
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
microservices/solution-architect-deterministic/src/main.py:259 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 Flask mutation route `handle_slack_command` without `@login_required` — factory/adapters/intake-slack/app.py:426
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
factory/adapters/intake-slack/app.py:426 securityAuth flask unauth route
high System graph security auth conf 1.00 Flask mutation route `handle_slack_events` without `@login_required` — factory/adapters/intake-slack/app.py:535
Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent.
factory/adapters/intake-slack/app.py:535 securityAuth flask unauth route
high System graph cicd CI/CD security conf 1.00 7 occurrences GitHub Action tracks a moving branch
aquasecurity/trivy-action@master can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
4 files, 7 locations
.github/workflows/chat-gitops.yml:153, 161, 169 (3 hits)
.github/workflows/comprehensive-gitops.yml:140, 156 (2 hits)
.github/workflows/slack-api-server-ci.yml:51
factory/adapters/intake-slack/.github/workflows/slack-api-server-ci.yml:51
CI/CD securitySupply chainGithub actions
high System graph security security conf 1.00 Insecure pattern 'tls_verify_false' in factory/adapters/intake-slack/src/infrastructure/argo_client.py:181
Found a known-risky pattern (tls_verify_false). Review and replace if possible.
factory/adapters/intake-slack/src/infrastructure/argo_client.py:181 Tls verify false
high System graph security security conf 1.00 Insecure pattern 'tls_verify_false' in factory/shared-libs/capability-mcp-core/src/infrastructure/argo_client.py:69
Found a known-risky pattern (tls_verify_false). Review and replace if possible.
factory/shared-libs/capability-mcp-core/src/infrastructure/argo_client.py:69 Tls verify false
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .mcp.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.
.mcp.json VerificationMcp config
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing license. 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 Dockerfile ADD downloads remote content without checksum
Remote build inputs can change or be replaced upstream. Use Dockerfile ADD --checksum or download with an explicit digest/signature verification step.
factory/production-lines/traditional-cloud/adapters/dev-agent/Dockerfile:31 containersChecksum
medium System graph hardware Security conf 1.00 Dockerfile runs as root: factory/production-lines/traditional-cloud/adapters/mscv-image/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: factory/substrate/crossplane/graphql/schema-discovery/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: factory/substrate/images/realtime-kafka-connect/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: factory/utilities/identity-template-generator/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: microservices/accountant-anthropic/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: microservices/accountant-deterministic/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: microservices/application-architect-anthropic/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: microservices/application-architect-deterministic/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: microservices/business-analyst-anthropic/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: microservices/business-analyst-deterministic/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: microservices/business-architect-anthropic/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: microservices/business-architect-deterministic/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: microservices/developer-anthropic/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: microservices/developer-deterministic/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: microservices/infrastructure-architect-anthropic/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: microservices/infrastructure-architect-deterministic/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: microservices/orchestration-service/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: microservices/project-manager-anthropic/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: microservices/project-manager-deterministic/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: microservices/solution-architect-anthropic/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: microservices/solution-architect-deterministic/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: microservices/streamlit-frontend/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 29 occurrences GitHub Action is tag-pinned rather than SHA-pinned
aws-actions/configure-aws-credentials@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
11 files, 29 locations
factory/adapters/intake-slack/.github/workflows/slack-api-server-ci.yml:59, 116, 119, 126, 147, 224 (6 hits)
.github/workflows/chat-gitops.yml:177, 185, 193, 214, 217 (5 hits)
.github/workflows/slack-api-server-ci.yml:59, 125, 128, 135, 210 (5 hits)
.github/workflows/comprehensive-gitops.yml:148, 229, 232 (3 hits)
.github/workflows/contract-test-runner-ci.yml:71, 74 (2 hits)
.github/workflows/create-vcluster.yml:140, 148 (2 hits)
.github/workflows/mscv-image.yml:47, 60 (2 hits)
.github/workflows/argocd-sync.yml:40
CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 11 occurrences GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
11 files, 11 locations
.github/workflows/architect-evals.yml
.github/workflows/chat-gitops.yml
.github/workflows/comprehensive-gitops.yml
.github/workflows/contract-test-runner-ci.yml
.github/workflows/create-vcluster.yml
.github/workflows/debug-auth.yml
.github/workflows/debug-secret.yml
.github/workflows/mscv-image.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in archive/cluster-snapshots/2026-05-30-2232/compositions.yaml:8303
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
archive/cluster-snapshots/2026-05-30-2232/compositions.yaml:8303 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in factory/substrate/crossplane/graphql-platform-claim-composition.yaml:88
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
factory/substrate/crossplane/graphql-platform-claim-composition.yaml:88 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in microservices/business-analyst-anthropic/shared-libs/agent-common/src/agent_common/fastapi_utils.py:180
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
microservices/business-analyst-anthropic/shared-libs/agent-common/src/agent_common/fastapi_utils.py:180 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in microservices/shared-libs/agent-common/src/agent_common/fastapi_utils.py:180
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
microservices/shared-libs/agent-common/src/agent_common/fastapi_utils.py:180 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in microservices/shared-libs/agent-common/src/agent_common/realtime_fastapi.py:409
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
microservices/shared-libs/agent-common/src/agent_common/realtime_fastapi.py:409 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in graphify-out/graph.html:135
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
graphify-out/graph.html:135 Direct innerhtml assignment
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — factory/utilities/foundry_responses.py:47
`subprocess.check_output(...)` 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 30 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
medium System graph network Security conf 1.00 Privileged port 1000 in use
Port 1000 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
factory/production-lines/traditional-cloud/adapters/dev-agent/Dockerfile Ports
medium System graph network Security conf 1.00 Privileged port 1001 in use
Port 1001 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
factory/production-lines/traditional-cloud/adapters/mscv-image/scripts/lib/camunda.sh Ports
medium System graph network Security conf 1.00 Privileged port 13 in use
Port 13 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
archive/cluster-snapshots/2026-05-30-2232/policydefinitions.yaml Ports
medium System graph network Security conf 1.00 Privileged port 16 in use
Port 16 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
archive/cluster-snapshots/2026-05-30-2232/policydefinitions.yaml Ports
medium System graph network Security conf 1.00 Privileged port 18 in use
Port 18 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
archive/requirements/definitions/smart-parking-minimal-oam.yaml Ports
medium System graph network Security conf 1.00 Privileged port 23 in use
Port 23 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
archive/cluster-snapshots/2026-05-30-2232/traitdefinitions.yaml Ports
medium System graph network Security conf 1.00 Privileged port 26 in use
Port 26 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
archive/cluster-snapshots/2026-05-30-2232/ksvc.yaml Ports
medium System graph network Security conf 1.00 Privileged port 29 in use
Port 29 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
archive/cluster-snapshots/2026-05-30-2232/policydefinitions.yaml Ports
medium System graph network Security conf 1.00 Privileged port 30 in use
Port 30 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
archive/cluster-snapshots/2026-05-30-2232/traitdefinitions.yaml Ports
medium System graph network Security conf 1.00 Privileged port 37 in use
Port 37 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
archive/cluster-snapshots/2026-05-30-2232/ksvc.yaml Ports
medium System graph network Security conf 1.00 Privileged port 39 in use
Port 39 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
archive/cluster-snapshots/2026-05-30-2232/ksvc.yaml Ports
medium System graph network Security conf 1.00 Privileged port 43 in use
Port 43 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
archive/cluster-snapshots/2026-05-30-2232/policydefinitions.yaml Ports
medium System graph network Security conf 1.00 Privileged port 48 in use
Port 48 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
archive/cluster-snapshots/2026-05-30-2232/traitdefinitions.yaml Ports
medium System graph network Security conf 1.00 Privileged port 8 in use
Port 8 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
archive/requirements/definitions/smart-parking-minimal-oam.yaml Ports
medium System graph network Security conf 1.00 Privileged port 9 in use
Port 9 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
archive/cluster-snapshots/2026-05-30-2232/policydefinitions.yaml Ports
low System graph quality Integrity conf 1.00 111 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `AGENT_TYPE`, `ALLOWED_HOSTS`, `ALLOWED_OIDS`, `ANTHROPIC_API_KEY`, `AOAI_API_VERSION`, `AOAI_BASE_URL`, `AOAI_DEPLOYMENT`, `APIM_AUDIENCE` + 103 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break.
config drift
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 85 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: alpine:3.18
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
factory/production-lines/traditional-cloud/adapters/mscv-image/Dockerfile:9 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: alpine:3.18
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
factory/substrate/crossplane/graphql/schema-discovery/Dockerfile:1 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: node:22-bookworm-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
factory/production-lines/traditional-cloud/adapters/dev-agent/Dockerfile:19 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: python:3.10-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
factory/production-lines/traditional-cloud/adapters/rasa-base-image/Dockerfile:32 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 26 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.
12 files, 13 locations
microservices/fintech-realtime-manual/Dockerfile:2, 18 (2 hits)
factory/adapters/intake-slack/Dockerfile:1
factory/adapters/mcp-read-gateway/Dockerfile:9
factory/adapters/mcp-web-gateway/Dockerfile:3
factory/adapters/mcp-write-gateway/Dockerfile:3
factory/production-lines/traditional-cloud/adapters/compose-mcp/Dockerfile:4
factory/substrate/contract-tests/Dockerfile:8
microservices/accountant-anthropic/Dockerfile:1
containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: ubuntu:22.04
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
factory/utilities/identity-template-generator/Dockerfile:3 containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 23 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
7 files, 23 locations
factory/adapters/intake-slack/.github/workflows/slack-api-server-ci.yml:48, 69, 72, 102, 144, 213 (6 hits)
.github/workflows/comprehensive-gitops.yml:40, 122, 166, 169, 197 (5 hits)
.github/workflows/slack-api-server-ci.yml:48, 69, 72, 111, 199 (5 hits)
.github/workflows/chat-gitops.yml:48, 127, 209 (3 hits)
.github/workflows/pr-validation.yml:21, 97 (2 hits)
.github/workflows/argocd-sync.yml:25
.github/workflows/create-vcluster.yml:21
CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 16 places
Functions with the same first-5-line body hash: microservices/accountant-deterministic/src/main.py:get_agent, microservices/infrastructure-architect-deterministic/src/main.py:get_agent, microservices/project-manager-deterministic/src/main.py:get_agent, microservices/business-analyst-anthropic/share…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 18 places
Functions with the same first-5-line body hash: microservices/accountant-deterministic/src/business_analyst.py:initialize, microservices/accountant-deterministic/src/business_analyst.py:initialize, microservices/infrastructure-architect-deterministic/src/business_analyst.py:initialize, microservice…
duplicatesduplication
low System graph quality Integrity conf 1.00 11 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: microservices/business-analyst-anthropic/shared-libs/agent-common/src/agent_common/fastapi_base.py:create_agent_app, microservices/shared-libs/agent-common/src/agent_common/fastapi_base.py:create_agent_app This is *the* AI-coder failure mode (4× more…
11 occurrences
repo-level (11 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: microservices/business-analyst-anthropic/shared-libs/agent-common/src/agent_common/fastapi_base.py:lifespan, microservices/business-analyst-anthropic/shared-libs/agent-common/src/agent_common/shared_agent_factory.py:lifespan, microservices/shared-libs…
duplicatesduplication
low System graph quality Integrity conf 1.00 6 occurrences Near-duplicate function bodies in 9 places
Functions with the same first-5-line body hash: microservices/accountant-deterministic/src/business_analyst.py:process_text, microservices/infrastructure-architect-deterministic/src/business_analyst.py:process_text, microservices/project-manager-deterministic/src/business_analyst.py:process_text, m…
6 occurrences
repo-level (6 hits)
duplicatesduplication
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `create_backup` in microservices/streamlit-frontend/utils/state_persistence.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 `expected_backup` in factory/adapters/intake-slack/test_parsing.py:117
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 `expected_backup` in factory/adapters/intake-slack/test_server.py:25
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 `state_backup` in microservices/streamlit-frontend/components/views.py:390
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_sink_normalizes_engine_api_without_api_v1` in microservices/shared-libs/realtime-transport/tests/test_webhook_role.py:142
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: add_task_endpoint
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
microservices/business-analyst-anthropic/shared-libs/agent-common/src/agent_common/fastapi_utils.py:118
low System graph software Dead code conf 1.00 Possibly dead Python function: add_task_endpoint
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
microservices/shared-libs/agent-common/src/agent_common/fastapi_utils.py:118
low System graph software Dead code conf 1.00 Possibly dead Python function: broadcast_event
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
microservices/shared-libs/realtime-transport/src/realtime_transport/websocket_manager.py:289
low System graph software Dead code conf 1.00 Possibly dead Python function: create_secret_environment_map
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
microservices/shared-libs/agent-common/src/agent_common/secret_loader.py:325
low System graph software Dead code conf 1.00 Possibly dead Python function: generate_webservice_secret_configuration
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
microservices/shared-libs/agent-common/src/agent_common/secret_loader.py:586
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_agent_request
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
microservices/shared-libs/agent-common/src/agent_common/realtime_fastapi.py:502
low System graph software Dead code conf 1.00 Possibly dead Python function: load_and_inject_realtime_secrets
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
microservices/shared-libs/agent-common/src/agent_common/secret_loader.py:486
low System graph software Dead code conf 1.00 Possibly dead Python function: load_specific_secret
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
microservices/shared-libs/agent-common/src/agent_common/secret_loader.py:271
low System graph software Dead code conf 1.00 Possibly dead Python function: send_event_to_topic
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
microservices/shared-libs/realtime-transport/src/realtime_transport/websocket_manager.py:303
low System graph software Dead code conf 1.00 Possibly dead Python function: send_mqtt_message
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
microservices/shared-libs/realtime-transport/src/realtime_transport/realtime_agent.py:329
low System graph software Dead code conf 1.00 Possibly dead Python function: send_to_client
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
microservices/shared-libs/realtime-transport/src/realtime_transport/websocket_manager.py:134
low System graph software Dead code conf 1.00 Possibly dead Python function: send_to_client
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
microservices/shared-libs/agent-common/src/agent_common/websocket_manager.py:134
low System graph software Dead code conf 1.00 Possibly dead Python function: setup_cors
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
microservices/business-analyst-anthropic/shared-libs/agent-common/src/agent_common/fastapi_utils.py:174
low System graph software Dead code conf 1.00 Possibly dead Python function: setup_cors
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
microservices/shared-libs/agent-common/src/agent_common/fastapi_utils.py:174
low System graph software Dead code conf 1.00 Possibly dead Python function: validate_required_secrets
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
microservices/shared-libs/agent-common/src/agent_common/secret_loader.py:351
low System graph software Dead code conf 1.00 Possibly dead Python function: validate_webservice_realtime_integration
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
microservices/shared-libs/agent-common/src/agent_common/secret_loader.py:530
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — factory/substrate/crossplane/graphql/schema-discovery/merge-schemas.js:49
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph quality Integrity conf 1.00 Stub function `execute` (body is just `pass`/`return`) — microservices/fintech-realtime-manual/src/application/use_cases.py:11
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph api Wiring conf 1.00 Unused endpoint: ANY /slack/commands
`factory/adapters/intake-slack/app.py` declares `ANY /slack/commands` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: ANY /slack/events
`factory/adapters/intake-slack/app.py` declares `ANY /slack/events` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /
`microservices/business-analyst-anthropic/shared-libs/agent-common/src/agent_common/fastapi_base.py` declares `GET /` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider r…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /agents
`microservices/orchestration-service/src/main.py` declares `GET /agents` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /capabilities
`microservices/business-analyst-anthropic/shared-libs/agent-common/src/agent_common/fastapi_utils.py` declares `GET /capabilities` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /ready
`microservices/fintech-realtime-manual/src/interface/api.py` declares `GET /ready` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /realtime/connections
`microservices/shared-libs/agent-common/src/agent_common/realtime_fastapi.py` declares `GET /realtime/connections` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider remo…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /realtime/status
`microservices/shared-libs/agent-common/src/agent_common/realtime_fastapi.py` declares `GET /realtime/status` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /stream/events
`microservices/shared-libs/agent-common/src/agent_common/realtime_fastapi.py` declares `GET /stream/events` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /workflows/definitions
`microservices/orchestration-service/src/main.py` declares `GET /workflows/definitions` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who con…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /workflows/{execution_id}
`microservices/orchestration-service/src/main.py` declares `GET /workflows/{execution_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /agents/{agent_type}/execute
`microservices/orchestration-service/src/main.py` declares `POST /agents/{agent_type}/execute` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /analyze-business-impact
`microservices/business-architect-anthropic/src/main.py` declares `POST /analyze-business-impact` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenti…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /analyze-requirements
`microservices/accountant-deterministic/src/main.py` declares `POST /analyze-requirements` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /assess-complexity
`microservices/accountant-deterministic/src/main.py` declares `POST /assess-complexity` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who con…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /design-business-architecture
`microservices/business-architect-anthropic/src/main.py` declares `POST /design-business-architecture` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or docu…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /extract-entities
`microservices/accountant-deterministic/src/main.py` declares `POST /extract-entities` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who cons…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /generate-archimate-model
`microservices/business-architect-anthropic/src/main.py` declares `POST /generate-archimate-model` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or document…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /generate-capability-map
`microservices/business-architect-anthropic/src/main.py` declares `POST /generate-capability-map` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenti…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /generate-user-stories
`microservices/accountant-deterministic/src/main.py` declares `POST /generate-user-stories` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /ingest
`microservices/shared-libs/realtime-transport/src/realtime_transport/realtime_fastapi.py` declares `POST /ingest` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider remov…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /realtime/broadcast
`microservices/shared-libs/agent-common/src/agent_common/realtime_fastapi.py` declares `POST /realtime/broadcast` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider remov…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /realtime/topic/{topic}
`microservices/shared-libs/agent-common/src/agent_common/realtime_fastapi.py` declares `POST /realtime/topic/{topic}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider r…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /validate-requirements
`microservices/accountant-deterministic/src/main.py` declares `POST /validate-requirements` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /workflows
`microservices/orchestration-service/src/main.py` declares `POST /workflows` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /workflows/{execution_id}/cancel
`microservices/orchestration-service/src/main.py` declares `POST /workflows/{execution_id}/cancel` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or document…
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: microservices/accountant-anthropic/src/accountant.py (1251 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: microservices/project-manager-anthropic/src/project_manager_anthropic.py (1437 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: microservices/solution-architect-anthropic/src/solution_architect.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: microservices/streamlit-frontend/components/archimate_visualization.py (1529 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/5c8719e1-33f1-4a2b-905c-dad0ff777614/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/5c8719e1-33f1-4a2b-905c-dad0ff777614/

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.