https://github.com/ruozhuoruoyu/Philont-Agent
· scanned 2026-06-15 23:57 UTC (2 months, 3 weeks ago)
154 raw signals (0 security + 154 graph)
Last scanned 2 months, 3 weeks ago · v1 · 154 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 2200 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 |
|---|---|---|---|
resolveAgentPort |
software | healthy | web-ui/src/config.ts:resolveAgentPort |
agentHttpBase |
software | healthy | web-ui/src/config.ts:agentHttpBase |
agentWsBase |
software | healthy | web-ui/src/config.ts:agentWsBase |
API_BASE |
software | healthy | web-ui/src/autonomous.ts:API_BASE |
pad |
software | healthy | web-ui/src/chat.ts:pad |
readInitial |
software | healthy | web-ui/src/i18n.ts:readInitial |
getLang |
software | healthy | web-ui/src/i18n.ts:getLang |
setLang |
software | healthy | web-ui/src/i18n.ts:setLang |
toggleLang |
software | healthy | web-ui/src/i18n.ts:toggleLang |
t |
software | healthy | web-ui/src/i18n.ts:t |
tr |
software | healthy | web-ui/src/i18n.ts:tr |
subscribe |
software | healthy | web-ui/src/i18n.ts:subscribe |
API_BASE |
software | healthy | web-ui/src/memory.ts:API_BASE |
prov |
software | healthy | web-ui/src/settings.ts:prov |
boolOn |
software | healthy | web-ui/src/settings.ts:boolOn |
detectTz |
software | healthy | web-ui/src/settings.ts:detectTz |
tzOptions |
software | healthy | web-ui/src/settings.ts:tzOptions |
supported |
software | healthy | web-ui/src/settings.ts:supported |
s |
software | healthy | web-ui/src/settings.ts:s |
capRow |
software | healthy | web-ui/src/settings.ts:capRow |
output |
software | healthy | agent-plugins/tests/plugins.test.ts:output |
register |
software | healthy | agent-plugins/tests/fixtures/bad-manifest/index.js:register |
register |
software | healthy | agent-plugins/tests/fixtures/hello-plugin/index.js:register |
register |
software | healthy | agent-plugins/tests/sandbox-fixtures/env-stealer/index.js:r… |
register |
software | healthy | agent-plugins/tests/sandbox-fixtures/spawn-attacker/index.j… |
register |
software | healthy | agent-plugins/tests/sandbox-fixtures/good-worker-plugin/ind… |
loadOnePlugin |
software | healthy | agent-plugins/src/loader.ts:loadOnePlugin |
loadPlugins |
software | healthy | agent-plugins/src/loader.ts:loadPlugins |
invokeHook |
software | healthy | agent-plugins/src/loader.ts:invokeHook |
scanSource |
software | healthy | agent-plugins/src/discovery.ts:scanSource |
defaultPluginSources |
software | healthy | agent-plugins/src/discovery.ts:defaultPluginSources |
discoverPlugins |
software | healthy | agent-plugins/src/discovery.ts:discoverPlugins |
register |
software | healthy | agent-plugins/src/index.ts:register |
createPluginContext |
software | healthy | agent-plugins/src/context.ts:createPluginContext |
loadManifest |
software | healthy | agent-plugins/src/manifest.ts:loadManifest |
validateManifest |
software | healthy | agent-plugins/src/manifest.ts:validateManifest |
checkEnvRequirements |
software | healthy | agent-plugins/src/manifest.ts:checkEnvRequirements |
signature |
software | healthy | agent-plugins/src/types.ts:signature |
post |
software | healthy | agent-plugins/src/sandbox/workerEntry.ts:post |
serializeTool |
software | healthy | agent-plugins/src/sandbox/workerEntry.ts:serializeTool |
filteredEnv |
software | healthy | agent-plugins/src/sandbox/workerSandbox.ts:filteredEnv |
register |
software | healthy | demo/plugins-demo/env-stealer/index.js:register |
createLlmDelegate |
software | healthy | demo/src/llm-with-tools.ts:createLlmDelegate |
main |
software | healthy | demo/src/real-llm.ts:main |
banner |
software | healthy | demo/src/demo-security-depth.ts:banner |
main |
software | healthy | demo/src/demo-security-depth.ts:main |
run |
software | healthy | demo/src/demo-security-depth.ts:run |
runPermissive |
software | healthy | demo/src/demo-security-depth.ts:runPermissive |
stage |
software | healthy | demo/src/demo-security-depth.ts:stage |
main |
software | healthy | demo/src/demo-all-tools.ts:main |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
README.md |
software | healthy | README.md |
CONTRIBUTING.md |
software | healthy | CONTRIBUTING.md |
Dockerfile |
software | healthy | Dockerfile |
.env.example |
software | healthy | .env.example |
SECURITY-DESIGN.md |
software | healthy | SECURITY-DESIGN.md |
LICENSE |
software | healthy | LICENSE |
CODE_OF_CONDUCT.md |
software | healthy | CODE_OF_CONDUCT.md |
SECURITY.md |
software | healthy | SECURITY.md |
CHANGELOG.md |
software | healthy | CHANGELOG.md |
DEPLOYMENT.md |
software | healthy | DEPLOYMENT.md |
vite.config.ts |
software | healthy | web-ui/vite.config.ts |
package.json |
software | healthy | web-ui/package.json |
index.html |
software | healthy | web-ui/index.html |
package-lock.json |
software | healthy | web-ui/package-lock.json |
tsconfig.json |
software | healthy | web-ui/tsconfig.json |
config.ts |
software | healthy | web-ui/src/config.ts |
autonomous.ts |
software | healthy | web-ui/src/autonomous.ts |
main.ts |
software | healthy | web-ui/src/main.ts |
app.ts |
software | healthy | web-ui/src/app.ts |
chat.ts |
software | healthy | web-ui/src/chat.ts |
i18n.ts |
software | healthy | web-ui/src/i18n.ts |
memory.ts |
software | healthy | web-ui/src/memory.ts |
settings.ts |
software | healthy | web-ui/src/settings.ts |
package.json |
software | healthy | agent-plugins/package.json |
package-lock.json |
software | healthy | agent-plugins/package-lock.json |
tsconfig.json |
software | healthy | agent-plugins/tsconfig.json |
plugins.test.ts |
software | healthy | agent-plugins/tests/plugins.test.ts |
sandbox.test.ts |
software | healthy | agent-plugins/tests/sandbox.test.ts |
plugin.json |
software | healthy | agent-plugins/tests/fixtures/bad-manifest/plugin.json |
index.js |
software | healthy | agent-plugins/tests/fixtures/bad-manifest/index.js |
plugin.json |
software | healthy | agent-plugins/tests/fixtures/hello-plugin/plugin.json |
index.js |
software | healthy | agent-plugins/tests/fixtures/hello-plugin/index.js |
plugin.json |
software | healthy | agent-plugins/tests/sandbox-fixtures/env-stealer/plugin.json |
index.js |
software | healthy | agent-plugins/tests/sandbox-fixtures/env-stealer/index.js |
plugin.json |
software | healthy | agent-plugins/tests/sandbox-fixtures/spawn-attacker/plugin.… |
index.js |
software | healthy | agent-plugins/tests/sandbox-fixtures/spawn-attacker/index.js |
plugin.json |
software | healthy | agent-plugins/tests/sandbox-fixtures/good-worker-plugin/plu… |
index.js |
software | healthy | agent-plugins/tests/sandbox-fixtures/good-worker-plugin/ind… |
loader.ts |
software | healthy | agent-plugins/src/loader.ts |
discovery.ts |
software | healthy | agent-plugins/src/discovery.ts |
index.ts |
software | healthy | agent-plugins/src/index.ts |
context.ts |
software | healthy | agent-plugins/src/context.ts |
manifest.ts |
software | healthy | agent-plugins/src/manifest.ts |
types.ts |
software | healthy | agent-plugins/src/types.ts |
protocol.ts |
software | healthy | agent-plugins/src/sandbox/protocol.ts |
index.ts |
software | healthy | agent-plugins/src/sandbox/index.ts |
workerEntry.ts |
software | healthy | agent-plugins/src/sandbox/workerEntry.ts |
workerSandbox.ts |
software | healthy | agent-plugins/src/sandbox/workerSandbox.ts |
package.json |
software | healthy | demo/package.json |
package-lock.json |
software | healthy | demo/package-lock.json |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
AutonomousDashboard |
software | healthy | web-ui/src/autonomous.ts:AutonomousDashboard |
AgentApp |
software | healthy | web-ui/src/app.ts:AgentApp |
AgentChat |
software | healthy | web-ui/src/chat.ts:AgentChat |
LangController |
software | healthy | web-ui/src/i18n.ts:LangController |
MemoryDashboard |
software | healthy | web-ui/src/memory.ts:MemoryDashboard |
SettingsView |
software | healthy | web-ui/src/settings.ts:SettingsView |
WorkerSandbox |
software | healthy | agent-plugins/src/sandbox/workerSandbox.ts:WorkerSandbox |
JsInterruptController |
software | healthy | demo/src/mock-agent-node.ts:JsInterruptController |
JsInterruptReceiver |
software | healthy | demo/src/mock-agent-node.ts:JsInterruptReceiver |
MockLlm |
software | healthy | demo/src/demo-memory.ts:MockLlm |
HumanLlm |
software | healthy | demo/src/demo-memory-e2e.ts:HumanLlm |
FixedLlm |
software | healthy | demo/src/demo-time-memory.ts:FixedLlm |
HumanSummaryLlm |
software | healthy | demo/src/demo-compactor.ts:HumanSummaryLlm |
FailingLlm |
software | healthy | demo/src/demo-compactor.ts:FailingLlm |
via |
software | healthy | agent-tools/tests/barriers.test.ts:via |
IngestError |
software | healthy | agent-tools/src/network/webFetch.ts:IngestError |
AuxLLMError |
software | healthy | agent-tools/src/utils/aux-llm.ts:AuxLLMError |
of |
software | healthy | agent-tools/src/runtime/barriers.ts:of |
cover |
software | healthy | agent-tools/src/runtime/barriers.ts:cover |
separation |
software | healthy | agent-tools/src/runtime/barriers.ts:separation |
is |
software | healthy | agent-tools/src/runtime/barriers.ts:is |
Parser |
software | healthy | agent-tools/src/runtime/magnitude.ts:Parser |
PlanBudgetTracker |
software | healthy | agent-tools/src/control/planAndExecute.ts:PlanBudgetTracker |
McpBridge |
software | healthy | agent-mcp/src/bridge.ts:McpBridge |
covers |
software | healthy | agent-mcp/src/transport/sse.ts:covers |
SseTransport |
software | healthy | agent-mcp/src/transport/sse.ts:SseTransport |
StdioTransport |
software | healthy | agent-mcp/src/transport/stdio.ts:StdioTransport |
WeChatLoginSession |
software | healthy | launcher/src/wechat-login.ts:WeChatLoginSession |
AgentSupervisor |
software | healthy | launcher/src/supervisor.ts:AgentSupervisor |
MockLLMAdapter |
software | healthy | server/tests/plan-and-execute-integration.test.ts:MockLLMAd… |
ContextTooLargeError |
software | healthy | server/src/llm-adapter.ts:ContextTooLargeError |
AnthropicAdapter |
software | healthy | server/src/llm-adapter.ts:AnthropicAdapter |
issues |
software | healthy | server/src/llm-adapter.ts:issues |
MockAdapter |
software | healthy | server/src/llm-adapter.ts:MockAdapter |
OpenAICompatAdapter |
software | healthy | server/src/llm-adapter.ts:OpenAICompatAdapter |
JsInterruptController |
software | healthy | server/src/interrupt_channel.ts:JsInterruptController |
of |
software | healthy | server/src/chat-handler.ts:of |
LlmTimeoutError |
software | healthy | server/src/chat-handler.ts:LlmTimeoutError |
TurnDeadlineError |
software | healthy | server/src/chat-handler.ts:TurnDeadlineError |
is |
software | healthy | server/src/chat-handler.ts:is |
of |
software | healthy | server/src/deep_explore.ts:of |
InterruptDrainer |
software | healthy | server/src/interrupt_drainer.ts:InterruptDrainer |
PushDispatcher |
software | healthy | server/src/push/dispatcher.ts:PushDispatcher |
AnthropicNativeProfile |
software | healthy | server/src/providers/anthropic-native.ts:AnthropicNativePro… |
KimiProfile |
software | healthy | server/src/providers/openai-compat.ts:KimiProfile |
OpenAICompatProfile |
software | healthy | server/src/providers/openai-compat.ts:OpenAICompatProfile |
BaseProfile |
software | healthy | server/src/providers/base.ts:BaseProfile |
DeepSeekProfile |
software | healthy | server/src/providers/deepseek.ts:DeepSeekProfile |
TelegramClient |
software | healthy | server/src/channels/telegram/client.ts:TelegramClient |
TelegramGateway |
software | healthy | server/src/channels/telegram/gateway.ts:TelegramGateway |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
web-ui |
software | healthy | web-ui |
src |
software | healthy | web-ui/src |
agent-plugins |
software | healthy | agent-plugins |
tests |
software | healthy | agent-plugins/tests |
fixtures |
software | healthy | agent-plugins/tests/fixtures |
bad-manifest |
software | healthy | agent-plugins/tests/fixtures/bad-manifest |
hello-plugin |
software | healthy | agent-plugins/tests/fixtures/hello-plugin |
sandbox-fixtures |
software | healthy | agent-plugins/tests/sandbox-fixtures |
env-stealer |
software | healthy | agent-plugins/tests/sandbox-fixtures/env-stealer |
spawn-attacker |
software | healthy | agent-plugins/tests/sandbox-fixtures/spawn-attacker |
good-worker-plugin |
software | healthy | agent-plugins/tests/sandbox-fixtures/good-worker-plugin |
src |
software | healthy | agent-plugins/src |
sandbox |
software | healthy | agent-plugins/src/sandbox |
demo |
software | healthy | demo |
plugins-demo |
software | healthy | demo/plugins-demo |
env-stealer |
software | healthy | demo/plugins-demo/env-stealer |
src |
software | healthy | demo/src |
docs |
software | healthy | docs |
i18n |
software | healthy | docs/i18n |
scripts |
software | healthy | scripts |
agent-tools |
software | healthy | agent-tools |
tests |
software | healthy | agent-tools/tests |
bundled-skills |
software | healthy | agent-tools/bundled-skills |
skill-creator |
software | healthy | agent-tools/bundled-skills/skill-creator |
goal-driven-execution |
software | healthy | agent-tools/bundled-skills/goal-driven-execution |
doc-to-skill |
software | healthy | agent-tools/bundled-skills/doc-to-skill |
surgical-changes |
software | healthy | agent-tools/bundled-skills/surgical-changes |
github-skills |
software | healthy | agent-tools/bundled-skills/github-skills |
memory-discipline |
software | healthy | agent-tools/bundled-skills/memory-discipline |
complex-task-protocol |
software | healthy | agent-tools/bundled-skills/complex-task-protocol |
clawhub |
software | healthy | agent-tools/bundled-skills/clawhub |
service-onboarding |
software | healthy | agent-tools/bundled-skills/service-onboarding |
code-search-strategy |
software | healthy | agent-tools/bundled-skills/code-search-strategy |
web-research |
software | healthy | agent-tools/bundled-skills/web-research |
git-workflow |
software | healthy | agent-tools/bundled-skills/git-workflow |
src |
software | healthy | agent-tools/src |
network |
software | healthy | agent-tools/src/network |
utils |
software | healthy | agent-tools/src/utils |
vision |
software | healthy | agent-tools/src/vision |
git |
software | healthy | agent-tools/src/git |
runtime |
software | healthy | agent-tools/src/runtime |
skills |
software | healthy | agent-tools/src/skills |
utility |
software | healthy | agent-tools/src/utility |
control |
software | healthy | agent-tools/src/control |
fs |
software | healthy | agent-tools/src/fs |
agent-mcp |
software | healthy | agent-mcp |
tests |
software | healthy | agent-mcp/tests |
src |
software | healthy | agent-mcp/src |
transport |
software | healthy | agent-mcp/src/transport |
launcher |
software | healthy | launcher |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
/does/not/exist |
frontend | healthy | agent-plugins/tests/plugins.test.ts |
/etc/shadow |
frontend | healthy | demo/src/demo-security-depth.ts |
/tmp/safe.txt |
frontend | healthy | demo/src/demo-security-depth.ts |
/tmp/test.txt |
frontend | healthy | demo/src/test-tools.ts |
/b |
frontend | healthy | agent-tools/tests/utility-tools.test.ts |
/c |
frontend | healthy | agent-tools/tests/utility-tools.test.ts |
/a |
frontend | healthy | agent-tools/tests/utility-tools.test.ts |
/arr/1 |
frontend | healthy | agent-tools/tests/utility-tools.test.ts |
/arr/- |
frontend | healthy | agent-tools/tests/utility-tools.test.ts |
/b/d |
frontend | healthy | agent-tools/tests/skills.test.ts |
/x |
frontend | healthy | agent-tools/tests/mini-agent-loop.test.ts |
/tmp/x.jpg |
frontend | healthy | server/tests/reply_with_media_tool.test.ts |
/tmp/report.pdf |
frontend | healthy | server/tests/reply_with_media_tool.test.ts |
/tmp/x |
frontend | healthy | server/tests/reply_with_media_tool.test.ts |
/tmp/foo.txt |
frontend | healthy | server/tests/wechat_render.test.ts |
/etc/passwd |
frontend | healthy | server/tests/wechat_render.test.ts |
/some/external/path/guide.md |
frontend | healthy | server/tests/fetched_resources_hook.test.ts |
/some/other/path/notes.md |
frontend | healthy | server/tests/fetched_resources_hook.test.ts |
/tmp/some/dir/report.pdf |
frontend | healthy | server/tests/wechat_media_channel.test.ts |
/tmp/big.jpg |
frontend | healthy | server/tests/wechat_media_channel.test.ts |
/tmp/empty.jpg |
frontend | healthy | server/tests/wechat_media_channel.test.ts |
/v1/chat/completions |
frontend | healthy | server/src/llm-adapter.ts |
/v1/text/chatcompletion_v2 |
frontend | healthy | server/src/llm-adapter.ts |
/chat/completions |
frontend | healthy | server/src/llm-adapter.ts |
/v1beta/openai/chat/completions |
frontend | healthy | server/src/llm-adapter.ts |
/home/user/project/.env |
frontend | healthy | agent-policy/tests/validators/pathAcl.test.ts |
/tmp/other/file.txt |
frontend | healthy | agent-policy/tests/validators/pathAcl.test.ts |
/tmp/project/src/a.ts |
frontend | healthy | agent-policy/tests/validators/pathAcl.test.ts |
/tmp/project/../../../etc/passwd |
frontend | healthy | agent-policy/tests/validators/pathAcl.test.ts |
/home/ye/.ssh/config |
frontend | healthy | agent-policy/tests/validators/pathAcl.test.ts |
/home/ye/.aws/credentials |
frontend | healthy | agent-policy/tests/validators/pathAcl.test.ts |
/home/ye/.SSH/config |
frontend | healthy | agent-policy/tests/validators/pathAcl.test.ts |
/home/ye/proj/notes.md |
frontend | healthy | agent-policy/tests/validators/pathAcl.test.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
sqlite |
data | healthy | README.md |
postgres |
data | healthy | demo/src/demo-active-research.ts |
mongodb |
data | healthy | agent-tools/src/network/preapproved.ts |
redis |
data | healthy | agent-tools/src/network/preapproved.ts |
postgresql |
data | healthy | agent-tools/src/network/preapproved.ts |
mysql |
data | healthy | agent-tools/src/network/preapproved.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
auth::agent-policy/tests/validators/leakDetector.test.ts |
security | healthy | agent-policy/tests/validators/leakDetector.test.ts |
auth::agent-policy/src/secrets/injector.ts |
security | healthy | agent-policy/src/secrets/injector.ts |
auth::demo/src/demo-compactor.ts |
security | healthy | demo/src/demo-compactor.ts |
auth::agent-tools/src/network/securedHttp.ts |
security | healthy | agent-tools/src/network/securedHttp.ts |
auth::agent-tools/bundled-skills/service-onboarding/SKILL.md |
security | healthy | agent-tools/bundled-skills/service-onboarding/SKILL.md |
auth::agent-policy/src/validators/leakDetector.ts |
security | healthy | agent-policy/src/validators/leakDetector.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | .env.example |
169.254.169.254 |
network | healthy | demo/src/demo-security-depth.ts |
192.168.1.1 |
network | healthy | demo/src/demo-security-depth.ts |
10.0.0.1 |
network | healthy | agent-policy/tests/validators/ssrf.test.ts |
172.16.5.5 |
network | healthy | agent-policy/tests/validators/ssrf.test.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::aws |
hardware | healthy | agent-plugins/tests/sandbox.test.ts |
vps::gcp |
hardware | healthy | agent-policy/tests/validators/ssrf.test.ts |
vps::ec2 |
hardware | healthy | agent-policy/src/validators/ssrf.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
port:20266 |
network | healthy | Dockerfile |
port:5173 |
network | healthy | web-ui/vite.config.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
test |
cicd | healthy | .github/workflows/ci.yml |
typecheck |
cicd | healthy | .github/workflows/ci.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-2u1d13ir |
software | healthy | /tmp/repobility-clone-2u1d13ir |
| Label | Layer | Status | Path |
|---|---|---|---|
nginx |
network | healthy | agent-tools/src/network/preapproved.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
image::Dockerfile |
hardware | healthy | Dockerfile |
| Label | Layer | Status | Path |
|---|---|---|---|
gpu (detected) |
hardware | healthy | server/tests/routing_inject.test.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
generic_api_key::demo/src/demo-plugin-sandbox.ts |
security | healthy | demo/src/demo-plugin-sandbox.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::ci |
cicd | healthy | .github/workflows/ci.yml |
This page is publicly accessible at:
https://repobility.com/scan/72101aa7-0686-452a-82ab-e8d17691dc5d/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/72101aa7-0686-452a-82ab-e8d17691dc5d/
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.