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.

Scan timing: clone 24.55s · analysis 2.66s · 26.7 MB · GitHub preflight 419ms

openclaw/mcporter

https://github.com/openclaw/mcporter · scanned 2026-05-31 01:22 UTC (5 days, 16 hours ago) · 10 languages

243 findings (55 legacy + 188 scanner) 11/13 scanners ran 97th percentile · Typescript · medium (20-100K LoC) Scanner says 79 (higher by 10)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 16 hours ago · v2 · 149 findings from 2 sources. Findings combine the legacy security pipeline AND the multi-layer engine (atlas, wiring, flows, ranked) AND verified AI agent contributions.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 100.0 0.15 15.00
security_score 100.0 0.25 25.00
testing_score 100.0 0.20 20.00
documentation_score 70.0 0.15 10.50
practices_score 74.0 0.15 11.10
code_quality 80.0 0.10 8.00
Overall 1.00 89.6
security_score may be inflated — optional security scanners were skipped on this fast scan
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

Top 10 actions, ranked by impact × ease. Severity drives impact; tag-based fix-clarity drives ease.

#1
GitHub Actions workflow grants broad write permissions
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/pages.yml
#2
`fetch()` without try/.catch or AbortSignal — src/oauth-persistence.ts:551
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Wrap the `fetch(...)` in `try { ... } catch` in src/oauth-persistence.ts:551, OR pass `{ signal: AbortSignal.timeout(N) }` so the call cancels deterministically.
#3
Stray `console.log` in TS/JS — scripts/generate-json-schema.ts:44
GapSeverity.LOW Layer.FRONTEND score 0.170
Why: low severity · fix is short / mechanical
Fix: Delete or guard the `console.log` in scripts/generate-json-schema.ts:44.
#4
Stray `console.log` in TS/JS — scripts/agent-send.ts:171
GapSeverity.LOW Layer.FRONTEND score 0.170
Why: low severity · fix is short / mechanical
Fix: Delete or guard the `console.log` in scripts/agent-send.ts:171.
#5
Stray `console.log` in TS/JS — scripts/build-bun.ts:108
GapSeverity.LOW Layer.FRONTEND score 0.170
Why: low severity · fix is short / mechanical
Fix: Delete or guard the `console.log` in scripts/build-bun.ts:108.
#6
Stray `console.log` in TS/JS — scripts/docs-list.ts:112
GapSeverity.LOW Layer.FRONTEND score 0.170
Why: low severity · fix is short / mechanical
Fix: Delete or guard the `console.log` in scripts/docs-list.ts:112.
#7
Stray `console.log` in TS/JS — examples/context7-headlines.ts:43
GapSeverity.LOW Layer.FRONTEND score 0.170
Why: low severity · fix is short / mechanical
Fix: Delete or guard the `console.log` in examples/context7-headlines.ts:43.
#8
Stray `console.log` in TS/JS — src/logging.ts:76
GapSeverity.LOW Layer.FRONTEND score 0.170
Why: low severity · fix is short / mechanical
Fix: Delete or guard the `console.log` in src/logging.ts:76.
#9
Stray `console.log` in TS/JS — src/sdk-patches.ts:73
GapSeverity.LOW Layer.FRONTEND score 0.170
Why: low severity · fix is short / mechanical
Fix: Delete or guard the `console.log` in src/sdk-patches.ts:73.
#10
Stray `console.log` in TS/JS — src/cli/output-utils.ts:64
GapSeverity.LOW Layer.FRONTEND score 0.170
Why: low severity · fix is short / mechanical
Fix: Delete or guard the `console.log` in src/cli/output-utils.ts:64.

Click "Find this gap" on any action above to jump to it on the Findings tab. Adjust the chip bar to filter by impact (severity), layer, or source.

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/eec2b134-807a-40f4-9651-147730667e94/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/eec2b134-807a-40f4-9651-147730667e94/

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.