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.

Alan-Yu-2077/Agent_Kernal

https://github.com/Alan-Yu-2077/Agent_Kernal · scanned 2026-06-17 01:13 UTC (1 month, 2 weeks ago)

17 raw signals (0 security + 17 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ +10.3 (diff) · 17 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 141 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
round software healthy packages/server/scripts/trace-latency.ts:round
runN software healthy packages/server/scripts/trace-latency.ts:runN
overhead software healthy packages/server/scripts/trace-latency.ts:overhead
perTurnMs software healthy packages/server/scripts/trace-latency.ts:perTurnMs
openDb software healthy packages/server/src/sql.ts:openDb
userVersion software healthy packages/server/src/sql.ts:userVersion
migrate software healthy packages/server/src/sql.ts:migrate
closeDb software healthy packages/server/src/sql.ts:closeDb
setRuntime software healthy packages/server/src/ws.ts:setRuntime
safeEmit software healthy packages/server/src/ws.ts:safeEmit
handleOpen software healthy packages/server/src/ws.ts:handleOpen
handleClose software healthy packages/server/src/ws.ts:handleClose
handleMessage software healthy packages/server/src/ws.ts:handleMessage
runDevDispatch software healthy packages/server/src/ws.ts:runDevDispatch
forwardToolEvent software healthy packages/server/src/ws.ts:forwardToolEvent
roundTrip software healthy packages/server/src/ws.test.ts:roundTrip
collectUntil software healthy packages/server/src/ws.test.ts:collectUntil
mockRounds software healthy packages/server/src/ws.test.ts:mockRounds
outbound software healthy packages/server/src/outbound.ts:outbound
makeTmp software healthy packages/server/src/sql.test.ts:makeTmp
buildSystemPrompt software healthy packages/server/src/turn/runTurn.ts:buildSystemPrompt
toolsToAnthropicFormat software healthy packages/server/src/turn/runTurn.ts:toolsToAnthropicFormat
runTurn software healthy packages/server/src/turn/runTurn.ts:runTurn
tracedEmit software healthy packages/server/src/turn/runTurn.ts:tracedEmit
runGraph software healthy packages/server/src/turn/graph.ts:runGraph
getSession software healthy packages/server/src/turn/session.ts:getSession
resetSessions software healthy packages/server/src/turn/session.ts:resetSessions
stopWithTool software healthy packages/server/src/turn/runTurn.test.ts:stopWithTool
stopEnd software healthy packages/server/src/turn/runTurn.test.ts:stopEnd
progressRegistry software healthy packages/server/src/turn/runTurn.test.ts:progressRegistry
run software healthy packages/server/src/turn/runTurn.test.ts:run
deadSocketEmit software healthy packages/server/src/turn/runTurn.test.ts:deadSocketEmit
unwrapGatewayInput software healthy packages/server/src/provider/anthropic.ts:unwrapGatewayInput
tool software healthy packages/server/src/tools/dispatcher.ts:tool
cleanup software healthy packages/server/src/tools/dispatcher.ts:cleanup
finalErr software healthy packages/server/src/tools/dispatcher.ts:finalErr
defineTool software healthy packages/server/src/tools/defineTool.ts:defineTool
tag software healthy packages/server/src/tools/mergeAsync.ts:tag
abortableSleep software healthy packages/server/src/tools/dispatcher.test.ts:abortableSleep
makeSleepTool software healthy packages/server/src/tools/dispatcher.test.ts:makeSleepTool
makeCtx software healthy packages/server/src/tools/dispatcher.test.ts:makeCtx
makeRegistry software healthy packages/server/src/tools/dispatcher.test.ts:makeRegistry
collect software healthy packages/server/src/tools/dispatcher.test.ts:collect
expectErrCode software healthy packages/server/src/tools/dispatcher.test.ts:expectErrCode
ctx software healthy packages/server/src/tools/builtin/read_file.test.ts:ctx
collect software healthy packages/server/src/tools/builtin/read_file.test.ts:collect
nodeEvent software healthy packages/server/src/trace/store.test.ts:nodeEvent
seed software healthy packages/server/src/trace/viewer.test.ts:seed
body software healthy packages/server/src/trace/viewer.test.ts:body
clampPayload software healthy packages/server/src/trace/store.ts:clampPayload

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
bunfig.toml software healthy bunfig.toml
tsconfig.base.json software healthy tsconfig.base.json
README.md software healthy README.md
package.json software healthy package.json
bun.lock software healthy bun.lock
package.json software healthy packages/server/package.json
tsconfig.json software healthy packages/server/tsconfig.json
smoke-gateway.ts software healthy packages/server/scripts/smoke-gateway.ts
trace-latency.ts software healthy packages/server/scripts/trace-latency.ts
sql.ts software healthy packages/server/src/sql.ts
main.ts software healthy packages/server/src/main.ts
ws.ts software healthy packages/server/src/ws.ts
ws.test.ts software healthy packages/server/src/ws.test.ts
outbound.ts software healthy packages/server/src/outbound.ts
sql.test.ts software healthy packages/server/src/sql.test.ts
runTurn.ts software healthy packages/server/src/turn/runTurn.ts
graph.ts software healthy packages/server/src/turn/graph.ts
session.ts software healthy packages/server/src/turn/session.ts
runTurn.test.ts software healthy packages/server/src/turn/runTurn.test.ts
mock.ts software healthy packages/server/src/provider/mock.ts
anthropic.ts software healthy packages/server/src/provider/anthropic.ts
anthropic.test.ts software healthy packages/server/src/provider/anthropic.test.ts
types.ts software healthy packages/server/src/provider/types.ts
mutex.ts software healthy packages/server/src/tools/mutex.ts
dispatcher.ts software healthy packages/server/src/tools/dispatcher.ts
README.md software healthy packages/server/src/tools/README.md
defineTool.ts software healthy packages/server/src/tools/defineTool.ts
mergeAsync.ts software healthy packages/server/src/tools/mergeAsync.ts
registry.ts software healthy packages/server/src/tools/registry.ts
mergeAsync.test.ts software healthy packages/server/src/tools/mergeAsync.test.ts
dispatcher.test.ts software healthy packages/server/src/tools/dispatcher.test.ts
mutex.test.ts software healthy packages/server/src/tools/mutex.test.ts
time_now.ts software healthy packages/server/src/tools/builtin/time_now.ts
read_file.ts software healthy packages/server/src/tools/builtin/read_file.ts
read_file.test.ts software healthy packages/server/src/tools/builtin/read_file.test.ts
time_now.test.ts software healthy packages/server/src/tools/builtin/time_now.test.ts
store.test.ts software healthy packages/server/src/trace/store.test.ts
viewer.test.ts software healthy packages/server/src/trace/viewer.test.ts
store.ts software healthy packages/server/src/trace/store.ts
viewer.ts software healthy packages/server/src/trace/viewer.ts
instrument.ts software healthy packages/server/src/trace/instrument.ts
README.md software healthy packages/server/src/trace/README.md
instrument.test.ts software healthy packages/server/src/trace/instrument.test.ts
index.html software healthy packages/server/src/trace/viewer/index.html
devchat.ts software healthy packages/server/src/devchat/devchat.ts
devchat.html software healthy packages/server/src/devchat/devchat.html
devchat.test.ts software healthy packages/server/src/devchat/devchat.test.ts
0001_traces.sql software healthy packages/server/src/migrations/0001_traces.sql
package.json software healthy packages/protocol/package.json

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

LabelLayerStatusPath
packages software healthy packages
server software healthy packages/server
scripts software healthy packages/server/scripts
src software healthy packages/server/src
turn software healthy packages/server/src/turn
provider software healthy packages/server/src/provider
tools software healthy packages/server/src/tools
builtin software healthy packages/server/src/tools/builtin
trace software healthy packages/server/src/trace
viewer software healthy packages/server/src/trace/viewer
devchat software healthy packages/server/src/devchat
migrations software healthy packages/server/src/migrations
protocol software healthy packages/protocol
src software healthy packages/protocol/src

LabelLayerStatusPath
MockProvider software healthy packages/server/src/provider/mock.ts:MockProvider
AnthropicProvider software healthy packages/server/src/provider/anthropic.ts:AnthropicProvider
Mutex software healthy packages/server/src/tools/mutex.ts:Mutex
TraceStore software healthy packages/server/src/trace/store.ts:TraceStore

LabelLayerStatusPath
Alan-Yu-2077__Agent_Kernal software healthy /data/fable5_failed_archive/Alan-Yu-2077__Agent_Kernal

LabelLayerStatusPath
sqlite data healthy .env.example

LabelLayerStatusPath
traces data healthy packages/server/src/migrations/0001_traces.sql

LabelLayerStatusPath
0001_traces.sql data healthy packages/server/src/migrations/0001_traces.sql

LabelLayerStatusPath
/nonexistent/path/that/does/not/exist.txt frontend healthy packages/server/src/tools/builtin/read_file.test.ts
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/503a7705-2840-42b1-b6a8-a090bb749818/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/503a7705-2840-42b1-b6a8-a090bb749818/

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.