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.

xavierchoi/claude-plugin-codex

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

14 raw signals (0 security + 14 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 14 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 146 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
git software healthy tests/review.test.mjs:git
makeRepo software healthy tests/review.test.mjs:makeRepo
jobId software healthy tests/live.test.mjs:jobId
sleep software healthy tests/helpers.mjs:sleep
waitFor software healthy tests/helpers.mjs:waitFor
makeTempHome software healthy tests/helpers.mjs:makeTempHome
jobsDir software healthy tests/helpers.mjs:jobsDir
fakeClaudeEnv software healthy tests/helpers.mjs:fakeClaudeEnv
writeFakeJob software healthy tests/helpers.mjs:writeFakeJob
readJobFile software healthy tests/helpers.mjs:readJobFile
claudeProcsUnder software healthy tests/helpers.mjs:claudeProcsUnder
base0 software healthy tests/helpers.mjs:base0
base1 software healthy tests/helpers.mjs:base1
startServer software healthy tests/helpers.mjs:startServer
send software healthy tests/helpers.mjs:send
rpcWithId software healthy tests/helpers.mjs:rpcWithId
rpc software healthy tests/helpers.mjs:rpc
rpcRawId software healthy tests/helpers.mjs:rpcRawId
notify software healthy tests/helpers.mjs:notify
raw software healthy tests/helpers.mjs:raw
stop software healthy tests/helpers.mjs:stop
initialized software healthy tests/helpers.mjs:initialized
text software healthy tests/helpers.mjs:text
setPolicy software healthy tests/verify.test.mjs:setPolicy
jobId software healthy tests/server-lifecycle.test.mjs:jobId
ownJobId software healthy tests/server-lifecycle.test.mjs:ownJobId
capture software healthy tests/runner.test.mjs:capture
log software healthy plugins/claude-code/scripts/claude-mcp-server.mjs:log
send software healthy plugins/claude-code/scripts/claude-mcp-server.mjs:send
reply software healthy plugins/claude-code/scripts/claude-mcp-server.mjs:reply
replyError software healthy plugins/claude-code/scripts/claude-mcp-server.mjs:replyError
splitTouchedFiles software healthy plugins/claude-code/scripts/claude-mcp-server.mjs:splitTouc…
resolveTaskCwd software healthy plugins/claude-code/scripts/claude-mcp-server.mjs:resolveTa…
formatDuration software healthy plugins/claude-code/scripts/claude-mcp-server.mjs:formatDur…
renderResult software healthy plugins/claude-code/scripts/claude-mcp-server.mjs:renderRes…
launchHint software healthy plugins/claude-code/scripts/claude-mcp-server.mjs:launchHint
parseConsultArgs software healthy plugins/claude-code/scripts/claude-mcp-server.mjs:parseCons…
chosen software healthy plugins/claude-code/scripts/claude-mcp-server.mjs:chosen
launchBackgroundConsult software healthy plugins/claude-code/scripts/claude-mcp-server.mjs:launchBac…
handleConsult software healthy plugins/claude-code/scripts/claude-mcp-server.mjs:handleCon…
buildReviewPrompt software healthy plugins/claude-code/scripts/claude-mcp-server.mjs:buildRevi…
handleReview software healthy plugins/claude-code/scripts/claude-mcp-server.mjs:handleRev…
handleSetup software healthy plugins/claude-code/scripts/claude-mcp-server.mjs:handleSet…
resolveJob software healthy plugins/claude-code/scripts/claude-mcp-server.mjs:resolveJob
formatElapsed software healthy plugins/claude-code/scripts/claude-mcp-server.mjs:formatEla…
tailLog software healthy plugins/claude-code/scripts/claude-mcp-server.mjs:tailLog
sleep software healthy plugins/claude-code/scripts/claude-mcp-server.mjs:sleep
handleStatusTool software healthy plugins/claude-code/scripts/claude-mcp-server.mjs:handleSta…
handleResultTool software healthy plugins/claude-code/scripts/claude-mcp-server.mjs:handleRes…
handleCancelTool software healthy plugins/claude-code/scripts/claude-mcp-server.mjs:handleCan…

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

LabelLayerStatusPath
README.zh-CN.md software healthy README.zh-CN.md
README.ja.md software healthy README.ja.md
README.md software healthy README.md
package.json software healthy package.json
README.ko.md software healthy README.ko.md
README.zh-TW.md software healthy README.zh-TW.md
LICENSE software healthy LICENSE
review.test.mjs software healthy tests/review.test.mjs
live.test.mjs software healthy tests/live.test.mjs
protocol.test.mjs software healthy tests/protocol.test.mjs
status.test.mjs software healthy tests/status.test.mjs
helpers.mjs software healthy tests/helpers.mjs
verify.test.mjs software healthy tests/verify.test.mjs
server-lifecycle.test.mjs software healthy tests/server-lifecycle.test.mjs
jobs.test.mjs software healthy tests/jobs.test.mjs
runner.test.mjs software healthy tests/runner.test.mjs
test.yml software healthy .github/workflows/test.yml
.mcp.json software healthy plugins/claude-code/.mcp.json
claude-mcp-server.mjs software healthy plugins/claude-code/scripts/claude-mcp-server.mjs
claude-status.mjs software healthy plugins/claude-code/scripts/lib/claude-status.mjs
settings.mjs software healthy plugins/claude-code/scripts/lib/settings.mjs
jobs.mjs software healthy plugins/claude-code/scripts/lib/jobs.mjs
process.mjs software healthy plugins/claude-code/scripts/lib/process.mjs
verify.mjs software healthy plugins/claude-code/scripts/lib/verify.mjs
progress-log.mjs software healthy plugins/claude-code/scripts/lib/progress-log.mjs
git-diff.mjs software healthy plugins/claude-code/scripts/lib/git-diff.mjs
session-store.mjs software healthy plugins/claude-code/scripts/lib/session-store.mjs
claude-runner.mjs software healthy plugins/claude-code/scripts/lib/claude-runner.mjs
SKILL.md software healthy plugins/claude-code/skills/consult-claude/SKILL.md
plugins/claude-code/.mcp.json quality healthy plugins/claude-code/.mcp.json
plugins/claude-code/skills/consult-claude/SKILL.md quality healthy plugins/claude-code/skills/consult-claude/SKILL.md

LabelLayerStatusPath
tests software healthy tests
.github software healthy .github
workflows software healthy .github/workflows
plugins software healthy plugins
claude-code software healthy plugins/claude-code
scripts software healthy plugins/claude-code/scripts
lib software healthy plugins/claude-code/scripts/lib
skills software healthy plugins/claude-code/skills
consult-claude software healthy plugins/claude-code/skills/consult-claude

LabelLayerStatusPath
repobility-clone-51vfhoxp software healthy /tmp/repobility-clone-51vfhoxp

LabelLayerStatusPath
auth::tests/server-lifecycle.test.mjs security healthy tests/server-lifecycle.test.mjs

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

LabelLayerStatusPath
test cicd healthy .github/workflows/test.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/bbbfd489-6af3-4489-88ca-190a942e1c10/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/bbbfd489-6af3-4489-88ca-190a942e1c10/

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.