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.

seanyao/roll

https://github.com/seanyao/roll · scanned 2026-06-16 00:05 UTC (2 months, 2 weeks ago)

153 raw signals (0 security + 153 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 146 actionable findings from 1 signal source. 7 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 67.0/100 with 100.0% coverage. It contains 3657 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 153 findings — concentrated in quality (96), security (42), cicd (10). Risk profile is high: 0 critical, 1 high, 55 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 79 of 146 actionable findings. 153 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 security conf 1.00 Insecure pattern 'exec_used' in packages/cli/src/commands/release.ts:119
Found a known-risky pattern (exec_used). Review and replace if possible.
packages/cli/src/commands/release.ts:119 Exec used
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — packages/cli/src/commands/backlog-sync.ts:5
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/cli/src/commands/loop-pr-heal.ts:342
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/cli/test/backlog-sync.test.ts:2
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/cli/test/dossier-charter.test.ts:241
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/settings.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.
.claude/settings.json VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: conventions/global/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.
conventions/global/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: conventions/global/GEMINI.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.
conventions/global/GEMINI.md VerificationGemini 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 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 cicd CI/CD security conf 1.00 GitHub Action is tag-pinned rather than SHA-pinned
anthropics/claude-code-action@v1 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/claude-code-review.yml:27 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-code-review.yml
.github/workflows/deploy-site.yml
.github/workflows/release.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/cli/src/commands/agent-list.ts:6
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/cli/src/commands/agent-list.ts:6 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/cli/src/commands/backlog-sync.ts:23
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/cli/src/commands/backlog-sync.ts:23 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/cli/src/commands/ci.ts:22
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/cli/src/commands/ci.ts:22 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/cli/src/commands/dashboard.ts:11
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/cli/src/commands/dashboard.ts:11 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/cli/src/commands/doctor.ts:15
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/cli/src/commands/doctor.ts:15 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/cli/src/commands/index-gen.ts:9
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/cli/src/commands/index-gen.ts:9 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/cli/src/commands/init.ts:28
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/cli/src/commands/init.ts:28 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/cli/src/commands/lang.ts:8
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/cli/src/commands/lang.ts:8 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/cli/src/commands/loop-cycle-gates.ts:18
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/cli/src/commands/loop-cycle-gates.ts:18 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/cli/src/commands/loop-go.ts:18
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/cli/src/commands/loop-go.ts:18 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/cli/src/commands/loop-maint.ts:18
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/cli/src/commands/loop-maint.ts:18 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/cli/src/commands/loop-pr-heal.ts:29
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/cli/src/commands/loop-pr-heal.ts:29 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/cli/src/commands/loop-run-once.ts:30
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/cli/src/commands/loop-run-once.ts:30 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/cli/src/commands/loop-runs.ts:11
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/cli/src/commands/loop-runs.ts:11 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/cli/src/commands/loop-sched.ts:43
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/cli/src/commands/loop-sched.ts:43 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/cli/src/commands/loop-watch.ts:27
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/cli/src/commands/loop-watch.ts:27 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/cli/src/commands/offboard.ts:17
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/cli/src/commands/offboard.ts:17 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/cli/src/commands/peer.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/cli/src/commands/peer.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/cli/src/commands/release.ts:32
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/cli/src/commands/release.ts:32 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/cli/src/commands/setup.ts:23
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/cli/src/commands/setup.ts:23 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/cli/src/commands/showcase.ts:29
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/cli/src/commands/showcase.ts:29 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/cli/src/commands/skills.ts:21
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/cli/src/commands/skills.ts:21 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/cli/src/commands/status.ts:8
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/cli/src/commands/status.ts:8 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/cli/src/commands/update.ts:27
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/cli/src/commands/update.ts:27 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/cli/src/lib/consistency-audit.ts:15
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/cli/src/lib/consistency-audit.ts:15 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/cli/src/lib/git-hooks.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/cli/src/lib/git-hooks.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/cli/src/lib/projects-registry.ts:13
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/cli/src/lib/projects-registry.ts:13 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/cli/src/lib/require-network.ts:22
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/cli/src/lib/require-network.ts:22 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/cli/src/lib/story-dossier.ts:19
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/cli/src/lib/story-dossier.ts:19 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/cli/src/runner/agent-spawn.ts:37
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/cli/src/runner/agent-spawn.ts:37 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/cli/src/runner/executor.ts:114
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/cli/src/runner/executor.ts:114 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/cli/src/runner/peer-gate.ts:54
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/cli/src/runner/peer-gate.ts:54 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/core/src/delivery/infra-default.ts:11
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/core/src/delivery/infra-default.ts:11 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/infra/src/evidence.ts:23
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/infra/src/evidence.ts:23 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/infra/src/git.ts:44
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/infra/src/git.ts:44 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/infra/src/github.ts:77
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/infra/src/github.ts:77 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/infra/src/schedule.ts:54
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/infra/src/schedule.ts:54 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/infra/src/screenshot.ts:41
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/infra/src/screenshot.ts:41 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in packages/infra/src/tmux.ts:33
Found a known-risky pattern (node_child_process). Review and replace if possible.
packages/infra/src/tmux.ts:33 Node child process
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 58 placeholder/mock markers across 27 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
low System graph quality Maintenance conf 1.00 255 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
low System graph quality Integrity conf 1.00 5 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `LOOP_SHARED_ROOT`, `ROLL_HOME`, `ROLL_KIMI_SESSIONS_DIR`, `ROLL_LOOP_GC_RETENTION_DAYS`, `ROLL_PI_SESSIONS_DIR`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break.
config drift
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 cicd CI/CD security conf 1.00 6 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v6 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
4 files, 6 locations
.github/workflows/deploy-site.yml:29, 32, 38 (3 hits)
.github/workflows/claude-code-review.yml:21
template/.github/workflows/ci.yml:17
template/.github/workflows/sentinel.yml:16
CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: lib/agent_usage/pi.py:usage_from_session, lib/agent_usage/kimi.py:usage_from_session 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.
duplicatesduplication
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/cli/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/cli/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/core/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/core/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: packages/infra/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/infra/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: template/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.
template/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `cost_list_legacy` in packages/cli/src/commands/dashboard.ts:479
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 `cost_list_legacy` in packages/cli/src/render.ts:463
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 `cost_list_legacy` in packages/cli/test/truth-adapter.test.ts:75
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 `countLegacy` in packages/cli/src/lib/dossier-index.ts:153
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 `safe_copy` in packages/cli/src/commands/setup-shared.ts:13
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: extract_usage
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
lib/agent_usage/__init__.py:81
low System graph frontend Frontend quality conf 1.00 React Flow edge with `label=` but no project-wide edge-label CSS override — packages/core/test/engine.difftest.test.ts:29
React Flow edge labels render with a white rectangle behind the text by default, which scatters bright boxes across a dark canvas. Either drop the label, or override `.react-flow__edge-textbg` and `.react-flow__edge-text` in your stylesheet. Why: P-H in CHECKLIST.md — vendor edge labels bleed whit…
Fq edge label no bg
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 Complexity conf 1.00 Very large file: packages/cli/src/commands/dashboard.ts (2480 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/cli/src/commands/loop-go.ts (1652 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/cli/src/lib/story-dossier.ts (2285 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/cli/src/lib/truth-console.ts (1804 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/cli/src/runner/executor.ts (2404 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/cli/test/attest.test.ts (1062 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/cli/test/dossier.test.ts (2027 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/cli/test/loop-go.test.ts (1500 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/cli/test/runner-executor.test.ts (2025 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: packages/cli/test/truth-console.test.ts (1133 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/de037590-bf92-418a-aa1f-16fc81d18bc0/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/de037590-bf92-418a-aa1f-16fc81d18bc0/

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.