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.

theyworker/playground

https://github.com/theyworker/playground · scanned 2026-06-16 00:34 UTC (2 months, 2 weeks ago)

18 raw signals (0 security + 18 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 18 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 384 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
Home software healthy src/app/page.tsx:Home
RootLayout software healthy src/app/layout.tsx:RootLayout
buildMug software healthy src/app/3d-world/mug.ts:buildMug
angle software healthy src/app/3d-world/mug.ts:angle
ThreeDWorldPage software healthy src/app/3d-world/page.tsx:ThreeDWorldPage
progress software healthy src/app/3d-world/fizz.ts:progress
createBeerScene software healthy src/app/3d-world/beer-scene.ts:createBeerScene
animate software healthy src/app/3d-world/beer-scene.ts:animate
onResize software healthy src/app/3d-world/beer-scene.ts:onResize
baseOptions software healthy src/app/3d-world/login/hologram-material.ts:baseOptions
createHologramMaterial software healthy src/app/3d-world/login/hologram-material.ts:createHologramM…
createBeamMaterial software healthy src/app/3d-world/login/hologram-material.ts:createBeamMater…
HologramLoginPage software healthy src/app/3d-world/login/page.tsx:HologramLoginPage
CornerBrackets software healthy src/app/3d-world/login/login-form.tsx:CornerBrackets
LoginForm software healthy src/app/3d-world/login/login-form.tsx:LoginForm
handleSubmit software healthy src/app/3d-world/login/login-form.tsx:handleSubmit
createParticles software healthy src/app/3d-world/login/hologram-scene.ts:createParticles
createHologramScene software healthy src/app/3d-world/login/hologram-scene.ts:createHologramScene
onPointerMove software healthy src/app/3d-world/login/hologram-scene.ts:onPointerMove
animate software healthy src/app/3d-world/login/hologram-scene.ts:animate
onResize software healthy src/app/3d-world/login/hologram-scene.ts:onResize
drawDevindSign software healthy src/app/3d-world/pac-meeting/devind-art.ts:drawDevindSign
drawTechPoster software healthy src/app/3d-world/pac-meeting/devind-art.ts:drawTechPoster
drawTiktokSign software healthy src/app/3d-world/pac-meeting/devind-art.ts:drawTiktokSign
drawCmynaSign software healthy src/app/3d-world/pac-meeting/cmyna-art.ts:drawCmynaSign
drawApplePoster software healthy src/app/3d-world/pac-meeting/cmyna-art.ts:drawApplePoster
drawDrakeQuote software healthy src/app/3d-world/pac-meeting/cmyna-art.ts:drawDrakeQuote
buildWadx software healthy src/app/3d-world/pac-meeting/wadx.ts:buildWadx
wall software healthy src/app/3d-world/pac-meeting/wadx.ts:wall
poster software healthy src/app/3d-world/pac-meeting/wadx.ts:poster
angle software healthy src/app/3d-world/pac-meeting/wadx.ts:angle
buildCmyna software healthy src/app/3d-world/pac-meeting/cmyna.ts:buildCmyna
box software healthy src/app/3d-world/pac-meeting/cmyna.ts:box
canvasPlane software healthy src/app/3d-world/pac-meeting/cmyna.ts:canvasPlane
angle software healthy src/app/3d-world/pac-meeting/cmyna.ts:angle
randomSpot software healthy src/app/3d-world/pac-meeting/cmyna.ts:randomSpot
createMusic software healthy src/app/3d-world/pac-meeting/music.ts:createMusic
start software healthy src/app/3d-world/pac-meeting/music.ts:start
onSpeaker software healthy src/app/3d-world/pac-meeting/music.ts:onSpeaker
muted software healthy src/app/3d-world/pac-meeting/music.ts:muted
update software healthy src/app/3d-world/pac-meeting/music.ts:update
MicIcon software healthy src/app/3d-world/pac-meeting/av-controls.tsx:MicIcon
SpeakerIcon software healthy src/app/3d-world/pac-meeting/av-controls.tsx:SpeakerIcon
ToggleButton software healthy src/app/3d-world/pac-meeting/av-controls.tsx:ToggleButton
AvControls software healthy src/app/3d-world/pac-meeting/av-controls.tsx:AvControls
buildMansion software healthy src/app/3d-world/pac-meeting/mansion.ts:buildMansion
wall software healthy src/app/3d-world/pac-meeting/mansion.ts:wall
makeTileTexture software healthy src/app/3d-world/pac-meeting/washroom.ts:makeTileTexture
buildWashroom software healthy src/app/3d-world/pac-meeting/washroom.ts:buildWashroom
box software healthy src/app/3d-world/pac-meeting/washroom.ts:box

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

LabelLayerStatusPath
postcss.config.mjs software healthy postcss.config.mjs
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
eslint.config.mjs software healthy eslint.config.mjs
next.config.ts software healthy next.config.ts
SKILL.md software healthy .claude/skills/threejs-loaders/SKILL.md
SKILL.md software healthy .claude/skills/threejs-materials/SKILL.md
SKILL.md software healthy .claude/skills/threejs-interaction/SKILL.md
SKILL.md software healthy .claude/skills/threejs-geometry/SKILL.md
SKILL.md software healthy .claude/skills/threejs-animation/SKILL.md
SKILL.md software healthy .claude/skills/threejs-textures/SKILL.md
SKILL.md software healthy .claude/skills/threejs-lighting/SKILL.md
SKILL.md software healthy .claude/skills/threejs-shaders/SKILL.md
SKILL.md software healthy .claude/skills/threejs-fundamentals/SKILL.md
SKILL.md software healthy .claude/skills/threejs-postprocessing/SKILL.md
globals.css software healthy src/app/globals.css
page.tsx software healthy src/app/page.tsx
layout.tsx software healthy src/app/layout.tsx
mug.ts software healthy src/app/3d-world/mug.ts
page.tsx software healthy src/app/3d-world/page.tsx
fizz.ts software healthy src/app/3d-world/fizz.ts
beer-scene.ts software healthy src/app/3d-world/beer-scene.ts
hologram-material.ts software healthy src/app/3d-world/login/hologram-material.ts
page.tsx software healthy src/app/3d-world/login/page.tsx
login-form.tsx software healthy src/app/3d-world/login/login-form.tsx
hologram-scene.ts software healthy src/app/3d-world/login/hologram-scene.ts
devind-art.ts software healthy src/app/3d-world/pac-meeting/devind-art.ts
mansion-kit.ts software healthy src/app/3d-world/pac-meeting/mansion-kit.ts
cmyna-art.ts software healthy src/app/3d-world/pac-meeting/cmyna-art.ts
wadx.ts software healthy src/app/3d-world/pac-meeting/wadx.ts
cmyna.ts software healthy src/app/3d-world/pac-meeting/cmyna.ts
music.ts software healthy src/app/3d-world/pac-meeting/music.ts
av-controls.tsx software healthy src/app/3d-world/pac-meeting/av-controls.tsx
mansion.ts software healthy src/app/3d-world/pac-meeting/mansion.ts
washroom.ts software healthy src/app/3d-world/pac-meeting/washroom.ts
gym.ts software healthy src/app/3d-world/pac-meeting/gym.ts
tv-art.ts software healthy src/app/3d-world/pac-meeting/tv-art.ts
bake-static.ts software healthy src/app/3d-world/pac-meeting/bake-static.ts
restaurant.ts software healthy src/app/3d-world/pac-meeting/restaurant.ts
pool-hall.ts software healthy src/app/3d-world/pac-meeting/pool-hall.ts
pilates.ts software healthy src/app/3d-world/pac-meeting/pilates.ts
lake-art.ts software healthy src/app/3d-world/pac-meeting/lake-art.ts
tennis.ts software healthy src/app/3d-world/pac-meeting/tennis.ts
house.ts software healthy src/app/3d-world/pac-meeting/house.ts
crewmate.ts software healthy src/app/3d-world/pac-meeting/crewmate.ts
decor.ts software healthy src/app/3d-world/pac-meeting/decor.ts
exterior.ts software healthy src/app/3d-world/pac-meeting/exterior.ts
mansion-kitchen.ts software healthy src/app/3d-world/pac-meeting/mansion-kitchen.ts

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

LabelLayerStatusPath
.claude software healthy .claude
skills software healthy .claude/skills
threejs-loaders software healthy .claude/skills/threejs-loaders
threejs-materials software healthy .claude/skills/threejs-materials
threejs-interaction software healthy .claude/skills/threejs-interaction
threejs-geometry software healthy .claude/skills/threejs-geometry
threejs-animation software healthy .claude/skills/threejs-animation
threejs-textures software healthy .claude/skills/threejs-textures
threejs-lighting software healthy .claude/skills/threejs-lighting
threejs-shaders software healthy .claude/skills/threejs-shaders
threejs-fundamentals software healthy .claude/skills/threejs-fundamentals
threejs-postprocessing software healthy .claude/skills/threejs-postprocessing
src software healthy src
app software healthy src/app
3d-world software healthy src/app/3d-world
login software healthy src/app/3d-world/login
pac-meeting software healthy src/app/3d-world/pac-meeting
describe-scene software healthy src/app/3d-world/describe-scene
dini-water-game software healthy src/app/dini-water-game

LabelLayerStatusPath
Home frontend healthy src/app/page.tsx
RootLayout frontend healthy src/app/layout.tsx
ThreeDWorldPage frontend healthy src/app/3d-world/page.tsx
HologramLoginPage frontend healthy src/app/3d-world/login/page.tsx
LoginForm frontend healthy src/app/3d-world/login/login-form.tsx
AvControls frontend healthy src/app/3d-world/pac-meeting/av-controls.tsx
PacMeetingPage frontend healthy src/app/3d-world/pac-meeting/page.tsx
MobileControls frontend healthy src/app/3d-world/pac-meeting/mobile-controls.tsx
DescribeScenePage frontend healthy src/app/3d-world/describe-scene/page.tsx
DiniWaterGame frontend healthy src/app/dini-water-game/page.tsx

LabelLayerStatusPath
/page.tsx frontend healthy src/app/page.tsx
/3d-world frontend healthy src/app/3d-world/page.tsx
/3d-world/login frontend healthy src/app/3d-world/login/page.tsx
/3d-world/pac-meeting frontend healthy src/app/3d-world/pac-meeting/page.tsx
/3d-world/describe-scene frontend healthy src/app/3d-world/describe-scene/page.tsx
/dini-water-game frontend healthy src/app/dini-water-game/page.tsx

LabelLayerStatusPath
Fizz software healthy src/app/3d-world/fizz.ts:Fizz
Kit software healthy src/app/3d-world/pac-meeting/mansion-kit.ts:Kit

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

LabelLayerStatusPath
gpu (detected) hardware healthy .claude/skills/threejs-geometry/SKILL.md
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/883e4859-73c2-455b-9370-04726734ccd6/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/883e4859-73c2-455b-9370-04726734ccd6/

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.