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.

bprateeek/demoframe

https://github.com/bprateeek/demoframe · scanned 2026-06-17 01:42 UTC (1 month, 1 week ago)

13 raw signals (0 security + 13 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -6.5 (diff) · 13 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 244 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
fail software healthy src/cli.ts:fail
json software healthy src/mcp.ts:json
failure software healthy src/mcp.ts:failure
encodeGif software healthy src/encode/gif.ts:encodeGif
encodeWebm software healthy src/encode/webm.ts:encodeWebm
encodeWebp software healthy src/encode/webp.ts:encodeWebp
encodeMp4 software healthy src/encode/mp4.ts:encodeMp4
run software healthy src/encode/exec.ts:run
minimalGif software healthy src/qa/gifInfo.test.ts:minimalGif
parseGif software healthy src/qa/gifInfo.ts:parseGif
skipSubBlocks software healthy src/qa/gifInfo.ts:skipSubBlocks
inspectGif software healthy src/qa/report.ts:inspectGif
probeWithFfmpeg software healthy src/qa/report.ts:probeWithFfmpeg
inspectMp4 software healthy src/qa/report.ts:inspectMp4
inspectWebm software healthy src/qa/report.ts:inspectWebm
inspectWebp software healthy src/qa/report.ts:inspectWebp
printReport software healthy src/qa/report.ts:printReport
kb software healthy src/qa/report.ts:kb
writeReportJson software healthy src/qa/report.ts:writeReportJson
INDEX_HTML software healthy src/commands/serve.ts:INDEX_HTML
fit software healthy src/commands/serve.ts:fit
loadMeta software healthy src/commands/serve.ts:loadMeta
seek software healthy src/commands/serve.ts:seek
tick software healthy src/commands/serve.ts:tick
runServe software healthy src/commands/serve.ts:runServe
url software healthy src/commands/serve.ts:url
notify software healthy src/commands/serve.ts:notify
writeConfig software healthy src/commands/check.test.ts:writeConfig
makeTemp software healthy src/commands/init.test.ts:makeTemp
referencedAssets software healthy src/commands/check.ts:referencedAssets
screenshotSizeWarnings software healthy src/commands/check.ts:screenshotSizeWarnings
megapixels software healthy src/commands/check.ts:megapixels
runCheck software healthy src/commands/check.ts:runCheck
ladderSteps software healthy src/commands/render.ts:ladderSteps
runRender software healthy src/commands/render.ts:runRender
getFrames software healthy src/commands/render.ts:getFrames
templatesDir software healthy src/commands/init.ts:templatesDir
listTemplates software healthy src/commands/init.ts:listTemplates
runInit software healthy src/commands/init.ts:runInit
compositeOn software healthy src/commands/preview.ts:compositeOn
writePreviewStills software healthy src/commands/preview.ts:writePreviewStills
runPreview software healthy src/commands/preview.ts:runPreview
highlighter software healthy src/templates/highlight.ts:highlighter
lineMeta software healthy src/templates/highlight.ts:lineMeta
plainHtml software healthy src/templates/highlight.ts:plainHtml
highlightCode software healthy src/templates/highlight.ts:highlightCode
fontFace software healthy src/templates/fonts.ts:fontFace
builtinFontCss software healthy src/templates/fonts.ts:builtinFontCss
customFontFace software healthy src/templates/fonts.ts:customFontFace
fontStacks software healthy src/templates/fonts.ts:fontStacks

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

LabelLayerStatusPath
CHANGELOG.md software healthy CHANGELOG.md
package-lock.json software healthy package-lock.json
THIRD_PARTY_LICENSES.md software healthy THIRD_PARTY_LICENSES.md
README.md software healthy README.md
LICENSE software healthy LICENSE
package.json software healthy package.json
tsconfig.json software healthy tsconfig.json
update-goldens.yml software healthy .github/workflows/update-goldens.yml
ci.yml software healthy .github/workflows/ci.yml
readme-demo.yml software healthy .github/workflows/readme-demo.yml
demo.yml software healthy examples/metric-card/demo.yml
demo.yml software healthy examples/mobile-flow/demo.yml
demo.yml software healthy examples/code-reveal/demo.yml
demo.yml software healthy examples/fieldwork-hero/demo.yml
demo.yml software healthy examples/chat/demo.yml
demo.yml software healthy examples/desktop-app/demo.yml
demo.yml software healthy examples/frameless/demo.yml
demo.yml software healthy examples/terminal-playback/demo.yml
meta.yml software healthy templates/launch-metrics/meta.yml
template.yml software healthy templates/launch-metrics/template.yml
meta.yml software healthy templates/starter-phone/meta.yml
template.yml software healthy templates/starter-phone/template.yml
meta.yml software healthy templates/cli-release/meta.yml
template.yml software healthy templates/cli-release/template.yml
meta.yml software healthy templates/starter-terminal/meta.yml
template.yml software healthy templates/starter-terminal/template.yml
meta.yml software healthy templates/assistant-chat/meta.yml
template.yml software healthy templates/assistant-chat/template.yml
meta.yml software healthy templates/code-walkthrough/meta.yml
template.yml software healthy templates/code-walkthrough/template.yml
meta.yml software healthy templates/starter-browser/meta.yml
template.yml software healthy templates/starter-browser/template.yml
index.ts software healthy src/index.ts
cli.ts software healthy src/cli.ts
golden.test.ts software healthy src/golden.test.ts
mcp.ts software healthy src/mcp.ts
gif.ts software healthy src/encode/gif.ts
webm.ts software healthy src/encode/webm.ts
webp.ts software healthy src/encode/webp.ts
mp4.ts software healthy src/encode/mp4.ts
exec.ts software healthy src/encode/exec.ts
gifInfo.test.ts software healthy src/qa/gifInfo.test.ts
gifInfo.ts software healthy src/qa/gifInfo.ts
report.ts software healthy src/qa/report.ts
serve.ts software healthy src/commands/serve.ts
check.test.ts software healthy src/commands/check.test.ts
init.test.ts software healthy src/commands/init.test.ts
check.ts software healthy src/commands/check.ts
render.ts software healthy src/commands/render.ts
init.ts software healthy src/commands/init.ts

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

LabelLayerStatusPath
.github software healthy .github
workflows software healthy .github/workflows
examples software healthy examples
metric-card software healthy examples/metric-card
mobile-flow software healthy examples/mobile-flow
code-reveal software healthy examples/code-reveal
fieldwork-hero software healthy examples/fieldwork-hero
chat software healthy examples/chat
desktop-app software healthy examples/desktop-app
frameless software healthy examples/frameless
terminal-playback software healthy examples/terminal-playback
templates software healthy templates
launch-metrics software healthy templates/launch-metrics
starter-phone software healthy templates/starter-phone
cli-release software healthy templates/cli-release
starter-terminal software healthy templates/starter-terminal
assistant-chat software healthy templates/assistant-chat
code-walkthrough software healthy templates/code-walkthrough
starter-browser software healthy templates/starter-browser
src software healthy src
encode software healthy src/encode
qa software healthy src/qa
commands software healthy src/commands
templates software healthy src/templates
scenes software healthy src/templates/scenes
frames software healthy src/templates/frames
render software healthy src/render
config software healthy src/config
assets software healthy src/assets
schema software healthy schema
action software healthy action
skills software healthy skills
demoframe software healthy skills/demoframe

LabelLayerStatusPath
update-goldens cicd healthy .github/workflows/update-goldens.yml
test-linux cicd healthy .github/workflows/ci.yml
test-windows cicd healthy .github/workflows/ci.yml
render cicd healthy .github/workflows/readme-demo.yml

LabelLayerStatusPath
gha::update-goldens cicd healthy .github/workflows/update-goldens.yml
gha::ci cicd healthy .github/workflows/ci.yml
gha::readme-demo cicd healthy .github/workflows/readme-demo.yml

LabelLayerStatusPath
127.0.0.1 network healthy src/commands/serve.ts
192.168.1.10 network healthy src/config/privacy.test.ts

LabelLayerStatusPath
bprateeek__demoframe software healthy /data/fable5_failed_archive/bprateeek__demoframe

LabelLayerStatusPath
ConfigError software healthy src/config/load.ts:ConfigError

LabelLayerStatusPath
vps::aws hardware healthy src/config/privacy.test.ts

LabelLayerStatusPath
auth::src/config/privacy.ts security healthy src/config/privacy.ts
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/062c7e24-9bd7-47cf-a47b-4e96c492423f/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/062c7e24-9bd7-47cf-a47b-4e96c492423f/

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.