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.

vukkt/token-warden

https://github.com/vukkt/token-warden · scanned 2026-06-16 00:53 UTC (2 months, 1 week ago)

34 raw signals (0 security + 34 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 34 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

All 378 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.

LabelLayerStatusPath
fetchJson software healthy benchmarks/fixture/web/api.ts:fetchJson
Dashboard software healthy benchmarks/fixture/web/App.tsx:Dashboard
App software healthy benchmarks/fixture/web/App.tsx:App
OrderSummary software healthy benchmarks/fixture/web/components/OrderSummary.tsx:OrderSum…
UserList software healthy benchmarks/fixture/web/components/UserList.tsx:UserList
useFetch software healthy benchmarks/fixture/web/hooks/useFetch.ts:useFetch
AuthProvider software healthy benchmarks/fixture/web/context/AuthContext.tsx:AuthProvider
useAuth software healthy benchmarks/fixture/web/context/AuthContext.tsx:useAuth
createServer software healthy benchmarks/fixture/src/server.ts:createServer
createDb software healthy benchmarks/fixture/src/db.ts:createDb
paginate software healthy benchmarks/fixture/src/lib/pagination.ts:paginate
usersRouter software healthy benchmarks/fixture/src/routes/users.ts:usersRouter
productsRouter software healthy benchmarks/fixture/src/routes/products.ts:productsRouter
ordersRouter software healthy benchmarks/fixture/src/routes/orders.ts:ordersRouter
getOrder software healthy benchmarks/fixture/src/services/orderService.ts:getOrder
listUserOrders software healthy benchmarks/fixture/src/services/orderService.ts:listUserOrd…
createOrder software healthy benchmarks/fixture/src/services/orderService.ts:createOrder
listProducts software healthy benchmarks/fixture/src/services/productService.ts:listProdu…
getProduct software healthy benchmarks/fixture/src/services/productService.ts:getProduct
createProduct software healthy benchmarks/fixture/src/services/productService.ts:createPro…
listUsers software healthy benchmarks/fixture/src/services/userService.ts:listUsers
getUser software healthy benchmarks/fixture/src/services/userService.ts:getUser
createUser software healthy benchmarks/fixture/src/services/userService.ts:createUser
getOrderById software healthy benchmarks/fixture/src/repositories/orderRepo.ts:getOrderBy…
listOrdersByUser software healthy benchmarks/fixture/src/repositories/orderRepo.ts:listOrders…
listOrdersWithUserNames software healthy benchmarks/fixture/src/repositories/orderRepo.ts:listOrders…
insertOrder software healthy benchmarks/fixture/src/repositories/orderRepo.ts:insertOrder
listUsers software healthy benchmarks/fixture/src/repositories/userRepo.ts:listUsers
getUserById software healthy benchmarks/fixture/src/repositories/userRepo.ts:getUserById
insertUser software healthy benchmarks/fixture/src/repositories/userRepo.ts:insertUser
listProducts software healthy benchmarks/fixture/src/repositories/productRepo.ts:listProd…
getProductById software healthy benchmarks/fixture/src/repositories/productRepo.ts:getProdu…
insertProduct software healthy benchmarks/fixture/src/repositories/productRepo.ts:insertPr…
task software healthy test/compare.test.ts:task
cmp software healthy test/compare.test.ts:cmp
summaryFor software healthy test/compare.test.ts:summaryFor
runCollect software healthy test/collect.test.ts:runCollect
payload software healthy test/collect.test.ts:payload
logContents software healthy test/collect.test.ts:logContents
seedMainPriors software healthy test/collect.test.ts:seedMainPriors
shared software healthy test/adopt.test.ts:shared
existingRule software healthy test/adopt.test.ts:existingRule
seedRun software healthy test/distill.test.ts:seedRun
entry software healthy test/distill.test.ts:entry
summary software healthy test/select.test.ts:summary
seedCandidate software healthy test/select.test.ts:seedCandidate
fakeRunner software healthy test/select.test.ts:fakeRunner
fixture software healthy test/transcript.test.ts:fixture
entry software healthy test/transcript.test.ts:entry
read software healthy test/transcript.test.ts:read

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
TOKEN-WARDEN-SPEC.md software healthy TOKEN-WARDEN-SPEC.md
README.md software healthy README.md
package.json software healthy package.json
package-lock.json software healthy package-lock.json
tsconfig.json software healthy tsconfig.json
LICENSE software healthy LICENSE
biome.json software healthy biome.json
CHANGELOG.md software healthy CHANGELOG.md
vitest.config.ts software healthy vitest.config.ts
DECISIONS.md software healthy DECISIONS.md
golden-01.md software healthy benchmarks/frontend/golden-01.md
golden-02.md software healthy benchmarks/frontend/golden-02.md
golden-03.md software healthy benchmarks/frontend/golden-03.md
golden-01.md software healthy benchmarks/testing/golden-01.md
golden-02.md software healthy benchmarks/testing/golden-02.md
golden-03.md software healthy benchmarks/testing/golden-03.md
README.md software healthy benchmarks/fixture/README.md
package.json software healthy benchmarks/fixture/package.json
package-lock.json software healthy benchmarks/fixture/package-lock.json
BUGS.md software healthy benchmarks/fixture/BUGS.md
tsconfig.json software healthy benchmarks/fixture/tsconfig.json
vitest.config.ts software healthy benchmarks/fixture/vitest.config.ts
productRepo.test.ts software healthy benchmarks/fixture/tests/productRepo.test.ts
userService.test.ts software healthy benchmarks/fixture/tests/userService.test.ts
api.ts software healthy benchmarks/fixture/web/api.ts
main.tsx software healthy benchmarks/fixture/web/main.tsx
App.tsx software healthy benchmarks/fixture/web/App.tsx
OrderSummary.tsx software healthy benchmarks/fixture/web/components/OrderSummary.tsx
UserList.tsx software healthy benchmarks/fixture/web/components/UserList.tsx
useFetch.ts software healthy benchmarks/fixture/web/hooks/useFetch.ts
AuthContext.tsx software healthy benchmarks/fixture/web/context/AuthContext.tsx
schema.sql software healthy benchmarks/fixture/db/schema.sql
index.ts software healthy benchmarks/fixture/src/index.ts
server.ts software healthy benchmarks/fixture/src/server.ts
db.ts software healthy benchmarks/fixture/src/db.ts
pagination.ts software healthy benchmarks/fixture/src/lib/pagination.ts
users.ts software healthy benchmarks/fixture/src/routes/users.ts
products.ts software healthy benchmarks/fixture/src/routes/products.ts
orders.ts software healthy benchmarks/fixture/src/routes/orders.ts
orderService.ts software healthy benchmarks/fixture/src/services/orderService.ts
productService.ts software healthy benchmarks/fixture/src/services/productService.ts
userService.ts software healthy benchmarks/fixture/src/services/userService.ts
errors.ts software healthy benchmarks/fixture/src/services/errors.ts
orderRepo.ts software healthy benchmarks/fixture/src/repositories/orderRepo.ts
userRepo.ts software healthy benchmarks/fixture/src/repositories/userRepo.ts
productRepo.ts software healthy benchmarks/fixture/src/repositories/productRepo.ts
golden-01.md software healthy benchmarks/sql/golden-01.md
golden-02.md software healthy benchmarks/sql/golden-02.md
golden-03.md software healthy benchmarks/sql/golden-03.md
golden-01.md software healthy benchmarks/backend/golden-01.md

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
benchmarks software healthy benchmarks
frontend software healthy benchmarks/frontend
testing software healthy benchmarks/testing
fixture software healthy benchmarks/fixture
tests software healthy benchmarks/fixture/tests
web software healthy benchmarks/fixture/web
components software healthy benchmarks/fixture/web/components
hooks software healthy benchmarks/fixture/web/hooks
context software healthy benchmarks/fixture/web/context
db software healthy benchmarks/fixture/db
src software healthy benchmarks/fixture/src
lib software healthy benchmarks/fixture/src/lib
routes software healthy benchmarks/fixture/src/routes
services software healthy benchmarks/fixture/src/services
repositories software healthy benchmarks/fixture/src/repositories
sql software healthy benchmarks/sql
backend software healthy benchmarks/backend
test software healthy test
commands software healthy commands
agents software healthy agents
hooks software healthy hooks
.github software healthy .github
workflows software healthy .github/workflows
src software healthy src

LabelLayerStatusPath
USE /users api healthy benchmarks/fixture/src/server.ts
USE /products api healthy benchmarks/fixture/src/server.ts
USE /orders api healthy benchmarks/fixture/src/server.ts
GET / api healthy benchmarks/fixture/src/routes/users.ts
GET /:id api healthy benchmarks/fixture/src/routes/users.ts
POST / api healthy benchmarks/fixture/src/routes/users.ts

LabelLayerStatusPath
NotFoundError software healthy benchmarks/fixture/src/services/errors.ts:NotFoundError
ValidationError software healthy benchmarks/fixture/src/services/errors.ts:ValidationError
and software healthy test/attribute.test.ts:and
TranscriptAccumulator software healthy src/transcript.ts:TranscriptAccumulator

LabelLayerStatusPath
users data healthy benchmarks/fixture/db/schema.sql
products data healthy benchmarks/fixture/db/schema.sql
orders data healthy benchmarks/fixture/db/schema.sql

LabelLayerStatusPath
checks cicd healthy .github/workflows/ci.yml
fixture cicd healthy .github/workflows/ci.yml

LabelLayerStatusPath
repobility-clone-omq5n__w software healthy /tmp/repobility-clone-omq5n__w

LabelLayerStatusPath
sqlite data healthy README.md

LabelLayerStatusPath
gha::ci cicd healthy .github/workflows/ci.yml
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/d902e950-31d1-4ece-bd3c-f0d8e8f2159f/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/d902e950-31d1-4ece-bd3c-f0d8e8f2159f/

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.