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.

a01366959/clubby

https://github.com/a01366959/clubby · scanned 2026-06-17 01:27 UTC (1 month, 2 weeks ago)

10 raw signals (0 security + 10 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ +22.4 (diff) · 10 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 222 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
getAvailableSports software healthy agent_core.js:getAvailableSports
getDefaultSport software healthy agent_core.js:getDefaultSport
parseSport software healthy agent_core.js:parseSport
t software healthy agent_core.js:t
init software healthy agent_core.js:init
handleIncoming software healthy agent_core.js:handleIncoming
normalizeBubbleBase software healthy agent_core.js:normalizeBubbleBase
buildBubbleUrl software healthy agent_core.js:buildBubbleUrl
bubbleRequest software healthy agent_core.js:bubbleRequest
digits software healthy agent_core.js:digits
getMexicoDateParts software healthy agent_core.js:getMexicoDateParts
addHours software healthy agent_core.js:addHours
buildOptions software healthy agent_core.js:buildOptions
pickClosestOptions software healthy agent_core.js:pickClosestOptions
suggestClosestHours software healthy agent_core.js:suggestClosestHours
logEvent software healthy agent_core.js:logEvent
incrementMetric software healthy agent_core.js:incrementMetric
obsLog software healthy agent_core.js:obsLog
escalateToHuman software healthy agent_core.js:escalateToHuman
computeConfidence software healthy agent_core.js:computeConfidence
saveSession software healthy agent_core.js:saveSession
saveBurstState software healthy agent_core.js:saveBurstState
saveConfirmedBookings software healthy agent_core.js:saveConfirmedBookings
toBookingKey software healthy agent_core.js:toBookingKey
mergeBookings software healthy agent_core.js:mergeBookings
addConfirmedBooking software healthy agent_core.js:addConfirmedBooking
durableBookings software healthy agent_core.js:durableBookings
coalesceBurstMessage software healthy agent_core.js:coalesceBurstMessage
current software healthy agent_core.js:current
mergedText software healthy agent_core.js:mergedText
getConversationHistory software healthy agent_core.js:getConversationHistory
clearSessionWithArchive software healthy agent_core.js:clearSessionWithArchive
setFlowToken software healthy agent_core.js:setFlowToken
interpretMessage software healthy agent_core.js:interpretMessage
runAgent software healthy agent_core.js:runAgent
agentDecide software healthy agent_core.js:agentDecide
historyForModel software healthy agent_core.js:historyForModel
handleWhatsApp software healthy agent_core.js:handleWhatsApp
guestName software healthy agent_core.js:guestName
guestLastName software healthy agent_core.js:guestLastName
init software healthy human_monitor.js:init
logMessage software healthy human_monitor.js:logMessage
escalateToHuman software healthy human_monitor.js:escalateToHuman
isHumanMode software healthy human_monitor.js:isHumanMode
enableHumanMode software healthy human_monitor.js:enableHumanMode
disableHumanMode software healthy human_monitor.js:disableHumanMode
getConversation software healthy human_monitor.js:getConversation
getActiveConversations software healthy human_monitor.js:getActiveConversations
getEscalationQueue software healthy human_monitor.js:getEscalationQueue
archiveConversation software healthy human_monitor.js:archiveConversation

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

LabelLayerStatusPath
.env.example software healthy .env.example
FIXES_APPLIED.md software healthy FIXES_APPLIED.md
SUBTLE_ESCALATION.md software healthy SUBTLE_ESCALATION.md
agent_core.js software healthy agent_core.js
REFACTOR_SCALABLE_ARCHITECTURE.md software healthy REFACTOR_SCALABLE_ARCHITECTURE.md
TOOL_BASED_ARCHITECTURE.md software healthy TOOL_BASED_ARCHITECTURE.md
SYSTEM_PROMPT.md software healthy SYSTEM_PROMPT.md
HUMAN_MONITOR_SETUP.md software healthy HUMAN_MONITOR_SETUP.md
human_monitor.js software healthy human_monitor.js
IMPLEMENTATION_SUMMARY.md software healthy IMPLEMENTATION_SUMMARY.md
SUBTLE_ESCALATION_IMPL.md software healthy SUBTLE_ESCALATION_IMPL.md
agent_maker.agent.md software healthy agent_maker.agent.md
whatsapp.js software healthy whatsapp.js
SCALABLE_AI_AGENT_ARCHITECTURE.md software healthy SCALABLE_AI_AGENT_ARCHITECTURE.md
package-lock.json software healthy package-lock.json
channel_io.js software healthy channel_io.js
index.js software healthy index.js
README.md software healthy README.md
VOICE_IMPLEMENTATION_PLAN.md software healthy VOICE_IMPLEMENTATION_PLAN.md
agent_guards.js software healthy agent_guards.js
REFACTOR_COMPLETE.md software healthy REFACTOR_COMPLETE.md
package.json software healthy package.json
agent_tools.js software healthy agent_tools.js
agent_runtime_config.js software healthy agent_runtime_config.js
DESIGN_AGENT_CORE.md software healthy DESIGN_AGENT_CORE.md
API_DEBUGGING_AND_AUTH.md software healthy API_DEBUGGING_AND_AUTH.md
agent_policy.js software healthy agent_policy.js
agent_maker.agent.md software healthy agents/agent_maker.agent.md
messenger.js software healthy adapters/messenger.js
whatsapp.js software healthy adapters/whatsapp.js
instagram.js software healthy adapters/instagram.js
agent_core.regression.test.js software healthy tests/agent_core.regression.test.js
sync-agent-doc.js software healthy scripts/sync-agent-doc.js
clubby_maker.agent.md software healthy .github/agents/clubby_maker.agent.md
agent_maker.agent.md software healthy .github/agents/agent_maker.agent.md
logger.js software healthy lib/logger.js
require-api-key.js software healthy lib/require-api-key.js
env.js software healthy lib/env.js
llm-client.js software healthy lib/llm-client.js
verify-signature.js software healthy lib/verify-signature.js
error-tracking.js software healthy lib/error-tracking.js

LabelLayerStatusPath
GET /webhook api healthy index.js
GET /webhook/whatsapp api healthy index.js
GET /webhook/instagram api healthy index.js
GET /webhook/messenger api healthy index.js
POST /webhook api healthy index.js
POST /webhook/whatsapp api healthy index.js
POST /webhook/instagram api healthy index.js
POST /webhook/messenger api healthy index.js
USE /api api healthy index.js
GET /api/conversations api healthy index.js
GET /api/conversation/:phone api healthy index.js
POST /api/conversation/:phone/takeover api healthy index.js
POST /api/conversation/:phone/release api healthy index.js
POST /api/conversation/:phone/send api healthy index.js
GET /api/escalations api healthy index.js
POST /api/conversation/:phone/archive api healthy index.js

LabelLayerStatusPath
agents software healthy agents
adapters software healthy adapters
tests software healthy tests
scripts software healthy scripts
.github software healthy .github
agents software healthy .github/agents
lib software healthy lib

LabelLayerStatusPath
redis data healthy .env.example
mongodb data healthy package-lock.json
mysql data healthy package-lock.json
postgres data healthy package-lock.json

LabelLayerStatusPath
a01366959__clubby software healthy /data/fable5_failed_archive/a01366959__clubby

LabelLayerStatusPath
RedisMock software healthy tests/agent_core.regression.test.js:RedisMock

LabelLayerStatusPath
port:3000 network healthy .env.example

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/b2242bea-9944-4feb-a9f9-3a139a046091/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/b2242bea-9944-4feb-a9f9-3a139a046091/

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.