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.

Siah-kin/community-bot

https://github.com/Siah-kin/community-bot · scanned 2026-06-16 00:12 UTC (2 months, 2 weeks ago)

48 raw signals (0 security + 48 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 48 actionable findings from 1 signal source. 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 52.1/100 with 66.7% coverage. It contains 282 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 48 findings — concentrated in security (31), quality (12), frontend (2). Risk profile is low: 0 critical, 0 high, 40 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

Showing 44 of 48 actionable findings. 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 Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — js/token-gate.js:180
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 authority lacks a verifier contract: .claude/LINK_POLICY.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/LINK_POLICY.md VerificationClaude instruction
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 tests. 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 Tests conf 1.00 CI is configured but no tests are detected
A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal.
CI/CDConfig theaterRepo hardening
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 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.
.github/workflows/sync-agent-card.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in dev.html:5526
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
dev.html:5526 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in index.html:1953
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
index.html:1953 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/nav-loader.js:34
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/nav-loader.js:34 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/slot-access-gate.js:24
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/slot-access-gate.js:24 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/token-gate.js:51
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/token-gate.js:51 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in legal/privacy.html:417
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
legal/privacy.html:417 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in manifesto.html:1136
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
manifesto.html:1136 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in metrics/index.html:2366
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
metrics/index.html:2366 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in metrics/metrics-pt.html:611
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
metrics/metrics-pt.html:611 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in metrics/metrics.html:611
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
metrics/metrics.html:611 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in page_1/index.html:1267
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
page_1/index.html:1267 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public_fallback/index.html:1853
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public_fallback/index.html:1853 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public_fallback/js/nav-loader.js:33
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public_fallback/js/nav-loader.js:33 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public_fallback/legal/privacy.html:417
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public_fallback/legal/privacy.html:417 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in research/ablation-proof.html:240
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
research/ablation-proof.html:240 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in research/adversarial-proof.html:297
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
research/adversarial-proof.html:297 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in research/openbox-proof.html:314
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
research/openbox-proof.html:314 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in stake.html:2477
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
stake.html:2477 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in vetter/index.html:873
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
vetter/index.html:873 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in vote.html:703
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
vote.html:703 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in widget/embed.js:197
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
widget/embed.js:197 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in widget/qr.html:361
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
widget/qr.html:361 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in widget/stack.js:854
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
widget/stack.js:854 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in dao/index.html:1261
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
dao/index.html:1261 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in dev.html:6452
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
dev.html:6452 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in economics/index.html:570
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
economics/index.html:570 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in js/token-gate.js:140
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
js/token-gate.js:140 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in manifesto.html:1229
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
manifesto.html:1229 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in metrics/index.html:1977
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
metrics/index.html:1977 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in research/index.html:1290
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
research/index.html:1290 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in vetter/index.html:923
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
vetter/index.html:923 Local storage auth token
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — metrics/setup_queries.py:127
`requests.post(...)` 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 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.
.github/workflows/sync-agent-card.yml Ports
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
0 test file(s) for 18 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 126 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 cicd CI/CD security conf 1.00 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.
.github/workflows/sync-agent-card.yml:16 CI/CD securitySupply chainGithub actions
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 — scripts/staker-behavior-analysis.js:96
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
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/c4f0eeb5-318d-45e1-8e29-dd77723d1c80/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/c4f0eeb5-318d-45e1-8e29-dd77723d1c80/

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.