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.

Xattaus/claude-brain

https://github.com/Xattaus/claude-brain · scanned 2026-06-16 01:01 UTC (2 months, 1 week ago)

23 raw signals (0 security + 23 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 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 365 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
resolveBrainPath software healthy visualize.js:resolveBrainPath
loadGraphData software healthy visualize.js:loadGraphData
loadCodeGraphData software healthy visualize.js:loadCodeGraphData
startServer software healthy visualize.js:startServer
openBrowser software healthy visualize.js:openBrowser
main software healthy visualize.js:main
main software healthy cli.js:main
cmdOverview software healthy cli.js:cmdOverview
cmdSearch software healthy cli.js:cmdSearch
cmdList software healthy cli.js:cmdList
cmdGet software healthy cli.js:cmdGet
cmdDecide software healthy cli.js:cmdDecide
cmdLogBug software healthy cli.js:cmdLogBug
cmdImplement software healthy cli.js:cmdImplement
cmdCheck software healthy cli.js:cmdCheck
cmdLink software healthy cli.js:cmdLink
cmdHealth software healthy cli.js:cmdHealth
cmdUpdate software healthy cli.js:cmdUpdate
cmdSnapshot software healthy cli.js:cmdSnapshot
cmdMetrics software healthy cli.js:cmdMetrics
cmdRebuild software healthy cli.js:cmdRebuild
cmdVisualize software healthy cli.js:cmdVisualize
showHelp software healthy cli.js:showHelp
initStdin software healthy mcp-server.js:initStdin
readMessage software healthy mcp-server.js:readMessage
sendMessage software healthy mcp-server.js:sendMessage
sendResult software healthy mcp-server.js:sendResult
sendError software healthy mcp-server.js:sendError
handleTool software healthy mcp-server.js:handleTool
main software healthy mcp-server.js:main
initStdin software healthy mcp-installer.js:initStdin
readMessage software healthy mcp-installer.js:readMessage
sendMessage software healthy mcp-installer.js:sendMessage
sendResult software healthy mcp-installer.js:sendResult
sendError software healthy mcp-installer.js:sendError
handleBrainInstall software healthy mcp-installer.js:handleBrainInstall
deployHooksAndSkills software healthy mcp-installer.js:deployHooksAndSkills
updateClaudeMd software healthy mcp-installer.js:updateClaudeMd
updateGeminiMd software healthy mcp-installer.js:updateGeminiMd
registerGeminiMcpServer software healthy mcp-installer.js:registerGeminiMcpServer
registerMcpServer software healthy mcp-installer.js:registerMcpServer
updateGitignore software healthy mcp-installer.js:updateGitignore
deployAgents software healthy mcp-installer.js:deployAgents
files software healthy mcp-installer.js:files
main software healthy mcp-installer.js:main
parseArgs software healthy install.js:parseArgs
main software healthy install.js:main
handleExistingBrain software healthy install.js:handleExistingBrain
handleFreshInstall software healthy install.js:handleFreshInstall
updateClaudeMd software healthy install.js:updateClaudeMd

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

LabelLayerStatusPath
visualize.js software healthy visualize.js
README.md software healthy README.md
CLAUDE.md software healthy CLAUDE.md
cli.js software healthy cli.js
package.json software healthy package.json
package-lock.json software healthy package-lock.json
mcp-server.js software healthy mcp-server.js
LICENSE software healthy LICENSE
mcp-installer.js software healthy mcp-installer.js
AGENTS.md software healthy AGENTS.md
install.js software healthy install.js
libs.test.js software healthy tests/libs.test.js
performance.test.js software healthy tests/performance.test.js
sync-engine.test.js software healthy tests/sync-engine.test.js
auto-overview.test.js software healthy tests/auto-overview.test.js
graph.test.js software healthy tests/graph.test.js
validation.test.js software healthy tests/validation.test.js
brain.test.js software healthy tests/brain.test.js
superpowers-sync.test.js software healthy tests/superpowers-sync.test.js
session-integrator.test.js software healthy tests/session-integrator.test.js
handlers.test.js software healthy tests/handlers.test.js
environment-scanner.test.js software healthy tests/environment-scanner.test.js
integration-hub.test.js software healthy tests/integration-hub.test.js
index.test.js software healthy tests/code-graph/index.test.js
cache.test.js software healthy tests/code-graph/cache.test.js
extract.test.js software healthy tests/code-graph/extract.test.js
languages.test.js software healthy tests/code-graph/languages.test.js
query.test.js software healthy tests/code-graph/query.test.js
build.test.js software healthy tests/code-graph/build.test.js
bridge.test.js software healthy tests/code-graph/bridge.test.js
analyze.test.js software healthy tests/code-graph/analyze.test.js
cluster.test.js software healthy tests/code-graph/cluster.test.js
scan.test.js software healthy tests/code-graph/scan.test.js
2026-05-04-brain-integration-hub.md software healthy docs/superpowers/plans/2026-05-04-brain-integration-hub.md
2026-05-27-code-graph-part1.md software healthy docs/superpowers/plans/2026-05-27-code-graph-part1.md
2026-05-27-code-graph-part2.md software healthy docs/superpowers/plans/2026-05-27-code-graph-part2.md
2026-05-27-code-graph-design.md software healthy docs/superpowers/specs/2026-05-27-code-graph-design.md
2026-05-04-brain-integration-hub-design.md software healthy docs/superpowers/specs/2026-05-04-brain-integration-hub-des…
brain-manager.js software healthy lib/brain-manager.js
rule-index.js software healthy lib/rule-index.js
conversation-miner.js software healthy lib/conversation-miner.js
analyzer.js software healthy lib/analyzer.js
word-processing.js software healthy lib/word-processing.js
metrics.js software healthy lib/metrics.js
conflict-checker.js software healthy lib/conflict-checker.js
search.js software healthy lib/search.js
schemas.js software healthy lib/schemas.js
auto-documenter.js software healthy lib/auto-documenter.js
i18n.js software healthy lib/i18n.js
change-validator.js software healthy lib/change-validator.js

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

LabelLayerStatusPath
FileReader software healthy tests/code-graph/extract.test.js:FileReader
Config software healthy tests/code-graph/extract.test.js:Config
BrainManager software healthy lib/brain-manager.js:BrainManager
RuleExtractor software healthy lib/rule-index.js:RuleExtractor
RuleIndex software healthy lib/rule-index.js:RuleIndex
BrainMetrics software healthy lib/metrics.js:BrainMetrics
ConflictChecker software healthy lib/conflict-checker.js:ConflictChecker
BrainSearch software healthy lib/search.js:BrainSearch
AutoDocumenter software healthy lib/auto-documenter.js:AutoDocumenter
ChangeValidator software healthy lib/change-validator.js:ChangeValidator
TfIdf software healthy lib/tfidf.js:TfIdf
TextIndex software healthy lib/text-index.js:TextIndex
AutoOverview software healthy lib/auto-overview.js:AutoOverview
BrainGraph software healthy lib/graph.js:BrainGraph
EnvironmentScanner software healthy lib/integrations/environment-scanner.js:EnvironmentScanner
SyncEngine software healthy lib/integrations/sync-engine.js:SyncEngine
SuperpowersSync software healthy lib/integrations/superpowers-sync.js:SuperpowersSync
SessionIntegrator software healthy lib/integrations/session-integrator.js:SessionIntegrator
SessionTracker software healthy lib/utils/session-tracker.js:SessionTracker
BridgeManager software healthy lib/code-graph/bridge.js:BridgeManager
ASTCache software healthy lib/code-graph/cache.js:ASTCache
declarations software healthy lib/code-graph/extract.js:declarations
context software healthy lib/code-graph/extract.js:context
name software healthy lib/code-graph/extract.js:name
edges software healthy lib/code-graph/extract.js:edges
body software healthy lib/code-graph/extract.js:body
CodeGraph software healthy lib/code-graph/index.js:CodeGraph

LabelLayerStatusPath
tests software healthy tests
code-graph software healthy tests/code-graph
docs software healthy docs
superpowers software healthy docs/superpowers
plans software healthy docs/superpowers/plans
specs software healthy docs/superpowers/specs
lib software healthy lib
integrations software healthy lib/integrations
utils software healthy lib/utils
code-graph software healthy lib/code-graph
languages software healthy lib/code-graph/languages
handlers software healthy lib/handlers
templates software healthy templates
agents software healthy templates/agents
hooks software healthy templates/hooks
skills software healthy templates/skills
brain-workflow software healthy templates/skills/brain-workflow
auto-document software healthy templates/skills/auto-document
brain-health-fix software healthy templates/skills/brain-health-fix
entry-templates software healthy templates/entry-templates
visualizer software healthy templates/visualizer
.github software healthy .github
workflows software healthy .github/workflows

LabelLayerStatusPath
auth::README.md security healthy README.md
auth::tests/handlers.test.js security healthy tests/handlers.test.js
auth::lib/word-processing.js security healthy lib/word-processing.js
auth::tests/brain.test.js security healthy tests/brain.test.js
auth::tests/integration-hub.test.js security healthy tests/integration-hub.test.js
auth::tests/graph.test.js security healthy tests/graph.test.js

LabelLayerStatusPath
postgres data healthy README.md
sqlite data healthy tests/auto-overview.test.js
postgresql data healthy tests/handlers.test.js
redis data healthy tests/handlers.test.js
mysql data healthy lib/word-processing.js

LabelLayerStatusPath
repobility-clone-y_za128m software healthy /tmp/repobility-clone-y_za128m

LabelLayerStatusPath
127.0.0.1 network healthy visualize.js

LabelLayerStatusPath
gha::ci cicd healthy .github/workflows/ci.yml

LabelLayerStatusPath
test cicd healthy .github/workflows/ci.yml
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/f2ccae8f-7d66-409c-9066-55116d023f9a/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/f2ccae8f-7d66-409c-9066-55116d023f9a/

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.