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.

Adzouz/TalkNotes

https://github.com/Adzouz/TalkNotes · scanned 2026-06-17 01:13 UTC (1 month, 2 weeks ago)

27 raw signals (0 security + 27 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ -18.6 (diff) · 27 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
metaPath software healthy app/server.js:metaPath
readMeta software healthy app/server.js:readMeta
writeMeta software healthy app/server.js:writeMeta
listSessions software healthy app/server.js:listSessions
readTranscript software healthy app/server.js:readTranscript
readNotes software healthy app/server.js:readNotes
listPhotos software healthy app/server.js:listPhotos
broadcast software healthy app/server.js:broadcast
segIndexOf software healthy app/server.js:segIndexOf
enqueueTranscription software healthy app/server.js:enqueueTranscription
drainQueue software healthy app/server.js:drainQueue
startRecording software healthy app/server.js:startRecording
finish software healthy app/server.js:finish
stopRecording software healthy app/server.js:stopRecording
buildContext software healthy app/server.js:buildContext
summarize software healthy app/server.js:summarize
detail software healthy app/server.js:detail
title software healthy app/server.js:title
text software healthy app/server.js:text
files software healthy app/server.js:files
fmtTime software healthy app/ui/src/App.tsx:fmtTime
fmtDate software healthy app/ui/src/App.tsx:fmtDate
StatusPill software healthy app/ui/src/App.tsx:StatusPill
MicMeter software healthy app/ui/src/App.tsx:MicMeter
MicIcon software healthy app/ui/src/App.tsx:MicIcon
EditableChunk software healthy app/ui/src/App.tsx:EditableChunk
save software healthy app/ui/src/App.tsx:save
PaneHeader software healthy app/ui/src/App.tsx:PaneHeader
App software healthy app/ui/src/App.tsx:App
createSession software healthy app/ui/src/App.tsx:createSession
ctl software healthy app/ui/src/App.tsx:ctl
fixChunk software healthy app/ui/src/App.tsx:fixChunk
startRename software healthy app/ui/src/App.tsx:startRename
saveRename software healthy app/ui/src/App.tsx:saveRename
deleteSession software healthy app/ui/src/App.tsx:deleteSession
summarize software healthy app/ui/src/App.tsx:summarize
runSummarize software healthy app/ui/src/App.tsx:runSummarize
publishNotion software healthy app/ui/src/App.tsx:publishNotion
inEditor software healthy app/ui/src/App.tsx:inEditor
onPaste software healthy app/ui/src/App.tsx:onPaste
onDragOver software healthy app/ui/src/App.tsx:onDragOver
onDrop software healthy app/ui/src/App.tsx:onDrop
sidebarContent software healthy app/ui/src/App.tsx:sidebarContent
NotesEditor software healthy app/ui/src/components/NotesEditor.tsx:NotesEditor
save software healthy app/ui/src/components/NotesEditor.tsx:save
exportMd software healthy app/ui/src/components/NotesEditor.tsx:exportMd
Separator software healthy app/ui/src/components/ui/separator.tsx:Separator
Card software healthy app/ui/src/components/ui/card.tsx:Card
CardHeader software healthy app/ui/src/components/ui/card.tsx:CardHeader
CardTitle software healthy app/ui/src/components/ui/card.tsx:CardTitle

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
package-lock.json software healthy package-lock.json
README.md software healthy README.md
package.json software healthy package.json
retranscribe.sh software healthy retranscribe.sh
commitlint.config.mjs software healthy commitlint.config.mjs
package-lock.json software healthy app/package-lock.json
server.js software healthy app/server.js
package.json software healthy app/package.json
tsconfig.node.json software healthy app/ui/tsconfig.node.json
tsconfig.app.json software healthy app/ui/tsconfig.app.json
vite.config.ts software healthy app/ui/vite.config.ts
package-lock.json software healthy app/ui/package-lock.json
shot.mjs software healthy app/ui/shot.mjs
package.json software healthy app/ui/package.json
eslint.config.js software healthy app/ui/eslint.config.js
index.html software healthy app/ui/index.html
components.json software healthy app/ui/components.json
tsconfig.json software healthy app/ui/tsconfig.json
main.tsx software healthy app/ui/src/main.tsx
toastui.d.ts software healthy app/ui/src/toastui.d.ts
index.css software healthy app/ui/src/index.css
App.tsx software healthy app/ui/src/App.tsx
NotesEditor.tsx software healthy app/ui/src/components/NotesEditor.tsx
separator.tsx software healthy app/ui/src/components/ui/separator.tsx
card.tsx software healthy app/ui/src/components/ui/card.tsx
button.tsx software healthy app/ui/src/components/ui/button.tsx
sheet.tsx software healthy app/ui/src/components/ui/sheet.tsx
badge.tsx software healthy app/ui/src/components/ui/badge.tsx
scroll-area.tsx software healthy app/ui/src/components/ui/scroll-area.tsx
alert-dialog.tsx software healthy app/ui/src/components/ui/alert-dialog.tsx
dialog.tsx software healthy app/ui/src/components/ui/dialog.tsx
input.tsx software healthy app/ui/src/components/ui/input.tsx
api.ts software healthy app/ui/src/lib/api.ts
utils.ts software healthy app/ui/src/lib/utils.ts
CLAUDE.md quality healthy CLAUDE.md

LabelLayerStatusPath
USE /files api healthy app/server.js
GET /api/config api healthy app/server.js
GET /api/sessions api healthy app/server.js
POST /api/sessions api healthy app/server.js
GET /api/sessions/:id api healthy app/server.js
PATCH /api/sessions/:id api healthy app/server.js
DELETE /api/sessions/:id api healthy app/server.js
POST /api/sessions/:id/start api healthy app/server.js
POST /api/sessions/:id/pause api healthy app/server.js
POST /api/sessions/:id/stop api healthy app/server.js
PATCH /api/sessions/:id/transcript/:seg api healthy app/server.js
PUT /api/sessions/:id/notes api healthy app/server.js
GET /api/sessions/:id/notes.md api healthy app/server.js
GET /api/sessions/:id/summary.md api healthy app/server.js
POST /api/sessions/:id/notion api healthy app/server.js
POST /api/sessions/:id/photos api healthy app/server.js
POST /api/sessions/:id/summarize api healthy app/server.js
GET /api/sessions/:id/events api healthy app/server.js

LabelLayerStatusPath
app software healthy app
ui software healthy app/ui
src software healthy app/ui/src
components software healthy app/ui/src/components
ui software healthy app/ui/src/components/ui
lib software healthy app/ui/src/lib

LabelLayerStatusPath
Adzouz__TalkNotes software healthy /data/fable5_failed_archive/Adzouz__TalkNotes

LabelLayerStatusPath
App frontend healthy app/ui/src/App.tsx

LabelLayerStatusPath
auth::README.md security healthy README.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/3ccd297d-0f17-4f1b-a30e-b26bd1cbb84e/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/3ccd297d-0f17-4f1b-a30e-b26bd1cbb84e/

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.