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/voxeltracer

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

16 raw signals (0 security + 16 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 16 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 233 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
sceneId software healthy scripts/golden-test.mjs:sceneId
captureScene software healthy scripts/golden-test.mjs:captureScene
diffStats software healthy scripts/golden-test.mjs:diffStats
parseVox software healthy scripts/merge-vox.mjs:parseVox
usedIndices software healthy scripts/merge-vox.mjs:usedIndices
i32 software healthy scripts/merge-vox.mjs:i32
concat software healthy scripts/merge-vox.mjs:concat
concat software healthy scripts/remix-vox.mjs:concat
isId software healthy scripts/remix-vox.mjs:isId
write software healthy scripts/generate-vox.mjs:write
height software healthy scripts/generate-vox.mjs:height
str software healthy scripts/voxBuilder.mjs:str
i32 software healthy scripts/voxBuilder.mjs:i32
concat software healthy scripts/voxBuilder.mjs:concat
dict software healthy scripts/voxBuilder.mjs:dict
chunk software healthy scripts/voxBuilder.mjs:chunk
sizeChunk software healthy scripts/voxBuilder.mjs:sizeChunk
xyziChunk software healthy scripts/voxBuilder.mjs:xyziChunk
rgbaChunk software healthy scripts/voxBuilder.mjs:rgbaChunk
ntrnChunk software healthy scripts/voxBuilder.mjs:ntrnChunk
ngrpChunk software healthy scripts/voxBuilder.mjs:ngrpChunk
nshpChunk software healthy scripts/voxBuilder.mjs:nshpChunk
matlChunk software healthy scripts/voxBuilder.mjs:matlChunk
buildVox software healthy scripts/voxBuilder.mjs:buildVox
initVoxelViewer software healthy src/index.ts:initVoxelViewer
getCanvas software healthy src/index.ts:getCanvas
captureAsBlob software healthy src/index.ts:captureAsBlob
captureAndDownload software healthy src/index.ts:captureAndDownload
captureAndSetAsInputFile software healthy src/index.ts:captureAndSetAsInputFile
rerender software healthy src/index.ts:rerender
downloadBlob software healthy src/index.ts:downloadBlob
setBlobAsFileInput software healthy src/index.ts:setBlobAsFileInput
VoxelViewer software healthy src/Components/VoxelViewer/VoxelViewer.tsx:VoxelViewer
onKey software healthy src/Components/VoxelViewer/VoxelViewer.tsx:onKey
parseHash software healthy src/Components/App/App.tsx:parseHash
App software healthy src/Components/App/App.tsx:App
onHashChange software healthy src/Components/App/App.tsx:onHashChange
result software healthy src/Data/Readers/Reader.ts:result
b2s software healthy src/Data/Readers/ByteUtil.ts:b2s
uint8 software healthy src/Data/Readers/ByteUtil.ts:uint8
overlaps software healthy src/Data/Packers/AtlasPacker.test.ts:overlaps
shapeWorldAabb software healthy src/Data/Packers/ShapeBvh.ts:shapeWorldAabb
buildShapeBvh software healthy src/Data/Packers/ShapeBvh.ts:buildShapeBvh
centroid software healthy src/Data/Packers/ShapeBvh.ts:centroid
build software healthy src/Data/Packers/ShapeBvh.ts:build
slabHit software healthy src/Data/Packers/ShapeBvh.ts:slabHit
t1 software healthy src/Data/Packers/ShapeBvh.ts:t1
t2 software healthy src/Data/Packers/ShapeBvh.ts:t2
queryBvh software healthy src/Data/Packers/ShapeBvh.ts:queryBvh
box software healthy src/Data/Packers/ShapeBvh.test.ts:box

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

LabelLayerStatusPath
vite.config.ts software healthy vite.config.ts
README.md software healthy README.md
package.json software healthy package.json
index.html software healthy index.html
package-lock.json software healthy package-lock.json
tsconfig.json software healthy tsconfig.json
LICENSE software healthy LICENSE
vite.lib.config.ts software healthy vite.lib.config.ts
webgl2-upgrade.md software healthy docs/webgl2-upgrade.md
2026-06-12-webgpu-backend.md software healthy docs/superpowers/plans/2026-06-12-webgpu-backend.md
2026-06-11-webgl2-modernization.md software healthy docs/superpowers/plans/2026-06-11-webgl2-modernization.md
golden-test.mjs software healthy scripts/golden-test.mjs
merge-vox.mjs software healthy scripts/merge-vox.mjs
remix-vox.mjs software healthy scripts/remix-vox.mjs
generate-vox.mjs software healthy scripts/generate-vox.mjs
voxBuilder.mjs software healthy scripts/voxBuilder.mjs
perf-test.mjs software healthy scripts/perf-test.mjs
manifest.json software healthy public/manifest.json
index.html software healthy public/index.html
LICENSE.txt software healthy public/vox/web/LICENSE.txt
publish.yml software healthy .github/workflows/publish.yml
index.ts software healthy src/index.ts
main.tsx software healthy src/main.tsx
MaterialType.ts software healthy src/Enums/MaterialType.ts
VoxelViewer.css software healthy src/Components/VoxelViewer/VoxelViewer.css
voxFileList.ts software healthy src/Components/VoxelViewer/voxFileList.ts
VoxelViewer.tsx software healthy src/Components/VoxelViewer/VoxelViewer.tsx
index.css software healthy src/Components/App/index.css
App.tsx software healthy src/Components/App/App.tsx
App.css software healthy src/Components/App/App.css
Reader.ts software healthy src/Data/Readers/Reader.ts
ByteUtil.ts software healthy src/Data/Readers/ByteUtil.ts
ShapeHash.ts software healthy src/Data/Types/ShapeHash.ts
DiffuseMaterial.ts software healthy src/Data/Materials/DiffuseMaterial.ts
GlassMaterial.ts software healthy src/Data/Materials/GlassMaterial.ts
EmissiveMaterial.ts software healthy src/Data/Materials/EmissiveMaterial.ts
Material.ts software healthy src/Data/Materials/Material.ts
MetallicMaterial.ts software healthy src/Data/Materials/MetallicMaterial.ts
AtlasPacker.test.ts software healthy src/Data/Packers/AtlasPacker.test.ts
ShapeBvh.ts software healthy src/Data/Packers/ShapeBvh.ts
ShapeBvh.test.ts software healthy src/Data/Packers/ShapeBvh.test.ts
AtlasPacker.ts software healthy src/Data/Packers/AtlasPacker.ts
VoxelScene.ts software healthy src/Data/Models/VoxelScene.ts
VoxelArt.ts software healthy src/Data/Models/VoxelArt.ts
Obj.ts software healthy src/Data/Models/Obj.ts
defaultColorPaletteData.ts software healthy src/Data/MagicaVoxel/defaultColorPaletteData.ts
MagicaVoxelData.ts software healthy src/Data/MagicaVoxel/MagicaVoxelData.ts
MagicaVoxelContext.test.ts software healthy src/Data/MagicaVoxel/MagicaVoxelContext.test.ts
MagicaVoxelContext.ts software healthy src/Data/MagicaVoxel/MagicaVoxelContext.ts
generatedFiles.test.ts software healthy src/Data/MagicaVoxel/generatedFiles.test.ts

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

LabelLayerStatusPath
Reader software healthy src/Data/Readers/Reader.ts:Reader
DiffuseMaterial software healthy src/Data/Materials/DiffuseMaterial.ts:DiffuseMaterial
GlassMaterial software healthy src/Data/Materials/GlassMaterial.ts:GlassMaterial
EmmissiveMaterial software healthy src/Data/Materials/EmissiveMaterial.ts:EmmissiveMaterial
Material software healthy src/Data/Materials/Material.ts:Material
MetallicMaterial software healthy src/Data/Materials/MetallicMaterial.ts:MetallicMaterial
VoxelScene software healthy src/Data/Models/VoxelScene.ts:VoxelScene
VoxelArt software healthy src/Data/Models/VoxelArt.ts:VoxelArt
Obj software healthy src/Data/Models/Obj.ts:Obj
MagicaVoxelData software healthy src/Data/MagicaVoxel/MagicaVoxelData.ts:MagicaVoxelData
MagicaVoxelContext software healthy src/Data/MagicaVoxel/MagicaVoxelContext.ts:MagicaVoxelConte…
ChunkHeader software healthy src/Data/MagicaVoxel/Readers/MagicaVoxelReader.ts:ChunkHead…
MagicaVoxelReader software healthy src/Data/MagicaVoxel/Readers/MagicaVoxelReader.ts:MagicaVox…
UnsupportedChunk software healthy src/Data/MagicaVoxel/Chunks/UnsupportedChunk.ts:Unsupported…
NgrpChunk software healthy src/Data/MagicaVoxel/Chunks/NgrpChunk.ts:NgrpChunk
NtrnChunk software healthy src/Data/MagicaVoxel/Chunks/NtrnChunk.ts:NtrnChunk
NshpChunk software healthy src/Data/MagicaVoxel/Chunks/NshpChunk.ts:NshpChunk
LayrChunk software healthy src/Data/MagicaVoxel/Chunks/LayrChunk.ts:LayrChunk
MainChunk software healthy src/Data/MagicaVoxel/Chunks/MainChunk.ts:MainChunk
XyziChunk software healthy src/Data/MagicaVoxel/Chunks/XyziChunk.ts:XyziChunk
SizeChunk software healthy src/Data/MagicaVoxel/Chunks/SizeChunk.ts:SizeChunk
RgbaChunk software healthy src/Data/MagicaVoxel/Chunks/RgbaChunk.ts:RgbaChunk
MatlChunk software healthy src/Data/MagicaVoxel/Chunks/MatlChunk.ts:MatlChunk
MattChunk software healthy src/Data/MagicaVoxel/Chunks/MattChunk.ts:MattChunk
PackChunk software healthy src/Data/MagicaVoxel/Chunks/PackChunk.ts:PackChunk
Chunk software healthy src/Data/MagicaVoxel/Chunks/Chunk.ts:Chunk
Loader software healthy src/Data/Loaders/Loader.ts:Loader
Context software healthy src/Data/Loaders/Context.ts:Context
ColorArray software healthy src/Data/Arrays/ColorArray.ts:ColorArray
MaterialArray software healthy src/Data/Arrays/MaterialArray.ts:MaterialArray
WebGPUBackend software healthy src/Renderer/WebGPUBackend.ts:WebGPUBackend
SceneTextures software healthy src/Renderer/SceneTextures.ts:SceneTextures
VoxelRenderer software healthy src/Renderer/VoxelRenderer.ts:VoxelRenderer
WebGL2Backend software healthy src/Renderer/WebGL2Backend.ts:WebGL2Backend

LabelLayerStatusPath
docs software healthy docs
superpowers software healthy docs/superpowers
plans software healthy docs/superpowers/plans
scripts software healthy scripts
public software healthy public
vox software healthy public/vox
web software healthy public/vox/web
.github software healthy .github
workflows software healthy .github/workflows
src software healthy src
Enums software healthy src/Enums
Components software healthy src/Components
VoxelViewer software healthy src/Components/VoxelViewer
App software healthy src/Components/App
Data software healthy src/Data
Readers software healthy src/Data/Readers
Types software healthy src/Data/Types
Materials software healthy src/Data/Materials
Packers software healthy src/Data/Packers
Models software healthy src/Data/Models
MagicaVoxel software healthy src/Data/MagicaVoxel
Readers software healthy src/Data/MagicaVoxel/Readers
Types software healthy src/Data/MagicaVoxel/Types
Chunks software healthy src/Data/MagicaVoxel/Chunks
Loaders software healthy src/Data/Loaders
Arrays software healthy src/Data/Arrays
core software healthy src/core
Renderer software healthy src/Renderer

LabelLayerStatusPath
VoxelViewer frontend healthy src/Components/VoxelViewer/VoxelViewer.tsx
App frontend healthy src/Components/App/App.tsx

LabelLayerStatusPath
repobility-clone-8n7ymbv7 software healthy /tmp/repobility-clone-8n7ymbv7

LabelLayerStatusPath
gpu (detected) hardware healthy src/Components/VoxelViewer/VoxelViewer.tsx

LabelLayerStatusPath
auth::.github/workflows/publish.yml security healthy .github/workflows/publish.yml

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

LabelLayerStatusPath
publish cicd 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/fd017bf4-48e7-4708-9e97-ade42bc69322/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/fd017bf4-48e7-4708-9e97-ade42bc69322/

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.