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.

DalgoT4D/dalgo-mcp

https://github.com/DalgoT4D/dalgo-mcp · scanned 2026-06-17 01:25 UTC (1 month, 2 weeks ago)

33 raw signals (0 security + 33 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ -6.8 (diff) · 27 actionable findings from 1 signal source. 6 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 69.9/100 with 77.8% coverage. It contains 353 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 33 findings — concentrated in software (12), quality (10), cicd (8). Risk profile is low: 0 critical, 0 high, 12 medium. Recommended next step: open the software layer findings first — that's where the highest-impact wins live.

Showing 26 of 27 actionable findings. 33 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.

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 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 authority lacks a verifier contract: skills/dalgo-ingestion/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/dalgo-ingestion/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/dalgo-troubleshooting/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/dalgo-troubleshooting/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/dalgo-warehouse/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/dalgo-warehouse/SKILL.md VerificationSkill file
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 3 occurrences GitHub Action is tag-pinned rather than SHA-pinned
astral-sh/setup-uv@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
2 files, 3 locations
.github/workflows/publish.yml:16, 42 (2 hits)
.github/workflows/ci.yml:20
CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 3 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.
3 files, 3 locations
.github/workflows/claude.yml
.github/workflows/publish.yml
.github/workflows/update-prs.yml
CI/CD securitySupply chainGithub actions
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 15 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: ghcr.io/astral-sh/uv:0.5-python${PYTHON_VERSION}-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.
Dockerfile:4 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: python:${PYTHON_VERSION}-slim-bookworm
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
Dockerfile:20 containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 2 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/upload-artifact@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
lines 22, 36
.github/workflows/publish.yml:22, 36 (2 hits)
CI/CD securitySupply chainGithub actions
low System graph security security conf 1.00 Insecure pattern 'debug_true' in src/dalgo_mcp/server.py:118
Found a known-risky pattern (debug_true). Review and replace if possible.
src/dalgo_mcp/server.py:118 Debug true
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: scripts/measure_token_cost.py:count_tokens, scripts/measure_token_cost.py:count_tokens 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.
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph software Dead code conf 1.00 Possibly dead Python function: authorize
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/dalgo_mcp/oauth.py:77
low System graph software Dead code conf 1.00 Possibly dead Python function: check_response
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/dalgo_mcp/client.py:164
low System graph software Dead code conf 1.00 Possibly dead Python function: close
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/dalgo_mcp/client.py:131
low System graph software Dead code conf 1.00 Possibly dead Python function: exchange_authorization_code
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/dalgo_mcp/oauth.py:144
low System graph software Dead code conf 1.00 Possibly dead Python function: exchange_refresh_token
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/dalgo_mcp/oauth.py:209
low System graph software Dead code conf 1.00 Possibly dead Python function: load_access_token
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/dalgo_mcp/oauth.py:281
low System graph software Dead code conf 1.00 Possibly dead Python function: load_authorization_code
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/dalgo_mcp/oauth.py:129
low System graph software Dead code conf 1.00 Possibly dead Python function: load_refresh_token
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/dalgo_mcp/oauth.py:197
low System graph software Dead code conf 1.00 Possibly dead Python function: register_client
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/dalgo_mcp/oauth.py:71
low System graph software Dead code conf 1.00 Possibly dead Python function: revoke_token
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/dalgo_mcp/oauth.py:318
low System graph software Dead code conf 1.00 Possibly dead Python function: truncate_list
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/dalgo_mcp/truncate.py:41
low System graph software Dead code conf 1.00 Possibly dead Python function: verify_token
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
src/dalgo_mcp/auth.py:16
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/724f31f4-7792-4b08-ab33-e70f00c02802/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/724f31f4-7792-4b08-ab33-e70f00c02802/

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.