https://github.com/aiybiz/aiybiz-sdk
· scanned 2026-06-17 01:30 UTC (1 month, 2 weeks ago)
31 raw signals (0 security + 31 graph)
Last scanned 1 month, 2 weeks ago · v2 · last Δ -7.7 (diff) · 28 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 244 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 |
|---|---|---|---|
log |
software | healthy | src/cli.ts:log |
logErr |
software | healthy | src/cli.ts:logErr |
readRegistry |
software | healthy | src/cli.ts:readRegistry |
writeRegistry |
software | healthy | src/cli.ts:writeRegistry |
nextAvailablePort |
software | healthy | src/cli.ts:nextAvailablePort |
printHelp |
software | healthy | src/cli.ts:printHelp |
main |
software | healthy | src/cli.ts:main |
export |
software | healthy | src/cli.ts:export |
shutdown |
software | healthy | src/cli.ts:shutdown |
resolveKeepaliveMs |
software | healthy | src/ws.ts:resolveKeepaliveMs |
onFirstConnect |
software | healthy | src/ws.ts:onFirstConnect |
onFirstError |
software | healthy | src/ws.ts:onFirstError |
bufToText |
software | healthy | src/files.ts:bufToText |
body |
software | healthy | src/files.ts:body |
sdkRuntimeInfo |
software | healthy | src/client.ts:sdkRuntimeInfo |
activateWithRetry |
software | healthy | src/client.ts:activateWithRetry |
makeAuthHeaders |
software | healthy | src/client.ts:makeAuthHeaders |
errBody |
software | healthy | src/client.ts:errBody |
resolveConfig |
software | healthy | src/config.ts:resolveConfig |
loadEnvConfig |
software | healthy | src/config.ts:loadEnvConfig |
loadConfigFile |
software | healthy | src/config.ts:loadConfigFile |
log |
software | healthy | src/proxy/openrouter-proxy.ts:log |
logErr |
software | healthy | src/proxy/openrouter-proxy.ts:logErr |
resolveOptions |
software | healthy | src/proxy/openrouter-proxy.ts:resolveOptions |
transformChatBody |
software | healthy | src/proxy/openrouter-proxy.ts:transformChatBody |
toUsageRecord |
software | healthy | src/proxy/openrouter-proxy.ts:toUsageRecord |
usageFromSse |
software | healthy | src/proxy/openrouter-proxy.ts:usageFromSse |
appendUsageRecord |
software | healthy | src/proxy/openrouter-proxy.ts:appendUsageRecord |
readBody |
software | healthy | src/proxy/openrouter-proxy.ts:readBody |
startOpenRouterProxy |
software | healthy | src/proxy/openrouter-proxy.ts:startOpenRouterProxy |
isSse |
software | healthy | src/proxy/openrouter-proxy.ts:isSse |
isNonAnswer |
software | healthy | src/adapters/openclaw.ts:isNonAnswer |
log |
software | healthy | src/adapters/openclaw.ts:log |
logErr |
software | healthy | src/adapters/openclaw.ts:logErr |
logOrphan |
software | healthy | src/adapters/openclaw.ts:logOrphan |
name |
software | healthy | src/adapters/openclaw.ts:name |
json |
software | healthy | src/adapters/openclaw.ts:json |
content |
software | healthy | src/adapters/openclaw.ts:content |
createEngineAdapter |
software | healthy | src/adapters/factory.ts:createEngineAdapter |
resolveAgentEngine |
software | healthy | src/adapters/factory.ts:resolveAgentEngine |
v |
software | healthy | src/adapters/factory.ts:v |
getOpenClawStateDir |
software | healthy | src/bridge/openclaw-cron-state.ts:getOpenClawStateDir |
readCronJobs |
software | healthy | src/bridge/openclaw-cron-state.ts:readCronJobs |
readCronRuns |
software | healthy | src/bridge/openclaw-cron-state.ts:readCronRuns |
scheduleToCronExpression |
software | healthy | src/bridge/openclaw-cron-state.ts:scheduleToCronExpression |
openClawLastRunState |
software | healthy | src/bridge/openclaw-cron-state.ts:openClawLastRunState |
mapCronJobToAgentBody |
software | healthy | src/bridge/openclaw-cron-state.ts:mapCronJobToAgentBody |
buildAgentCronJobsPayload |
software | healthy | src/bridge/openclaw-cron-state.ts:buildAgentCronJobsPayload |
parseProactiveReply |
software | healthy | src/bridge/proactive-reply.ts:parseProactiveReply |
trimmed |
software | healthy | src/bridge/proactive-reply.ts:trimmed |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
vitest.config.ts |
software | healthy | vitest.config.ts |
package-lock.json |
software | healthy | package-lock.json |
AMELIORATIONS.md |
software | healthy | AMELIORATIONS.md |
README.md |
software | healthy | README.md |
agent.mjs |
software | healthy | agent.mjs |
package.json |
software | healthy | package.json |
docker-entrypoint.sh |
software | healthy | docker-entrypoint.sh |
tsconfig.json |
software | healthy | tsconfig.json |
bench-context-isolation.sh |
software | healthy | scripts/bench-context-isolation.sh |
release.yml |
software | healthy | .github/workflows/release.yml |
deploy-openclaw.sh |
software | healthy | examples/deploy-openclaw.sh |
openclaw-bridge.mjs |
software | healthy | examples/openclaw-bridge.mjs |
index.ts |
software | healthy | src/index.ts |
cli.ts |
software | healthy | src/cli.ts |
ws.ts |
software | healthy | src/ws.ts |
files.ts |
software | healthy | src/files.ts |
client.ts |
software | healthy | src/client.ts |
config.ts |
software | healthy | src/config.ts |
types.ts |
software | healthy | src/types.ts |
heartbeat.ts |
software | healthy | src/heartbeat.ts |
openrouter-proxy.ts |
software | healthy | src/proxy/openrouter-proxy.ts |
engine.ts |
software | healthy | src/adapters/engine.ts |
openclaw.ts |
software | healthy | src/adapters/openclaw.ts |
factory.ts |
software | healthy | src/adapters/factory.ts |
openclaw-cron-state.ts |
software | healthy | src/bridge/openclaw-cron-state.ts |
proactive-reply.test.ts |
software | healthy | src/bridge/proactive-reply.test.ts |
proactive-reply.ts |
software | healthy | src/bridge/proactive-reply.ts |
openclaw-bridge.ts |
software | healthy | src/bridge/openclaw-bridge.ts |
proactive-watcher.ts |
software | healthy | src/bridge/proactive-watcher.ts |
turn-pump.ts |
software | healthy | src/bridge/turn-pump.ts |
workspace-file-sync.ts |
software | healthy | src/bridge/workspace-file-sync.ts |
mission-journal.ts |
software | healthy | src/bridge/mission-journal.ts |
openclaw-subagent-state.test.ts |
software | healthy | src/bridge/openclaw-subagent-state.test.ts |
openclaw-subagent-state.ts |
software | healthy | src/bridge/openclaw-subagent-state.ts |
proactive-watcher.test.ts |
software | healthy | src/bridge/proactive-watcher.test.ts |
turn-pump.test.ts |
software | healthy | src/bridge/turn-pump.test.ts |
openclaw-gateway-client.ts |
software | healthy | src/bridge/openclaw-gateway-client.ts |
push-server.ts |
software | healthy | src/bridge/push-server.ts |
challenge.ts |
software | healthy | src/bridge/challenge.ts |
mission-journal.test.ts |
software | healthy | src/bridge/mission-journal.test.ts |
llm-usage-sync.ts |
software | healthy | src/bridge/llm-usage-sync.ts |
openclaw.ts |
software | healthy | src/setup/openclaw.ts |
acceptance-report.md |
software | healthy | docs/acceptance-report.md |
README.md |
software | healthy | patches/README.md |
default-system-prompt.md |
software | healthy | assets/default-system-prompt.md |
| Label | Layer | Status | Path |
|---|---|---|---|
scripts |
software | healthy | scripts |
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
examples |
software | healthy | examples |
src |
software | healthy | src |
proxy |
software | healthy | src/proxy |
adapters |
software | healthy | src/adapters |
bridge |
software | healthy | src/bridge |
setup |
software | healthy | src/setup |
docs |
software | healthy | docs |
patches |
software | healthy | patches |
assets |
software | healthy | assets |
| Label | Layer | Status | Path |
|---|---|---|---|
WsManager |
software | healthy | src/ws.ts:WsManager |
AgentFileClient |
software | healthy | src/files.ts:AgentFileClient |
AiybizClient |
software | healthy | src/client.ts:AiybizClient |
Heartbeat |
software | healthy | src/heartbeat.ts:Heartbeat |
OpenClawAdapter |
software | healthy | src/adapters/openclaw.ts:OpenClawAdapter |
WorkspaceFileSync |
software | healthy | src/bridge/workspace-file-sync.ts:WorkspaceFileSync |
FakeGateway |
software | healthy | src/bridge/proactive-watcher.test.ts:FakeGateway |
OpenClawGatewayClient |
software | healthy | src/bridge/openclaw-gateway-client.ts:OpenClawGatewayClient |
| Label | Layer | Status | Path |
|---|---|---|---|
port:18789 |
network | healthy | README.md |
port:3099 |
network | healthy | src/bridge/push-server.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
aiybiz__aiybiz-sdk |
software | healthy | /data/fable5_failed_archive/aiybiz__aiybiz-sdk |
| Label | Layer | Status | Path |
|---|---|---|---|
sqlite |
data | healthy | vitest.config.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | docker-entrypoint.sh |
| Label | Layer | Status | Path |
|---|---|---|---|
loadbalancer |
network | healthy | src/ws.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
auth::src/client.ts |
security | healthy | src/client.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::release |
cicd | healthy | .github/workflows/release.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
release |
cicd | healthy | .github/workflows/release.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
GITHUB_TOKEN |
cicd | healthy | — |
This page is publicly accessible at:
https://repobility.com/scan/87ba500e-ada6-4fe2-9d2c-b1b0d06e8088/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/87ba500e-ada6-4fe2-9d2c-b1b0d06e8088/
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.