https://github.com/appleweiping/AIDE_DEV
· scanned 2026-06-17 01:34 UTC (1 month, 2 weeks ago)
53 raw signals (0 security + 53 graph)
Last scanned 1 month, 2 weeks ago · v2 · last Δ +9.3 (diff) · 53 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 665 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 |
|---|---|---|---|
getOrCreateRoom |
software | healthy | packages/relay/src/index.ts:getOrCreateRoom |
cleanupStaleRooms |
software | healthy | packages/relay/src/index.ts:cleanupStaleRooms |
role |
software | healthy | packages/relay/src/index.ts:role |
estimateTokens |
software | healthy | packages/core/src/agent.ts:estimateTokens |
getContextWindow |
software | healthy | packages/core/src/agent.ts:getContextWindow |
buildSystemPrompt |
software | healthy | packages/core/src/agent.ts:buildSystemPrompt |
getDefaultConfigDir |
software | healthy | packages/core/src/config.ts:getDefaultConfigDir |
deepMerge |
software | healthy | packages/core/src/config.ts:deepMerge |
timingSafeEqualStr |
software | healthy | packages/core/src/daemon.ts:timingSafeEqualStr |
params |
software | healthy | packages/core/src/daemon.ts:params |
isDaemonRunning |
software | healthy | packages/core/src/daemon.ts:isDaemonRunning |
getDaemonPid |
software | healthy | packages/core/src/daemon.ts:getDaemonPid |
stopDaemon |
software | healthy | packages/core/src/daemon.ts:stopDaemon |
startDaemon |
software | healthy | packages/core/src/daemon.ts:startDaemon |
readIfExists |
software | healthy | packages/core/src/context-loader.ts:readIfExists |
findGitRoot |
software | healthy | packages/core/src/context-loader.ts:findGitRoot |
getDirsFromRootToCwd |
software | healthy | packages/core/src/context-loader.ts:getDirsFromRootToCwd |
loadProjectContext |
software | healthy | packages/core/src/context-loader.ts:loadProjectContext |
addContent |
software | healthy | packages/core/src/context-loader.ts:addContent |
formatContextForPrompt |
software | healthy | packages/core/src/context-loader.ts:formatContextForPrompt |
params |
software | healthy | packages/core/src/ipc-server.ts:params |
args |
software | healthy | packages/core/src/ipc-server.ts:args |
toolArgs |
software | healthy | packages/core/src/ipc-server.ts:toolArgs |
messageToProviderMessage |
software | healthy | packages/core/src/ipc-server.ts:messageToProviderMessage |
providerMessageToMessage |
software | healthy | packages/core/src/ipc-server.ts:providerMessageToMessage |
startIpcServer |
software | healthy | packages/core/src/ipc-server.ts:startIpcServer |
detectLanguage |
software | healthy | packages/core/src/rag/chunker.ts:detectLanguage |
estimateTokens |
software | healthy | packages/core/src/rag/chunker.ts:estimateTokens |
findBlockBoundaries |
software | healthy | packages/core/src/rag/chunker.ts:findBlockBoundaries |
chunkFile |
software | healthy | packages/core/src/rag/chunker.ts:chunkFile |
lineBasedChunk |
software | healthy | packages/core/src/rag/chunker.ts:lineBasedChunk |
chunkId |
software | healthy | packages/core/src/rag/indexer.ts:chunkId |
indexProject |
software | healthy | packages/core/src/rag/indexer.ts:indexProject |
searchIndex |
software | healthy | packages/core/src/rag/indexer.ts:searchIndex |
tokenise |
software | healthy | packages/core/src/rag/tfidf.ts:tokenise |
createIndex |
software | healthy | packages/core/src/rag/tfidf.ts:createIndex |
addDocument |
software | healthy | packages/core/src/rag/tfidf.ts:addDocument |
removeDocument |
software | healthy | packages/core/src/rag/tfidf.ts:removeDocument |
tfIdf |
software | healthy | packages/core/src/rag/tfidf.ts:tfIdf |
buildVector |
software | healthy | packages/core/src/rag/tfidf.ts:buildVector |
cosineSimilarity |
software | healthy | packages/core/src/rag/tfidf.ts:cosineSimilarity |
search |
software | healthy | packages/core/src/rag/tfidf.ts:search |
serializeIndex |
software | healthy | packages/core/src/rag/tfidf.ts:serializeIndex |
deserializeIndex |
software | healthy | packages/core/src/rag/tfidf.ts:deserializeIndex |
parseTar |
software | healthy | packages/core/src/plugin/marketplace.ts:parseTar |
readTarString |
software | healthy | packages/core/src/plugin/marketplace.ts:readTarString |
sanitizeTarPath |
software | healthy | packages/core/src/plugin/marketplace.ts:sanitizeTarPath |
compareVersions |
software | healthy | packages/core/src/plugin/marketplace.ts:compareVersions |
parse |
software | healthy | packages/core/src/plugin/marketplace.ts:parse |
getMarketplace |
software | healthy | packages/core/src/plugin/marketplace.ts:getMarketplace |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
config.example.toml |
software | healthy | config.example.toml |
pnpm-workspace.yaml |
software | healthy | pnpm-workspace.yaml |
CONTRIBUTING.md |
software | healthy | CONTRIBUTING.md |
tsconfig.base.json |
software | healthy | tsconfig.base.json |
README.zh-CN.md |
software | healthy | README.zh-CN.md |
README.md |
software | healthy | README.md |
LICENSE |
software | healthy | LICENSE |
README.ko.md |
software | healthy | README.ko.md |
package.json |
software | healthy | package.json |
turbo.json |
software | healthy | turbo.json |
pnpm-lock.yaml |
software | healthy | pnpm-lock.yaml |
README.ja.md |
software | healthy | README.ja.md |
package.json |
software | healthy | packages/relay/package.json |
index.ts |
software | healthy | packages/relay/src/index.ts |
package.json |
software | healthy | packages/core/package.json |
tsconfig.json |
software | healthy | packages/core/tsconfig.json |
index.ts |
software | healthy | packages/core/src/index.ts |
main.ts |
software | healthy | packages/core/src/main.ts |
agent.ts |
software | healthy | packages/core/src/agent.ts |
config.ts |
software | healthy | packages/core/src/config.ts |
daemon.ts |
software | healthy | packages/core/src/daemon.ts |
context-loader.ts |
software | healthy | packages/core/src/context-loader.ts |
ipc-server.ts |
software | healthy | packages/core/src/ipc-server.ts |
manager.ts |
software | healthy | packages/core/src/notification/manager.ts |
index.ts |
software | healthy | packages/core/src/rag/index.ts |
chunker.ts |
software | healthy | packages/core/src/rag/chunker.ts |
indexer.ts |
software | healthy | packages/core/src/rag/indexer.ts |
tfidf.ts |
software | healthy | packages/core/src/rag/tfidf.ts |
manager.ts |
software | healthy | packages/core/src/plugin/manager.ts |
marketplace.ts |
software | healthy | packages/core/src/plugin/marketplace.ts |
server.ts |
software | healthy | packages/core/src/a2a/server.ts |
index.ts |
software | healthy | packages/core/src/provider/index.ts |
openai-compat.ts |
software | healthy | packages/core/src/provider/openai-compat.ts |
registry.ts |
software | healthy | packages/core/src/provider/registry.ts |
types.ts |
software | healthy | packages/core/src/provider/types.ts |
operations.ts |
software | healthy | packages/core/src/git/operations.ts |
manager.ts |
software | healthy | packages/core/src/plan/manager.ts |
index.ts |
software | healthy | packages/core/src/updater/index.ts |
manager.ts |
software | healthy | packages/core/src/hooks/manager.ts |
file-read.ts |
software | healthy | packages/core/src/tools/file-read.ts |
index.ts |
software | healthy | packages/core/src/tools/index.ts |
monitor.ts |
software | healthy | packages/core/src/tools/monitor.ts |
desktop-control.ts |
software | healthy | packages/core/src/tools/desktop-control.ts |
skills.ts |
software | healthy | packages/core/src/tools/skills.ts |
grep.ts |
software | healthy | packages/core/src/tools/grep.ts |
path-guard.ts |
software | healthy | packages/core/src/tools/path-guard.ts |
bash.ts |
software | healthy | packages/core/src/tools/bash.ts |
web-search.ts |
software | healthy | packages/core/src/tools/web-search.ts |
voice.ts |
software | healthy | packages/core/src/tools/voice.ts |
glob.ts |
software | healthy | packages/core/src/tools/glob.ts |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
packages |
software | healthy | packages |
relay |
software | healthy | packages/relay |
src |
software | healthy | packages/relay/src |
core |
software | healthy | packages/core |
src |
software | healthy | packages/core/src |
notification |
software | healthy | packages/core/src/notification |
rag |
software | healthy | packages/core/src/rag |
plugin |
software | healthy | packages/core/src/plugin |
a2a |
software | healthy | packages/core/src/a2a |
provider |
software | healthy | packages/core/src/provider |
git |
software | healthy | packages/core/src/git |
plan |
software | healthy | packages/core/src/plan |
updater |
software | healthy | packages/core/src/updater |
hooks |
software | healthy | packages/core/src/hooks |
tools |
software | healthy | packages/core/src/tools |
types |
software | healthy | packages/core/src/types |
agent |
software | healthy | packages/core/src/agent |
task |
software | healthy | packages/core/src/task |
session |
software | healthy | packages/core/src/session |
slash-commands |
software | healthy | packages/core/src/slash-commands |
safety |
software | healthy | packages/core/src/safety |
mcp |
software | healthy | packages/core/src/mcp |
telemetry |
software | healthy | packages/core/src/telemetry |
cli |
software | healthy | packages/cli |
src |
software | healthy | packages/cli/src |
shared |
software | healthy | packages/shared |
src |
software | healthy | packages/shared/src |
vscode |
software | healthy | packages/vscode |
src |
software | healthy | packages/vscode/src |
desktop |
software | healthy | packages/desktop |
src |
software | healthy | packages/desktop/src |
stores |
software | healthy | packages/desktop/src/stores |
hooks |
software | healthy | packages/desktop/src/hooks |
components |
software | healthy | packages/desktop/src/components |
i18n |
software | healthy | packages/desktop/src/i18n |
styles |
software | healthy | packages/desktop/src/styles |
src-tauri |
software | healthy | packages/desktop/src-tauri |
src |
software | healthy | packages/desktop/src-tauri/src |
capabilities |
software | healthy | packages/desktop/src-tauri/capabilities |
mobile |
software | healthy | packages/mobile |
src |
software | healthy | packages/mobile/src |
app |
software | healthy | packages/mobile/src/app |
(tabs) |
software | healthy | packages/mobile/src/app/(tabs) |
screens |
software | healthy | packages/mobile/src/screens |
components |
software | healthy | packages/mobile/src/components |
i18n |
software | healthy | packages/mobile/src/i18n |
store |
software | healthy | packages/mobile/src/store |
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
docs |
software | healthy | docs |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
with |
software | healthy | packages/core/src/agent.ts:with |
Agent |
software | healthy | packages/core/src/agent.ts:Agent |
ConfigManager |
software | healthy | packages/core/src/config.ts:ConfigManager |
DaemonLogger |
software | healthy | packages/core/src/daemon.ts:DaemonLogger |
AideDaemon |
software | healthy | packages/core/src/daemon.ts:AideDaemon |
IpcServer |
software | healthy | packages/core/src/ipc-server.ts:IpcServer |
NotificationManager |
software | healthy | packages/core/src/notification/manager.ts:NotificationManag… |
ProjectIndexer |
software | healthy | packages/core/src/rag/indexer.ts:ProjectIndexer |
PluginManager |
software | healthy | packages/core/src/plugin/manager.ts:PluginManager |
PluginMarketplace |
software | healthy | packages/core/src/plugin/marketplace.ts:PluginMarketplace |
A2AServer |
software | healthy | packages/core/src/a2a/server.ts:A2AServer |
handles |
software | healthy | packages/core/src/provider/openai-compat.ts:handles |
OpenAICompatProvider |
software | healthy | packages/core/src/provider/openai-compat.ts:OpenAICompatPro… |
DeepSeekProvider |
software | healthy | packages/core/src/provider/registry.ts:DeepSeekProvider |
QwenProvider |
software | healthy | packages/core/src/provider/registry.ts:QwenProvider |
GLMProvider |
software | healthy | packages/core/src/provider/registry.ts:GLMProvider |
KimiProvider |
software | healthy | packages/core/src/provider/registry.ts:KimiProvider |
DoubaoProvider |
software | healthy | packages/core/src/provider/registry.ts:DoubaoProvider |
MiniMaxProvider |
software | healthy | packages/core/src/provider/registry.ts:MiniMaxProvider |
GenericOpenAICompatProvider |
software | healthy | packages/core/src/provider/registry.ts:GenericOpenAICompatP… |
ProviderRegistry |
software | healthy | packages/core/src/provider/registry.ts:ProviderRegistry |
GitOperations |
software | healthy | packages/core/src/git/operations.ts:GitOperations |
WorktreeManager |
software | healthy | packages/core/src/git/operations.ts:WorktreeManager |
PlanManager |
software | healthy | packages/core/src/plan/manager.ts:PlanManager |
AutoUpdater |
software | healthy | packages/core/src/updater/index.ts:AutoUpdater |
HooksManager |
software | healthy | packages/core/src/hooks/manager.ts:HooksManager |
SkillsManager |
software | healthy | packages/core/src/tools/skills.ts:SkillsManager |
VoiceManager |
software | healthy | packages/core/src/tools/voice.ts:VoiceManager |
LspClient |
software | healthy | packages/core/src/tools/lsp.ts:LspClient |
ToolRegistry |
software | healthy | packages/core/src/tools/registry.ts:ToolRegistry |
BrowserSession |
software | healthy | packages/core/src/tools/browser.ts:BrowserSession |
SharedContext |
software | healthy | packages/core/src/agent/sub-agent.ts:SharedContext |
SubAgentManager |
software | healthy | packages/core/src/agent/sub-agent.ts:SubAgentManager |
TaskManager |
software | healthy | packages/core/src/task/manager.ts:TaskManager |
SessionManager |
software | healthy | packages/core/src/session/manager.ts:SessionManager |
SqliteSessionStore |
software | healthy | packages/core/src/session/sqlite-store.ts:SqliteSessionStore |
SlashCommandRegistry |
software | healthy | packages/core/src/slash-commands/registry.ts:SlashCommandRe… |
ApprovalManager |
software | healthy | packages/core/src/safety/approval.ts:ApprovalManager |
DockerSandbox |
software | healthy | packages/core/src/safety/docker-sandbox.ts:DockerSandbox |
FileSandbox |
software | healthy | packages/core/src/safety/sandbox.ts:FileSandbox |
McpManager |
software | healthy | packages/core/src/mcp/manager.ts:McpManager |
McpClient |
software | healthy | packages/core/src/mcp/client.ts:McpClient |
Telemetry |
software | healthy | packages/core/src/telemetry/index.ts:Telemetry |
InternalSpan |
software | healthy | packages/core/src/telemetry/index.ts:InternalSpan |
ChatPanel |
software | healthy | packages/vscode/src/chat-panel.ts:ChatPanel |
| Label | Layer | Status | Path |
|---|---|---|---|
App |
frontend | healthy | packages/desktop/src/App.tsx |
UpdateNotification |
frontend | healthy | packages/desktop/src/components/UpdateNotification.tsx |
DiffViewer |
frontend | healthy | packages/desktop/src/components/DiffViewer.tsx |
Terminal |
frontend | healthy | packages/desktop/src/components/Terminal.tsx |
ApprovalDialog |
frontend | healthy | packages/desktop/src/components/ApprovalDialog.tsx |
ToolActivity |
frontend | healthy | packages/desktop/src/components/ToolActivity.tsx |
TaskList |
frontend | healthy | packages/desktop/src/components/TaskList.tsx |
CommandPalette |
frontend | healthy | packages/desktop/src/components/CommandPalette.tsx |
TokenUsage |
frontend | healthy | packages/desktop/src/components/TokenUsage.tsx |
Chat |
frontend | healthy | packages/desktop/src/components/Chat.tsx |
SubAgentPanel |
frontend | healthy | packages/desktop/src/components/SubAgentPanel.tsx |
PluginMarketplace |
frontend | healthy | packages/desktop/src/components/PluginMarketplace.tsx |
PlanMode |
frontend | healthy | packages/desktop/src/components/PlanMode.tsx |
SessionTabs |
frontend | healthy | packages/desktop/src/components/SessionTabs.tsx |
McpManager |
frontend | healthy | packages/desktop/src/components/McpManager.tsx |
RagPanel |
frontend | healthy | packages/desktop/src/components/RagPanel.tsx |
Settings |
frontend | healthy | packages/desktop/src/components/Settings.tsx |
MonitorPanel |
frontend | healthy | packages/desktop/src/components/MonitorPanel.tsx |
GitPanel |
frontend | healthy | packages/desktop/src/components/GitPanel.tsx |
FileExplorer |
frontend | healthy | packages/desktop/src/components/FileExplorer.tsx |
SessionList |
frontend | healthy | packages/desktop/src/components/SessionList.tsx |
WorktreePanel |
frontend | healthy | packages/desktop/src/components/WorktreePanel.tsx |
MessageInput |
frontend | healthy | packages/desktop/src/components/MessageInput.tsx |
RootLayout |
frontend | healthy | packages/mobile/src/app/_layout.tsx |
TabLayout |
frontend | healthy | packages/mobile/src/app/(tabs)/_layout.tsx |
ChatScreen |
frontend | healthy | packages/mobile/src/screens/ChatScreen.tsx |
ConnectScreen |
frontend | healthy | packages/mobile/src/screens/ConnectScreen.tsx |
GitScreen |
frontend | healthy | packages/mobile/src/screens/GitScreen.tsx |
SessionsScreen |
frontend | healthy | packages/mobile/src/screens/SessionsScreen.tsx |
FilesScreen |
frontend | healthy | packages/mobile/src/screens/FilesScreen.tsx |
DiffViewer |
frontend | healthy | packages/mobile/src/components/DiffViewer.tsx |
ToolCallCard |
frontend | healthy | packages/mobile/src/components/ToolCallCard.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | README.md |
1.5.75.75 |
network | healthy | packages/desktop/src/App.tsx |
03.04.062.078 |
network | healthy | packages/desktop/src/App.tsx |
19.2.45.3 |
network | healthy | packages/desktop/src/components/CommandPalette.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
sqlite |
data | healthy | README.md |
postgres |
data | healthy | README.md |
postgresql |
data | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
release |
cicd | healthy | .github/workflows/release.yml |
typecheck |
cicd | healthy | .github/workflows/build.yml |
build-desktop |
cicd | healthy | .github/workflows/build.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
port:7433 |
network | healthy | packages/relay/src/index.ts |
port:1420 |
network | healthy | packages/desktop/vite.config.ts |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::release |
cicd | healthy | .github/workflows/release.yml |
gha::build |
cicd | healthy | .github/workflows/build.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
appleweiping__AIDE_DEV |
software | healthy | /data/fable5_failed_archive/appleweiping__AIDE_DEV |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::azure |
hardware | healthy | pnpm-lock.yaml |
This page is publicly accessible at:
https://repobility.com/scan/d920f6f8-ef2e-4bb0-95c6-bad0dd44cb05/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/d920f6f8-ef2e-4bb0-95c6-bad0dd44cb05/
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.