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.

stocktradingclaw-creator/FindMyBeer

https://github.com/stocktradingclaw-creator/FindMyBeer · scanned 2026-06-16 00:22 UTC (2 months, 2 weeks ago)

11 raw signals (0 security + 11 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 11 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 160 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
googleEnabled software healthy auth.ts:googleEnabled
AuthForm software healthy components/auth-form.tsx:AuthForm
submit software healthy components/auth-form.tsx:submit
Providers software healthy components/providers.tsx:Providers
Home software healthy app/page.tsx:Home
RootLayout software healthy app/layout.tsx:RootLayout
LoginPage software healthy app/login/page.tsx:LoginPage
POST software healthy app/api/signup/route.ts:POST
GET software healthy app/api/history/route.ts:GET
POST software healthy app/api/history/route.ts:POST
DELETE software healthy app/api/history/route.ts:DELETE
POST software healthy app/api/scan/route.ts:POST
POST software healthy app/api/details/route.ts:POST
o software healthy app/api/details/route.ts:o
POST software healthy app/api/ratings/route.ts:POST
o software healthy app/api/ratings/route.ts:o
GET software healthy app/api/taste/route.ts:GET
PUT software healthy app/api/taste/route.ts:PUT
POST software healthy app/api/feedback/route.ts:POST
POST software healthy app/api/commentary/route.ts:POST
SignupPage software healthy app/signup/page.tsx:SignupPage
HistoryPage software healthy app/history/page.tsx:HistoryPage
clearAll software healthy app/history/page.tsx:clearAll
matchesOrigin software healthy app/scan/page.tsx:matchesOrigin
overlayScore software healthy app/scan/page.tsx:overlayScore
chipClass software healthy app/scan/page.tsx:chipClass
safeColor software healthy app/scan/page.tsx:safeColor
FlavorBars software healthy app/scan/page.tsx:FlavorBars
captureFrame software healthy app/scan/page.tsx:captureFrame
fileToJpegDataUrl software healthy app/scan/page.tsx:fileToJpegDataUrl
ScanPage software healthy app/scan/page.tsx:ScanPage
scan software healthy app/scan/page.tsx:scan
identified software healthy app/scan/page.tsx:identified
enrich software healthy app/scan/page.tsx:enrich
apply software healthy app/scan/page.tsx:apply
reset software healthy app/scan/page.tsx:reset
vote software healthy app/scan/page.tsx:vote
focusBeer software healthy app/scan/page.tsx:focusBeer
toggleCommentary software healthy app/scan/page.tsx:toggleCommentary
markPicking software healthy app/scan/page.tsx:markPicking
recordHistory software healthy app/scan/page.tsx:recordHistory
onPickFile software healthy app/scan/page.tsx:onPickFile
originCount software healthy app/scan/page.tsx:originCount
origIdx software healthy app/scan/page.tsx:origIdx
TastePage software healthy app/taste/page.tsx:TastePage
toggleStyle software healthy app/taste/page.tsx:toggleStyle
save software healthy app/taste/page.tsx:save
loadHistory software healthy lib/history.ts:loadHistory
saveHistoryEntry software healthy lib/history.ts:saveHistoryEntry
clearHistory software healthy lib/history.ts:clearHistory

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

LabelLayerStatusPath
auth.ts software healthy auth.ts
postcss.config.mjs software healthy postcss.config.mjs
README.md software healthy README.md
CLAUDE.md software healthy CLAUDE.md
package.json software healthy package.json
package-lock.json software healthy package-lock.json
.env.example software healthy .env.example
tsconfig.json software healthy tsconfig.json
drizzle.config.ts software healthy drizzle.config.ts
eslint.config.mjs software healthy eslint.config.mjs
AGENTS.md software healthy AGENTS.md
next.config.ts software healthy next.config.ts
next-auth.d.ts software healthy types/next-auth.d.ts
auth-form.tsx software healthy components/auth-form.tsx
providers.tsx software healthy components/providers.tsx
globals.css software healthy app/globals.css
page.tsx software healthy app/page.tsx
layout.tsx software healthy app/layout.tsx
page.tsx software healthy app/login/page.tsx
route.ts software healthy app/api/auth/[...nextauth]/route.ts
route.ts software healthy app/api/signup/route.ts
route.ts software healthy app/api/history/route.ts
route.ts software healthy app/api/scan/route.ts
route.ts software healthy app/api/details/route.ts
route.ts software healthy app/api/ratings/route.ts
route.ts software healthy app/api/taste/route.ts
route.ts software healthy app/api/feedback/route.ts
route.ts software healthy app/api/commentary/route.ts
page.tsx software healthy app/signup/page.tsx
page.tsx software healthy app/history/page.tsx
page.tsx software healthy app/scan/page.tsx
page.tsx software healthy app/taste/page.tsx
schema.ts software healthy lib/schema.ts
history.ts software healthy lib/history.ts
ratings.ts software healthy lib/ratings.ts
commentary.ts software healthy lib/commentary.ts
details.ts software healthy lib/details.ts
taste.ts software healthy lib/taste.ts
db.ts software healthy lib/db.ts
types.ts software healthy lib/types.ts
CLAUDE.md quality healthy CLAUDE.md
AGENTS.md quality healthy AGENTS.md

LabelLayerStatusPath
types software healthy types
components software healthy components
app software healthy app
login software healthy app/login
api software healthy app/api
auth software healthy app/api/auth
[...nextauth] software healthy app/api/auth/[...nextauth]
signup software healthy app/api/signup
history software healthy app/api/history
scan software healthy app/api/scan
details software healthy app/api/details
ratings software healthy app/api/ratings
taste software healthy app/api/taste
feedback software healthy app/api/feedback
commentary software healthy app/api/commentary
signup software healthy app/signup
history software healthy app/history
scan software healthy app/scan
taste software healthy app/taste
lib software healthy lib

LabelLayerStatusPath
auth::components/providers.tsx security healthy components/providers.tsx
auth::auth.ts security healthy auth.ts
auth::types/next-auth.d.ts security healthy types/next-auth.d.ts
auth::package.json security healthy package.json
auth::.env.example security healthy .env.example
auth::README.md security healthy README.md
auth::app/history/page.tsx security healthy app/history/page.tsx
auth::app/taste/page.tsx security healthy app/taste/page.tsx
auth::components/auth-form.tsx security healthy components/auth-form.tsx
auth::app/scan/page.tsx security healthy app/scan/page.tsx
auth::lib/schema.ts security healthy lib/schema.ts

LabelLayerStatusPath
AuthForm frontend healthy components/auth-form.tsx
Providers frontend healthy components/providers.tsx
Home frontend healthy app/page.tsx
RootLayout frontend healthy app/layout.tsx
LoginPage frontend healthy app/login/page.tsx
SignupPage frontend healthy app/signup/page.tsx
HistoryPage frontend healthy app/history/page.tsx
ScanPage frontend healthy app/scan/page.tsx
TastePage frontend healthy app/taste/page.tsx

LabelLayerStatusPath
postgres data healthy README.md
sqlite data healthy package-lock.json
redis data healthy package-lock.json
postgresql data healthy drizzle.config.ts

LabelLayerStatusPath
repobility-clone-0lfpk_z5 software healthy /tmp/repobility-clone-0lfpk_z5

LabelLayerStatusPath
vps::aws hardware healthy package-lock.json
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/8a9d12d3-3f6e-4f19-b24d-4133e2731faa/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/8a9d12d3-3f6e-4f19-b24d-4133e2731faa/

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.