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.

wigy/meccg

https://github.com/wigy/meccg · scanned 2026-06-16 00:57 UTC (2 months, 1 week ago)

258 raw signals (66 security + 192 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 200 actionable findings from 2 signal sources. 354 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 59.7/100 with 88.9% coverage. It contains 3312 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 192 findings — concentrated in quality (146), security (26), frontend (15). Risk profile is low: 0 critical, 0 high, 35 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 78 of 200 actionable findings. 554 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 Security checks quality Practices conf 0.82 31 occurrences Foundry mined mock as real or placeholder: wigy/meccg
Graph query export: Mock, sample, placeholder, or self-attested behavior treated as real Query id: mock_as_real_or_placeholder Query type: motif_query Intent: Hard negatives for fake completeness and missing real data paths. Motif: mock_as_real_or_placeholder Training usage: hard_negative Graph gol…
31 occurrences
repo-level (31 hits)
critical Security checks security auth conf 0.78 6 occurrences Foundry mined security auth guardrail gaps: wigy/meccg
Graph query export: Security/auth changes without enough guardrails Query id: security_auth_guardrail_gaps Query type: motif_query Intent: Assumption-check security/auth examples requiring stronger tests or CI. Motif: security_auth_without_guardrails Training usage: assumption_check Graph gold labe…
6 occurrences
repo-level (6 hits)
high Security checks quality Practices conf 0.84 55 occurrences Foundry mined bad chains: wigy/meccg
Comment chain pattern product: bad_chains Repo: wigy/meccg Thread: wigy/meccg#991 Outcome: not_resolved_or_not_observed Thread label: thread_has_human_issue_without_fix_context Source graph label: source_backed_multi_signal_graph Reasons: source_graph_has_real_artifacts, source_graph_has_verificati…
55 occurrences
repo-level (55 hits)
high Security checks quality Quality conf 0.76 3 occurrences Foundry mined schema ui api mismatch: wigy/meccg
Graph query export: Schema, UI, and API mismatch Query id: schema_ui_api_mismatch Query type: motif_query Intent: Assumption-check examples for data-path consistency across layers. Motif: schema_ui_api_mismatch Training usage: assumption_check Graph gold label: assumption_check Repo: wigy/meccg Thr…
3 occurrences
repo-level (3 hits)
high Security checks quality Testing conf 0.78 46 occurrences Foundry mined test ci gap after feedback: wigy/meccg
Graph query export: Feedback exposes missing tests or CI Query id: test_ci_gap_after_feedback Query type: motif_query Intent: Hard negatives for feedback/fix chains without adequate guardrails. Motif: test_ci_gap_after_feedback Training usage: hard_negative Graph gold label: assumption_check Repo: …
46 occurrences
repo-level (46 hits)
medium Security checks quality Practices conf 0.62 102 occurrences Foundry mined assumption checks: wigy/meccg
Comment chain pattern product: assumption_checks Repo: wigy/meccg Thread: wigy/meccg#967 Outcome: ambiguous_needs_more_evidence Thread label: thread_has_human_issue_and_fix_context Source graph label: source_backed_multi_signal_graph Reasons: source_graph_has_real_artifacts, source_graph_has_verifi…
102 occurrences
repo-level (102 hits)
medium Security checks quality maintenance conf 0.70 52 occurrences Foundry mined blueprint gap alignment: wigy/meccg
Graph query export: Human feedback aligned with blueprint or architecture gaps Query id: blueprint_gap_alignment Query type: motif_query Intent: Curriculum-gap examples connecting issue threads to helicopter-view gaps. Motif: blueprint_gap_alignment Training usage: curriculum_gap Graph gold label: …
52 occurrences
repo-level (52 hits)
medium Security checks quality Practices conf 0.70 67 occurrences Foundry mined unresolved feedback: wigy/meccg
Graph query export: Human feedback without linked fix evidence Query id: unresolved_feedback Query type: motif_query Intent: Negative/unresolved examples that should not be hallucinated into fixes. Motif: unlinked_feedback_needs_evidence Training usage: negative_or_unresolved Graph gold label: need…
67 occurrences
repo-level (67 hits)
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/lobby-server/src/browser/deck-editor.ts:598
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/lobby-server/src/browser/inbox.ts:263
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/lobby-server/src/browser/map-coordinates.ts:34
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/lobby-server/src/browser/map-under-deeps.ts:49
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
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 lockfile. 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 Security conf 1.00 Dockerfile runs as root: Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in packages/lobby-server/src/browser/combat-view.ts:141
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
packages/lobby-server/src/browser/combat-view.ts:141 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in packages/lobby-server/src/browser/company-site.ts:252
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
packages/lobby-server/src/browser/company-site.ts:252 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in packages/lobby-server/src/browser/company-view.ts:373
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
packages/lobby-server/src/browser/company-view.ts:373 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in packages/lobby-server/src/browser/company-views.ts:115
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
packages/lobby-server/src/browser/company-views.ts:115 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in packages/lobby-server/src/browser/credits-page.ts:54
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
packages/lobby-server/src/browser/credits-page.ts:54 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in packages/lobby-server/src/browser/deck-browser.ts:230
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
packages/lobby-server/src/browser/deck-browser.ts:230 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in packages/lobby-server/src/browser/deck-editor.ts:463
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
packages/lobby-server/src/browser/deck-editor.ts:463 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in packages/lobby-server/src/browser/dice.ts:57
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
packages/lobby-server/src/browser/dice.ts:57 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in packages/lobby-server/src/browser/game-connection.ts:84
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
packages/lobby-server/src/browser/game-connection.ts:84 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in packages/lobby-server/src/browser/game-entry.ts:141
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
packages/lobby-server/src/browser/game-entry.ts:141 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in packages/lobby-server/src/browser/inbox.ts:43
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
packages/lobby-server/src/browser/inbox.ts:43 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in packages/lobby-server/src/browser/lobby-screens.ts:135
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
packages/lobby-server/src/browser/lobby-screens.ts:135 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in packages/lobby-server/src/browser/map-fullscreen.ts:115
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
packages/lobby-server/src/browser/map-fullscreen.ts:115 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in packages/lobby-server/src/browser/pseudo-ai.ts:73
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
packages/lobby-server/src/browser/pseudo-ai.ts:73 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in packages/lobby-server/src/browser/render-actions.ts:23
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
packages/lobby-server/src/browser/render-actions.ts:23 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in packages/lobby-server/src/browser/render-board.ts:241
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
packages/lobby-server/src/browser/render-board.ts:241 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in packages/lobby-server/src/browser/render-card-preview.ts:48
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
packages/lobby-server/src/browser/render-card-preview.ts:48 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in packages/lobby-server/src/browser/render-chain.ts:31
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
packages/lobby-server/src/browser/render-chain.ts:31 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in packages/lobby-server/src/browser/render-debug-panels.ts:31
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
packages/lobby-server/src/browser/render-debug-panels.ts:31 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in packages/lobby-server/src/browser/render-game-over.ts:99
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
packages/lobby-server/src/browser/render-game-over.ts:99 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in packages/lobby-server/src/browser/render-hand.ts:542
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
packages/lobby-server/src/browser/render-hand.ts:542 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in packages/lobby-server/src/browser/render-instructions.ts:338
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
packages/lobby-server/src/browser/render-instructions.ts:338 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in packages/lobby-server/src/browser/render-log.ts:133
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
packages/lobby-server/src/browser/render-log.ts:133 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in packages/lobby-server/src/browser/render-piles.ts:22
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
packages/lobby-server/src/browser/render-piles.ts:22 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in packages/lobby-server/src/browser/render-player-names.ts:165
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
packages/lobby-server/src/browser/render-player-names.ts:165 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/lobby-server/src/games/launcher.ts:11
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/lobby-server/src/games/launcher.ts:11 Node child process
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 34 placeholder/mock markers across 15 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.
docker-compose.dev.yml Ports
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 quality Debug conf 1.00 Debug logging residue appears in source files
Found 68 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: node:22-alpine
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
Dockerfile:1 containersPinned dependencies
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:21 CI/CD securitySupply chainGithub actions
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/game-server/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
packages/game-server/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/lobby-server/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
packages/lobby-server/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/shared/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
packages/shared/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/text-client/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
packages/text-client/package.json LockfileReproducibilityGenerated repo pattern
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 — packages/game-server/src/ws/game-session.ts:924
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/game-server/src/ws/server.ts:34
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/shared/src/engine/legal-actions/log.ts:43
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/text-client/src/ai-client.ts:26
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/text-client/src/client-common.ts:129
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/text-client/src/console-client.ts:127
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — packages/text-client/src/pseudo-ai-client.ts:31
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — tools/convert-map-positions.ts:53
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — tools/convert-under-deeps-positions.ts:75
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 Complexity conf 1.00 Very large file: packages/lobby-server/src/browser/combat-view.ts (1387 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/lobby-server/src/browser/render-hand.ts (1193 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/shared/src/engine/chain-reducer.ts (2580 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/shared/src/engine/legal-actions/combat.ts (2601 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/shared/src/engine/legal-actions/movement-hazard.ts (2799 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/shared/src/engine/legal-actions/organization.ts (2020 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/shared/src/engine/legal-actions/pending.ts (1812 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/shared/src/engine/legal-actions/site.ts (1883 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/shared/src/engine/pending-reducers.ts (2522 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/shared/src/engine/reducer-combat.ts (4420 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/shared/src/engine/reducer-events.ts (1383 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/shared/src/engine/reducer-movement-hazard.ts (3667 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/shared/src/engine/reducer-organization.ts (2172 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/shared/src/engine/reducer-site.ts (2833 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/shared/src/engine/reducer-utils.ts (1595 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/shared/src/tests/test-helpers.ts (3436 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/shared/src/types/effects.ts (3268 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/42f5a898-9fa4-4a6e-bf4f-5dc641cdfff5/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/42f5a898-9fa4-4a6e-bf4f-5dc641cdfff5/

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.