https://github.com/zivkong/token-tamers
· scanned 2026-06-16 01:13 UTC (2 months, 1 week ago)
38 raw signals (0 security + 38 graph)
Last scanned 2 months, 1 week ago · v1 · 36 actionable findings from 1 signal source. 2 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 1001 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.
| Label | Layer | Status | Path |
|---|---|---|---|
summary |
software | healthy | apps/cli/__tests__/init-render.test.ts:summary |
boxRows |
software | healthy | apps/cli/__tests__/init-render.test.ts:boxRows |
writeConfig |
software | healthy | apps/cli/__tests__/migrate-config.test.ts:writeConfig |
writeState |
software | healthy | apps/cli/__tests__/migrate-dex-records.test.ts:writeState |
mk |
software | healthy | apps/cli/__tests__/migrate-dex-records.test.ts:mk |
writeFixture |
software | healthy | apps/cli/__tests__/e2e.test.ts:writeFixture |
now |
software | healthy | apps/cli/__tests__/e2e.test.ts:now |
writeFixture |
software | healthy | apps/cli/__tests__/init-tracking.test.ts:writeFixture |
writeOpencodeFixture |
software | healthy | apps/cli/__tests__/init-tracking.test.ts:writeOpencodeFixtu… |
now |
software | healthy | apps/cli/__tests__/init-tracking.test.ts:now |
initNow |
software | healthy | apps/cli/__tests__/init-tracking.test.ts:initNow |
t1 |
software | healthy | apps/cli/__tests__/init-tracking.test.ts:t1 |
t2 |
software | healthy | apps/cli/__tests__/init-tracking.test.ts:t2 |
fakeClient |
software | healthy | apps/cli/__tests__/updater.test.ts:fakeClient |
env |
software | healthy | apps/cli/__tests__/updater.test.ts:env |
page |
software | healthy | apps/cli/tools/render-page-preview.ts:page |
flag |
software | healthy | apps/cli/tools/render-page-preview.ts:flag |
css |
software | healthy | apps/cli/tools/frame-svg.ts:css |
esc |
software | healthy | apps/cli/tools/frame-svg.ts:esc |
shellFrameToSvg |
software | healthy | apps/cli/tools/frame-svg.ts:shellFrameToSvg |
flush |
software | healthy | apps/cli/tools/frame-svg.ts:flush |
frameToSvg |
software | healthy | apps/cli/tools/render-readme-gif.ts:frameToSvg |
dispatch |
software | healthy | apps/cli/src/main.ts:dispatch |
guarded |
software | healthy | apps/cli/src/main.ts:guarded |
main |
software | healthy | apps/cli/src/main.ts:main |
loadConfig |
software | healthy | apps/cli/src/stores/config.ts:loadConfig |
migrateConfig |
software | healthy | apps/cli/src/stores/config.ts:migrateConfig |
adapters |
software | healthy | apps/cli/src/stores/config.ts:adapters |
synthesizeCycle |
software | healthy | apps/cli/src/stores/config.ts:synthesizeCycle |
saveConfig |
software | healthy | apps/cli/src/stores/config.ts:saveConfig |
configExists |
software | healthy | apps/cli/src/stores/config.ts:configExists |
loadUpdateState |
software | healthy | apps/cli/src/stores/updates.ts:loadUpdateState |
saveUpdateState |
software | healthy | apps/cli/src/stores/updates.ts:saveUpdateState |
isCheckDue |
software | healthy | apps/cli/src/stores/updates.ts:isCheckDue |
setDataDirForTesting |
software | healthy | apps/cli/src/stores/atomic.ts:setDataDirForTesting |
dataDir |
software | healthy | apps/cli/src/stores/atomic.ts:dataDir |
pathFor |
software | healthy | apps/cli/src/stores/atomic.ts:pathFor |
ensureDir |
software | healthy | apps/cli/src/stores/atomic.ts:ensureDir |
readJsonOrNull |
software | healthy | apps/cli/src/stores/atomic.ts:readJsonOrNull |
writeJsonAtomic |
software | healthy | apps/cli/src/stores/atomic.ts:writeJsonAtomic |
writeJsonAtomicCompact |
software | healthy | apps/cli/src/stores/atomic.ts:writeJsonAtomicCompact |
writeAtomic |
software | healthy | apps/cli/src/stores/atomic.ts:writeAtomic |
loadCheckpoints |
software | healthy | apps/cli/src/stores/checkpoints.ts:loadCheckpoints |
saveCheckpoints |
software | healthy | apps/cli/src/stores/checkpoints.ts:saveCheckpoints |
loadPending |
software | healthy | apps/cli/src/stores/pending.ts:loadPending |
savePending |
software | healthy | apps/cli/src/stores/pending.ts:savePending |
loadState |
software | healthy | apps/cli/src/stores/state.ts:loadState |
saveState |
software | healthy | apps/cli/src/stores/state.ts:saveState |
migrateState |
software | healthy | apps/cli/src/stores/state.ts:migrateState |
defaultSettings |
software | healthy | apps/cli/src/stores/settings.ts:defaultSettings |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
.prettierrc.json |
software | healthy | .prettierrc.json |
README.md |
software | healthy | README.md |
pnpm-lock.yaml |
software | healthy | pnpm-lock.yaml |
CLAUDE.md |
software | healthy | CLAUDE.md |
package.json |
software | healthy | package.json |
CONTRIBUTING.md |
software | healthy | CONTRIBUTING.md |
pnpm-workspace.yaml |
software | healthy | pnpm-workspace.yaml |
eslint.config.js |
software | healthy | eslint.config.js |
LICENSE |
software | healthy | LICENSE |
.jscpd.json |
software | healthy | .jscpd.json |
SECURITY.md |
software | healthy | SECURITY.md |
vitest.config.ts |
software | healthy | vitest.config.ts |
tsconfig.base.json |
software | healthy | tsconfig.base.json |
package.json |
software | healthy | apps/cli/package.json |
tsup.config.ts |
software | healthy | apps/cli/tsup.config.ts |
tsconfig.json |
software | healthy | apps/cli/tsconfig.json |
main.test.ts |
software | healthy | apps/cli/__tests__/main.test.ts |
init-render.test.ts |
software | healthy | apps/cli/__tests__/init-render.test.ts |
migrate-config.test.ts |
software | healthy | apps/cli/__tests__/migrate-config.test.ts |
migrate-dex-records.test.ts |
software | healthy | apps/cli/__tests__/migrate-dex-records.test.ts |
e2e.test.ts |
software | healthy | apps/cli/__tests__/e2e.test.ts |
init-tracking.test.ts |
software | healthy | apps/cli/__tests__/init-tracking.test.ts |
updater.test.ts |
software | healthy | apps/cli/__tests__/updater.test.ts |
settings.test.ts |
software | healthy | apps/cli/__tests__/settings.test.ts |
render-page-preview.ts |
software | healthy | apps/cli/tools/render-page-preview.ts |
frame-svg.ts |
software | healthy | apps/cli/tools/frame-svg.ts |
render-readme-gif.ts |
software | healthy | apps/cli/tools/render-readme-gif.ts |
version.ts |
software | healthy | apps/cli/src/version.ts |
main.ts |
software | healthy | apps/cli/src/main.ts |
config.ts |
software | healthy | apps/cli/src/stores/config.ts |
updates.ts |
software | healthy | apps/cli/src/stores/updates.ts |
index.ts |
software | healthy | apps/cli/src/stores/index.ts |
atomic.ts |
software | healthy | apps/cli/src/stores/atomic.ts |
checkpoints.ts |
software | healthy | apps/cli/src/stores/checkpoints.ts |
pending.ts |
software | healthy | apps/cli/src/stores/pending.ts |
state.ts |
software | healthy | apps/cli/src/stores/state.ts |
settings.ts |
software | healthy | apps/cli/src/stores/settings.ts |
migrate-dex-records.ts |
software | healthy | apps/cli/src/stores/migrate-dex-records.ts |
adapters.ts |
software | healthy | apps/cli/src/commands/adapters.ts |
watch.ts |
software | healthy | apps/cli/src/commands/watch.ts |
init.ts |
software | healthy | apps/cli/src/commands/init.ts |
status.ts |
software | healthy | apps/cli/src/commands/status.ts |
archive.ts |
software | healthy | apps/cli/src/commands/archive.ts |
update.ts |
software | healthy | apps/cli/src/commands/update.ts |
index.ts |
software | healthy | apps/cli/src/commands/index.ts |
shell.ts |
software | healthy | apps/cli/src/commands/shell.ts |
complete.ts |
software | healthy | apps/cli/src/commands/complete.ts |
dex.ts |
software | healthy | apps/cli/src/commands/dex.ts |
args.ts |
software | healthy | apps/cli/src/helpers/args.ts |
init-style.ts |
software | healthy | apps/cli/src/helpers/init-style.ts |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
apps |
software | healthy | apps |
cli |
software | healthy | apps/cli |
__tests__ |
software | healthy | apps/cli/__tests__ |
tools |
software | healthy | apps/cli/tools |
src |
software | healthy | apps/cli/src |
stores |
software | healthy | apps/cli/src/stores |
commands |
software | healthy | apps/cli/src/commands |
helpers |
software | healthy | apps/cli/src/helpers |
services |
software | healthy | apps/cli/src/services |
updater |
software | healthy | apps/cli/src/services/updater |
docs |
software | healthy | docs |
design |
software | healthy | docs/design |
wiki |
software | healthy | docs/wiki |
scripts |
software | healthy | scripts |
graphify-out |
software | healthy | graphify-out |
packages |
software | healthy | packages |
adapters |
software | healthy | packages/adapters |
__tests__ |
software | healthy | packages/adapters/__tests__ |
fixtures |
software | healthy | packages/adapters/__tests__/fixtures |
opencode |
software | healthy | packages/adapters/__tests__/fixtures/opencode |
storage |
software | healthy | packages/adapters/__tests__/fixtures/opencode/storage |
message |
software | healthy | packages/adapters/__tests__/fixtures/opencode/storage/messa… |
sess-bbb-222 |
software | healthy | packages/adapters/__tests__/fixtures/opencode/storage/messa… |
sess-aaa-111 |
software | healthy | packages/adapters/__tests__/fixtures/opencode/storage/messa… |
src |
software | healthy | packages/adapters/src |
opencode |
software | healthy | packages/adapters/src/opencode |
helpers |
software | healthy | packages/adapters/src/helpers |
claude-code |
software | healthy | packages/adapters/src/claude-code |
tui |
software | healthy | packages/tui |
__tests__ |
software | healthy | packages/tui/__tests__ |
src |
software | healthy | packages/tui/src |
components |
software | healthy | packages/tui/src/components |
helpers |
software | healthy | packages/tui/src/helpers |
pages |
software | healthy | packages/tui/src/pages |
terminal |
software | healthy | packages/tui/src/terminal |
render |
software | healthy | packages/tui/src/render |
content |
software | healthy | packages/content |
__tests__ |
software | healthy | packages/content/__tests__ |
content |
software | healthy | packages/content/content |
tools |
software | healthy | packages/content/tools |
designs |
software | healthy | packages/content/tools/designs |
src |
software | healthy | packages/content/src |
core |
software | healthy | packages/core |
__tests__ |
software | healthy | packages/core/__tests__ |
src |
software | healthy | packages/core/src |
evaluation |
software | healthy | packages/core/src/evaluation |
cycle |
software | healthy | packages/core/src/cycle |
helpers |
software | healthy | packages/core/src/helpers |
dna |
software | healthy | packages/core/src/dna |
engine |
software | healthy | packages/core/src/engine |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
NotInitializedError |
software | healthy | apps/cli/src/services/catchup.ts:NotInitializedError |
StringSink |
software | healthy | packages/tui/src/terminal/ansi.ts:StringSink |
Writer |
software | healthy | packages/tui/src/terminal/ansi.ts:Writer |
FrameBuffer |
software | healthy | packages/tui/src/render/buffer.ts:FrameBuffer |
HitRegistry |
software | healthy | packages/tui/src/render/hit.ts:HitRegistry |
PixelCanvas |
software | healthy | packages/content/tools/sprite-lib.ts:PixelCanvas |
Raster |
software | healthy | packages/content/tools/preview-sprite.ts:Raster |
of |
software | healthy | packages/core/src/evaluation/traits.ts:of |
GameEngine |
software | healthy | packages/core/src/engine/index.ts:GameEngine |
| Label | Layer | Status | Path |
|---|---|---|---|
analyze |
cicd | healthy | .github/workflows/codeql.yml |
dependency-review |
cicd | healthy | .github/workflows/dependency-review.yml |
sync |
cicd | healthy | .github/workflows/sync-wiki.yml |
analysis |
cicd | healthy | .github/workflows/scorecard.yml |
checks |
cicd | healthy | .github/workflows/ci.yml |
smoke |
cicd | healthy | .github/workflows/ci.yml |
build |
cicd | healthy | .github/workflows/release.yml |
publish |
cicd | healthy | .github/workflows/release.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
/pet |
frontend | healthy | packages/tui/src/pages/pet.ts |
/archive |
frontend | healthy | packages/tui/src/pages/archive.ts |
/dex-detail |
frontend | healthy | packages/tui/src/pages/dex-detail.ts |
/pet-vitals |
frontend | healthy | packages/tui/src/pages/pet-vitals.ts |
/dex |
frontend | healthy | packages/tui/src/pages/dex.ts |
/settings |
frontend | healthy | packages/tui/src/pages/settings.ts |
/types |
frontend | healthy | packages/tui/src/pages/types.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::codeql |
cicd | healthy | .github/workflows/codeql.yml |
gha::dependency-review |
cicd | healthy | .github/workflows/dependency-review.yml |
gha::sync-wiki |
cicd | healthy | .github/workflows/sync-wiki.yml |
gha::scorecard |
cicd | healthy | .github/workflows/scorecard.yml |
gha::ci |
cicd | healthy | .github/workflows/ci.yml |
gha::release |
cicd | healthy | .github/workflows/release.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-03sl5kib |
software | healthy | /tmp/repobility-clone-03sl5kib |
| Label | Layer | Status | Path |
|---|---|---|---|
sqlite |
data | healthy | apps/cli/tsup.config.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
GITHUB_TOKEN |
cicd | healthy | — |
This page is publicly accessible at:
https://repobility.com/scan/bc9faac3-1632-4bbd-b141-d5d585c3df45/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/bc9faac3-1632-4bbd-b141-d5d585c3df45/
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.