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.

sprited-ai/sprited

https://github.com/sprited-ai/sprited · scanned 2026-06-16 00:19 UTC (2 months, 2 weeks ago)

23 raw signals (0 security + 23 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 23 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 209 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
syncKeyStore software healthy demo/main.ts:syncKeyStore
log software healthy demo/main.ts:log
decodeBlob software healthy demo/main.ts:decodeBlob
drawTo software healthy demo/main.ts:drawTo
downloadLink software healthy demo/main.ts:downloadLink
resolveConfig software healthy src/config.ts:resolveConfig
rel software healthy src/config.ts:rel
loadConfig software healthy src/config.ts:loadConfig
cfg software healthy src/config.ts:cfg
usage software healthy src/cli.ts:usage
configFromFlags software healthy src/cli.ts:configFromFlags
buildYaml software healthy src/cli.ts:buildYaml
findRoot software healthy src/node/pkg.ts:findRoot
hasReplicateToken software healthy src/node/matting.ts:hasReplicateToken
token software healthy src/node/matting.ts:token
latestVersion software healthy src/node/matting.ts:latestVersion
matteOne software healthy src/node/matting.ts:matteOne
pred software healthy src/node/matting.ts:pred
toonoutMatting software healthy src/node/matting.ts:toonoutMatting
toonoutMatting software healthy src/node/toonout.ts:toonoutMatting
startReport software healthy src/node/report.ts:startReport
png software healthy src/node/report.ts:png
readImage software healthy src/node/io.ts:readImage
decodeImage software healthy src/node/io.ts:decodeImage
encodePng software healthy src/node/io.ts:encodePng
writePng software healthy src/node/io.ts:writePng
writeAnimatedWebp software healthy src/node/io.ts:writeAnimatedWebp
writeBytes software healthy src/node/io.ts:writeBytes
apiKey software healthy src/node/generate.ts:apiKey
generateSheet software healthy src/node/generate.ts:generateSheet
checkSpritesheet software healthy src/node/generate.ts:checkSpritesheet
fixSpritesheet software healthy src/node/generate.ts:fixSpritesheet
buildFixGrid software healthy src/node/generate.ts:buildFixGrid
nextCharName software healthy src/node/build.ts:nextCharName
buildCharacter software healthy src/node/build.ts:buildCharacter
pad software healthy src/node/build.ts:pad
startProgress software healthy src/node/progress.ts:startProgress
render software healthy src/node/progress.ts:render
draw software healthy src/node/progress.ts:draw
secs software healthy src/node/progress.ts:secs
cacheDir software healthy src/node/matting-local.ts:cacheDir
loadOrt software healthy src/node/matting-local.ts:loadOrt
hasLocalToonout software healthy src/node/matting-local.ts:hasLocalToonout
modelPath software healthy src/node/matting-local.ts:modelPath
matteAll software healthy src/node/matting-local.ts:matteAll
localToonoutMatting software healthy src/node/matting-local.ts:localToonoutMatting
fetchModel software healthy src/web/toonout.ts:fetchModel
session software healthy src/web/toonout.ts:session
toonoutMatting software healthy src/web/toonout.ts:toonoutMatting
canvas2d software healthy src/web/codec.ts:canvas2d

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

LabelLayerStatusPath
README.md software healthy README.md
pnpm-lock.yaml software healthy pnpm-lock.yaml
package.json software healthy package.json
tsup.config.ts software healthy tsup.config.ts
.env.example software healthy .env.example
tsconfig.json software healthy tsconfig.json
LICENSE software healthy LICENSE
vite.config.ts software healthy demo/vite.config.ts
index.html software healthy demo/index.html
main.ts software healthy demo/main.ts
vite-env.d.ts software healthy demo/vite-env.d.ts
001-why-oss.md software healthy docs/001-why-oss.md
lily.sprute.yaml software healthy examples/lily.sprute.yaml
blue-dress.entity.json software healthy examples/blue-dress.entity.json
lily.entity.json software healthy examples/lily.entity.json
monet.sprute.yaml software healthy examples/monet.sprute.yaml
blue-dress.sprute.yaml software healthy examples/blue-dress.sprute.yaml
elias.entity.json software healthy examples/elias.entity.json
lisa.entity.json software healthy examples/lisa.entity.json
monet.entity.json software healthy examples/monet.entity.json
elias.sprute.yaml software healthy examples/elias.sprute.yaml
lisa.sprute.yaml software healthy examples/lisa.sprute.yaml
pages.yml software healthy .github/workflows/pages.yml
publish.yml software healthy .github/workflows/publish.yml
config.ts software healthy src/config.ts
cli.ts software healthy src/cli.ts
pkg.ts software healthy src/node/pkg.ts
matting.ts software healthy src/node/matting.ts
toonout.ts software healthy src/node/toonout.ts
report.ts software healthy src/node/report.ts
io.ts software healthy src/node/io.ts
completions.ts software healthy src/node/completions.ts
generate.ts software healthy src/node/generate.ts
build.ts software healthy src/node/build.ts
progress.ts software healthy src/node/progress.ts
matting-local.ts software healthy src/node/matting-local.ts
onnxruntime-web.d.ts software healthy src/web/onnxruntime-web.d.ts
toonout.ts software healthy src/web/toonout.ts
codec.ts software healthy src/web/codec.ts
build.ts software healthy src/web/build.ts
toonout.ts software healthy src/core/toonout.ts
image.ts software healthy src/core/image.ts
gen.ts software healthy src/core/gen.ts
index.ts software healthy src/core/index.ts
codec.ts software healthy src/core/codec.ts
templates.ts software healthy src/core/templates.ts
entity.ts software healthy src/core/entity.ts
sheet.ts software healthy src/core/sheet.ts
keyer.ts software healthy src/core/keyer.ts
extract.ts software healthy src/core/extract.ts

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

LabelLayerStatusPath
demo software healthy demo
docs software healthy docs
examples software healthy examples
.github software healthy .github
workflows software healthy .github/workflows
src software healthy src
node software healthy src/node
web software healthy src/web
core software healthy src/core
experiments software healthy experiments
005-walkcycle software healthy experiments/005-walkcycle
002-adaptive-chroma software healthy experiments/002-adaptive-chroma
003-toonout-onnx software healthy experiments/003-toonout-onnx
001-template-8dir software healthy experiments/001-template-8dir
004-web-toonout software healthy experiments/004-web-toonout

LabelLayerStatusPath
gha::pages cicd healthy .github/workflows/pages.yml
gha::publish cicd healthy .github/workflows/publish.yml

LabelLayerStatusPath
deploy cicd healthy .github/workflows/pages.yml
publish cicd healthy .github/workflows/publish.yml

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

LabelLayerStatusPath
Mask software healthy experiments/003-toonout-onnx/export.py:86

LabelLayerStatusPath
port:5183 network healthy demo/vite.config.ts

LabelLayerStatusPath
gpu (detected) hardware healthy README.md

LabelLayerStatusPath
auth::.github/workflows/publish.yml security healthy .github/workflows/publish.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/361ff8a1-7182-4505-bf7a-c42cbe4447c7/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/361ff8a1-7182-4505-bf7a-c42cbe4447c7/

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.