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.

danebrodke/caseclips-next

https://github.com/danebrodke/caseclips-next · scanned 2026-06-17 01:52 UTC (1 month, 1 week ago)

23 raw signals (0 security + 23 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ +0.2 (diff) · 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 168 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
getChapters software healthy scripts/fetch-chapters.ts:getChapters
main software healthy scripts/fetch-chapters.ts:main
shiftPoster software healthy scripts/shift-posters-up.ts:shiftPoster
main software healthy scripts/shift-posters-up.ts:main
getThumbnailUrl software healthy scripts/fetch-vimeo-posters.ts:getThumbnailUrl
data software healthy scripts/fetch-vimeo-posters.ts:data
downloadImage software healthy scripts/fetch-vimeo-posters.ts:downloadImage
main software healthy scripts/fetch-vimeo-posters.ts:main
seed software healthy scripts/seed-likes.ts:seed
main software healthy scripts/apply-mux-ids.ts:main
getDownloadLinks software healthy scripts/download-videos.ts:getDownloadLinks
downloadVideo software healthy scripts/download-videos.ts:downloadVideo
main software healthy scripts/download-videos.ts:main
loadEnvFile software healthy scripts/upload-to-mux.ts:loadEnvFile
loadState software healthy scripts/upload-to-mux.ts:loadState
saveState software healthy scripts/upload-to-mux.ts:saveState
sleep software healthy scripts/upload-to-mux.ts:sleep
formatBytes software healthy scripts/upload-to-mux.ts:formatBytes
uploadFile software healthy scripts/upload-to-mux.ts:uploadFile
pct software healthy scripts/upload-to-mux.ts:pct
mbps software healthy scripts/upload-to-mux.ts:mbps
elapsed software healthy scripts/upload-to-mux.ts:elapsed
pollUpload software healthy scripts/upload-to-mux.ts:pollUpload
pollAsset software healthy scripts/upload-to-mux.ts:pollAsset
processVideo software healthy scripts/upload-to-mux.ts:processVideo
main software healthy scripts/upload-to-mux.ts:main
NotFound software healthy src/app/not-found.tsx:NotFound
RootLayout software healthy src/app/layout.tsx:RootLayout
Home software healthy src/app/page.tsx:Home
AboutPage software healthy src/app/about/page.tsx:AboutPage
getOrCreateUserId software healthy src/app/api/likes/route.ts:getOrCreateUserId
GET software healthy src/app/api/likes/route.ts:GET
POST software healthy src/app/api/likes/route.ts:POST
generateStaticParams software healthy src/app/author/[slug]/page.tsx:generateStaticParams
AuthorPage software healthy src/app/author/[slug]/page.tsx:AuthorPage
AuthorsPage software healthy src/app/authors/page.tsx:AuthorsPage
generateStaticParams software healthy src/app/video/[slug]/page.tsx:generateStaticParams
formatDate software healthy src/app/video/[slug]/page.tsx:formatDate
getRelatedVideos software healthy src/app/video/[slug]/page.tsx:getRelatedVideos
VideoPage software healthy src/app/video/[slug]/page.tsx:VideoPage
CardCurrent software healthy src/app/card-preview/page.tsx:CardCurrent
CardQuiet software healthy src/app/card-preview/page.tsx:CardQuiet
CardEditorial software healthy src/app/card-preview/page.tsx:CardEditorial
CardOverlay software healthy src/app/card-preview/page.tsx:CardOverlay
CardContained software healthy src/app/card-preview/page.tsx:CardContained
CardHoverReveal software healthy src/app/card-preview/page.tsx:CardHoverReveal
CardBorderless software healthy src/app/card-preview/page.tsx:CardBorderless
CardPreviewPage software healthy src/app/card-preview/page.tsx:CardPreviewPage
SamplePanel software healthy src/app/accent-preview/page.tsx:SamplePanel
AccentPreview software healthy src/app/accent-preview/page.tsx:AccentPreview

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

LabelLayerStatusPath
CLAUDE.md software healthy CLAUDE.md
eslint.config.mjs software healthy eslint.config.mjs
package-lock.json software healthy package-lock.json
README.md software healthy README.md
postcss.config.mjs software healthy postcss.config.mjs
package.json software healthy package.json
next.config.ts software healthy next.config.ts
tsconfig.json software healthy tsconfig.json
fetch-chapters.ts software healthy scripts/fetch-chapters.ts
shift-posters-up.ts software healthy scripts/shift-posters-up.ts
fetch-vimeo-posters.ts software healthy scripts/fetch-vimeo-posters.ts
seed-likes.ts software healthy scripts/seed-likes.ts
apply-mux-ids.ts software healthy scripts/apply-mux-ids.ts
download-videos.ts software healthy scripts/download-videos.ts
upload-to-mux.ts software healthy scripts/upload-to-mux.ts
not-found.tsx software healthy src/app/not-found.tsx
globals.css software healthy src/app/globals.css
layout.tsx software healthy src/app/layout.tsx
page.tsx software healthy src/app/page.tsx
page.tsx software healthy src/app/about/page.tsx
route.ts software healthy src/app/api/likes/route.ts
page.tsx software healthy src/app/author/[slug]/page.tsx
page.tsx software healthy src/app/authors/page.tsx
page.tsx software healthy src/app/video/[slug]/page.tsx
page.tsx software healthy src/app/card-preview/page.tsx
page.tsx software healthy src/app/accent-preview/page.tsx
LogoLink.tsx software healthy src/components/LogoLink.tsx
FilmGallery.tsx software healthy src/components/FilmGallery.tsx
MuxPlayer.tsx software healthy src/components/MuxPlayer.tsx
MobileChapterMenu.tsx software healthy src/components/MobileChapterMenu.tsx
Lightbox.tsx software healthy src/components/Lightbox.tsx
NavLinks.tsx software healthy src/components/NavLinks.tsx
VimeoPlayer.tsx software healthy src/components/VimeoPlayer.tsx
LikeButton.tsx software healthy src/components/LikeButton.tsx
VideoGrid.tsx software healthy src/components/VideoGrid.tsx
data.ts software healthy src/lib/data.ts
types.ts software healthy src/lib/types.ts
chapters.json software healthy src/lib/chapters.json
redis.ts software healthy src/lib/redis.ts
chapters.ts software healthy src/lib/chapters.ts
CLAUDE.md quality healthy CLAUDE.md

LabelLayerStatusPath
NotFound frontend healthy src/app/not-found.tsx
RootLayout frontend healthy src/app/layout.tsx
Home frontend healthy src/app/page.tsx
AboutPage frontend healthy src/app/about/page.tsx
AuthorsPage frontend healthy src/app/authors/page.tsx
CardPreviewPage frontend healthy src/app/card-preview/page.tsx
AccentPreview frontend healthy src/app/accent-preview/page.tsx
LogoLink frontend healthy src/components/LogoLink.tsx
FilmGallery frontend healthy src/components/FilmGallery.tsx
MuxPlayer frontend healthy src/components/MuxPlayer.tsx
MobileChapterMenu frontend healthy src/components/MobileChapterMenu.tsx
Lightbox frontend healthy src/components/Lightbox.tsx
NavLinks frontend healthy src/components/NavLinks.tsx
VimeoPlayer frontend healthy src/components/VimeoPlayer.tsx
LikeButton frontend healthy src/components/LikeButton.tsx
VideoGrid frontend healthy src/components/VideoGrid.tsx

LabelLayerStatusPath
scripts software healthy scripts
src software healthy src
app software healthy src/app
about software healthy src/app/about
api software healthy src/app/api
likes software healthy src/app/api/likes
author software healthy src/app/author
[slug] software healthy src/app/author/[slug]
authors software healthy src/app/authors
video software healthy src/app/video
[slug] software healthy src/app/video/[slug]
card-preview software healthy src/app/card-preview
accent-preview software healthy src/app/accent-preview
components software healthy src/components
lib software healthy src/lib

LabelLayerStatusPath
/page.tsx frontend healthy src/app/page.tsx
/about frontend healthy src/app/about/page.tsx
/author/[slug] frontend healthy src/app/author/[slug]/page.tsx
/authors frontend healthy src/app/authors/page.tsx
/video/[slug] frontend healthy src/app/video/[slug]/page.tsx
/card-preview frontend healthy src/app/card-preview/page.tsx
/accent-preview frontend healthy src/app/accent-preview/page.tsx

LabelLayerStatusPath
danebrodke__caseclips-next software healthy /data/fable5_failed_archive/danebrodke__caseclips-next

LabelLayerStatusPath
redis data healthy CLAUDE.md

LabelLayerStatusPath
vps::azure hardware healthy src/app/accent-preview/page.tsx
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/82fb6f1f-949c-434f-907c-e9d3dda97483/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/82fb6f1f-949c-434f-907c-e9d3dda97483/

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.