https://github.com/davemo88/exquisite-prompt
· scanned 2026-06-17 01:53 UTC (1 month, 1 week ago)
36 raw signals (0 security + 36 graph)
Last scanned 1 month, 1 week ago · v2 · last Δ +2.8 (diff) · 33 actionable findings from 1 signal source. 3 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 202 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.
| Label | Layer | Status | Path |
|---|---|---|---|
trailingUnits |
software | healthy | server/src/views.ts:trailingUnits |
gameView |
software | healthy | server/src/views.ts:gameView |
parseDbTime |
software | healthy | server/src/views.ts:parseDbTime |
gameStats |
software | healthy | server/src/views.ts:gameStats |
exportMarkdown |
software | healthy | server/src/views.ts:exportMarkdown |
subscribe |
software | healthy | server/src/sse.ts:subscribe |
publish |
software | healthy | server/src/sse.ts:publish |
getSessionUser |
software | healthy | server/src/auth.ts:getSessionUser |
authRoutes |
software | healthy | server/src/auth.ts:authRoutes |
me |
software | healthy | server/src/auth.ts:me |
post |
software | healthy | server/src/webhook.ts:post |
turnNudge |
software | healthy | server/src/webhook.ts:turnNudge |
finishedNotice |
software | healthy | server/src/webhook.ts:finishedNotice |
parseDbTime |
software | healthy | server/src/timers.ts:parseDbTime |
createTurnTimers |
software | healthy | server/src/timers.ts:createTurnTimers |
clear |
software | healthy | server/src/timers.ts:clear |
schedule |
software | healthy | server/src/timers.ts:schedule |
initAll |
software | healthy | server/src/timers.ts:initAll |
token |
software | healthy | server/src/engine.ts:token |
getGame |
software | healthy | server/src/engine.ts:getGame |
getGameByInvite |
software | healthy | server/src/engine.ts:getGameByInvite |
getGameBySpectatorToken |
software | healthy | server/src/engine.ts:getGameBySpectatorToken |
listPlayers |
software | healthy | server/src/engine.ts:listPlayers |
listContributions |
software | healthy | server/src/engine.ts:listContributions |
eligiblePlayers |
software | healthy | server/src/engine.ts:eligiblePlayers |
currentPlayer |
software | healthy | server/src/engine.ts:currentPlayer |
createGame |
software | healthy | server/src/engine.ts:createGame |
title |
software | healthy | server/src/engine.ts:title |
addPlayer |
software | healthy | server/src/engine.ts:addPlayer |
n |
software | healthy | server/src/engine.ts:n |
maxOrder |
software | healthy | server/src/engine.ts:maxOrder |
joinGame |
software | healthy | server/src/engine.ts:joinGame |
startGame |
software | healthy | server/src/engine.ts:startGame |
submitTurn |
software | healthy | server/src/engine.ts:submitTurn |
skipTurn |
software | healthy | server/src/engine.ts:skipTurn |
contributionCount |
software | healthy | server/src/engine.ts:contributionCount |
currentTurnStartedAt |
software | healthy | server/src/engine.ts:currentTurnStartedAt |
timeoutCurrentTurn |
software | healthy | server/src/engine.ts:timeoutCurrentTurn |
insertContribution |
software | healthy | server/src/engine.ts:insertContribution |
canReact |
software | healthy | server/src/engine.ts:canReact |
toggleReaction |
software | healthy | server/src/engine.ts:toggleReaction |
advance |
software | healthy | server/src/engine.ts:advance |
apiRoutes |
software | healthy | server/src/routes.ts:apiRoutes |
requireUser |
software | healthy | server/src/routes.ts:requireUser |
isPlayer |
software | healthy | server/src/routes.ts:isPlayer |
canView |
software | healthy | server/src/routes.ts:canView |
gameOr404 |
software | healthy | server/src/routes.ts:gameOr404 |
nudgeIfEnabled |
software | healthy | server/src/routes.ts:nudgeIfEnabled |
notifyTurn |
software | healthy | server/src/routes.ts:notifyTurn |
count |
software | healthy | server/src/routes.ts:count |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
SPEC.md |
software | healthy | SPEC.md |
package-lock.json |
software | healthy | package-lock.json |
README.md |
software | healthy | README.md |
docker-compose.yml |
software | healthy | docker-compose.yml |
package.json |
software | healthy | package.json |
Dockerfile |
software | healthy | Dockerfile |
package.json |
software | healthy | server/package.json |
tsconfig.json |
software | healthy | server/tsconfig.json |
index.ts |
software | healthy | server/src/index.ts |
views.ts |
software | healthy | server/src/views.ts |
sse.ts |
software | healthy | server/src/sse.ts |
auth.ts |
software | healthy | server/src/auth.ts |
webhook.ts |
software | healthy | server/src/webhook.ts |
config.ts |
software | healthy | server/src/config.ts |
timers.ts |
software | healthy | server/src/timers.ts |
engine.ts |
software | healthy | server/src/engine.ts |
routes.ts |
software | healthy | server/src/routes.ts |
db.ts |
software | healthy | server/src/db.ts |
views.test.ts |
software | healthy | server/test/views.test.ts |
engine.test.ts |
software | healthy | server/test/engine.test.ts |
vite.config.ts |
software | healthy | client/vite.config.ts |
package.json |
software | healthy | client/package.json |
index.html |
software | healthy | client/index.html |
tsconfig.json |
software | healthy | client/tsconfig.json |
main.tsx |
software | healthy | client/src/main.tsx |
api.ts |
software | healthy | client/src/api.ts |
styles.css |
software | healthy | client/src/styles.css |
types.ts |
software | healthy | client/src/types.ts |
App.tsx |
software | healthy | client/src/App.tsx |
Editor.tsx |
software | healthy | client/src/components/Editor.tsx |
Roster.tsx |
software | healthy | client/src/components/Roster.tsx |
PromptView.tsx |
software | healthy | client/src/components/PromptView.tsx |
Watch.tsx |
software | healthy | client/src/pages/Watch.tsx |
Gallery.tsx |
software | healthy | client/src/pages/Gallery.tsx |
Game.tsx |
software | healthy | client/src/pages/Game.tsx |
Join.tsx |
software | healthy | client/src/pages/Join.tsx |
Finished.tsx |
software | healthy | client/src/pages/Finished.tsx |
Home.tsx |
software | healthy | client/src/pages/Home.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
GET /discord |
api | healthy | server/src/auth.ts |
GET /discord/callback |
api | healthy | server/src/auth.ts |
POST /logout |
api | healthy | server/src/auth.ts |
GET /me |
api | healthy | server/src/routes.ts |
POST /me/notify-turns |
api | healthy | server/src/routes.ts |
POST /games |
api | healthy | server/src/routes.ts |
GET /games |
api | healthy | server/src/routes.ts |
GET /games/:id |
api | healthy | server/src/routes.ts |
POST /games/:id/start |
api | healthy | server/src/routes.ts |
POST /games/:id/turn |
api | healthy | server/src/routes.ts |
POST /games/:id/skip |
api | healthy | server/src/routes.ts |
POST /games/:id/presence |
api | healthy | server/src/routes.ts |
POST /contributions/:id/react |
api | healthy | server/src/routes.ts |
GET /games/:id/events |
api | healthy | server/src/routes.ts |
GET /games/:id/export.md |
api | healthy | server/src/routes.ts |
GET /games/:id/stats |
api | healthy | server/src/routes.ts |
GET /join-info/:code |
api | healthy | server/src/routes.ts |
POST /join/:code |
api | healthy | server/src/routes.ts |
GET /gallery |
api | healthy | server/src/routes.ts |
GET /watch/:token |
api | healthy | server/src/routes.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
/Watch |
frontend | healthy | client/src/pages/Watch.tsx |
/Gallery |
frontend | healthy | client/src/pages/Gallery.tsx |
/Game |
frontend | healthy | client/src/pages/Game.tsx |
/Join |
frontend | healthy | client/src/pages/Join.tsx |
/Finished |
frontend | healthy | client/src/pages/Finished.tsx |
/Home |
frontend | healthy | client/src/pages/Home.tsx |
/ |
frontend | healthy | client/src/App.tsx |
/game/:id |
frontend | healthy | client/src/App.tsx |
/g/:id |
frontend | healthy | client/src/App.tsx |
/gallery |
frontend | healthy | client/src/App.tsx |
/join/:code |
frontend | healthy | client/src/App.tsx |
/watch/:token |
frontend | healthy | client/src/App.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
App |
frontend | healthy | client/src/App.tsx |
Editor |
frontend | healthy | client/src/components/Editor.tsx |
Roster |
frontend | healthy | client/src/components/Roster.tsx |
PromptView |
frontend | healthy | client/src/components/PromptView.tsx |
WatchPage |
frontend | healthy | client/src/pages/Watch.tsx |
GalleryPage |
frontend | healthy | client/src/pages/Gallery.tsx |
GamePage |
frontend | healthy | client/src/pages/Game.tsx |
JoinPage |
frontend | healthy | client/src/pages/Join.tsx |
FinishedPage |
frontend | healthy | client/src/pages/Finished.tsx |
HomePage |
frontend | healthy | client/src/pages/Home.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
server |
software | healthy | server |
src |
software | healthy | server/src |
test |
software | healthy | server/test |
client |
software | healthy | client |
src |
software | healthy | client/src |
components |
software | healthy | client/src/components |
pages |
software | healthy | client/src/pages |
| Label | Layer | Status | Path |
|---|---|---|---|
image::Dockerfile |
hardware | healthy | Dockerfile |
app |
hardware | healthy | docker-compose.yml |
cloudflared |
hardware | healthy | docker-compose.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
EngineError |
software | healthy | server/src/engine.ts:EngineError |
ApiError |
software | healthy | client/src/api.ts:ApiError |
| Label | Layer | Status | Path |
|---|---|---|---|
auth::server/src/auth.ts |
security | healthy | server/src/auth.ts |
auth::README.md |
security | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
davemo88__exquisite-prompt |
software | healthy | /data/fable5_failed_archive/davemo88__exquisite-prompt |
| Label | Layer | Status | Path |
|---|---|---|---|
sqlite |
data | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
port:3000 |
network | healthy | docker-compose.yml |
This page is publicly accessible at:
https://repobility.com/scan/778f4bf5-4aaa-4568-907b-c2e4c7727f4a/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/778f4bf5-4aaa-4568-907b-c2e4c7727f4a/
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.