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.

vivekanjana76/steward

https://github.com/vivekanjana76/steward · scanned 2026-06-16 00:51 UTC (2 months, 1 week ago)

45 raw signals (0 security + 45 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 40 actionable findings from 1 signal source. 5 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 72.9/100 with 100.0% coverage. It contains 736 nodes across 7 cross-layer flows, written primarily in mixed languages. Engine surfaced 45 findings — concentrated in quality (18), software (14), api (6). Risk profile is high: 0 critical, 2 high, 3 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 38 of 40 actionable findings. 45 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.

high System graph security auth conf 1.00 FastAPI POST `approve` without auth dependency — src/steward/api/app.py:99
`@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/steward/api/app.py:99 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `reject` without auth dependency — src/steward/api/app.py:117
`@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/steward/api/app.py:117 securityAuth fastapi unauth mutation
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 cicd CI/CD security conf 1.00 GitHub Action is tag-pinned rather than SHA-pinned
astral-sh/setup-uv@v5 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/ci.yml:21 CI/CD securitySupply chainGithub actions
medium System graph security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing.
auth
low System graph hardware Coverage conf 1.00 Containers defined but no K8s/orchestration manifest found
Repo has Dockerfiles/compose but no Kubernetes/Nomad manifests. If the target deployment is K8s, the manifests may live in a separate ops repo.
Deployment
low System graph cicd CI/CD security conf 1.00 GitHub Action is tag-pinned rather than SHA-pinned
actions/setup-node@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/ci.yml:53 CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 4 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: src/steward/triage/dedup.py:model, src/steward/triage/dedup.py:model This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
4 occurrences
repo-level (4 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 3 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: src/steward/triage/dedup.py:embed, src/steward/triage/dedup.py:embed, src/steward/triage/dedup.py:embed This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why the…
3 occurrences
repo-level (3 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: src/steward/observability/tracing.py:record_usage, src/steward/observability/tracing.py:record, src/steward/observability/tracing.py:record, src/steward/observability/tracing.py:record This is *the* AI-coder failure mode (4× more duplication in vibe-…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 5 places
Functions with the same first-5-line body hash: src/steward/observability/tracing.py:flush, src/steward/observability/tracing.py:flush, src/steward/observability/tracing.py:flush, src/steward/observability/tracing.py:flush This is *the* AI-coder failure mode (4× more duplication in vibe-coded repo…
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `model_copy` in src/steward/fix/prooftest.py:68
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 src/steward/policy/approvals.py:147
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 src/steward/policy/audit.py:157
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 tests/test_policy_audit.py:107
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 `pending_old` in src/steward/fix/patch.py:57
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: decorator
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/steward/observability/tracing.py:261
low System graph software Dead code conf 1.00 Possibly dead Python function: give_up_node
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/steward/graph/nodes.py:133
low System graph software Dead code conf 1.00 Possibly dead Python function: hypothesize_node
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/steward/graph/nodes.py:77
low System graph software Dead code conf 1.00 Possibly dead Python function: open_pr_node
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/steward/graph/nodes.py:123
low System graph software Dead code conf 1.00 Possibly dead Python function: patch_node
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/steward/graph/nodes.py:83
low System graph software Dead code conf 1.00 Possibly dead Python function: reproduce_node
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/steward/graph/nodes.py:63
low System graph software Dead code conf 1.00 Possibly dead Python function: route_after_reproduce
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/steward/graph/nodes.py:146
low System graph software Dead code conf 1.00 Possibly dead Python function: route_after_test
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/steward/graph/nodes.py:152
low System graph software Dead code conf 1.00 Possibly dead Python function: route_after_triage
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/steward/graph/nodes.py:141
low System graph software Dead code conf 1.00 Possibly dead Python function: route_after_verify
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/steward/graph/nodes.py:161
low System graph software Dead code conf 1.00 Possibly dead Python function: route_node
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/steward/graph/nodes.py:44
low System graph software Dead code conf 1.00 Possibly dead Python function: test_node
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/steward/graph/nodes.py:89
low System graph software Dead code conf 1.00 Possibly dead Python function: triage_node
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/steward/graph/nodes.py:35
low System graph software Dead code conf 1.00 Possibly dead Python function: verify_node
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/steward/graph/nodes.py:101
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph quality Integrity conf 1.00 Stub function `record` (body is just `pass`/`return`) — src/steward/observability/tracing.py:129
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: GET /api/actions
`src/steward/api/app.py` declares `GET /api/actions` 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 /api/approvals
`src/steward/api/app.py` declares `GET /api/approvals` 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 /api/health
`src/steward/api/app.py` declares `GET /api/health` 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 /api/scorecard
`src/steward/api/app.py` declares `GET /api/scorecard` 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 /api/approvals/{approval_id}/approve
`src/steward/api/app.py` declares `POST /api/approvals/{approval_id}/approve` 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 /api/approvals/{approval_id}/reject
`src/steward/api/app.py` declares `POST /api/approvals/{approval_id}/reject` 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
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/739ea09f-5a6c-4996-b3d5-010e6084561a/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/739ea09f-5a6c-4996-b3d5-010e6084561a/

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.