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.

zeequxz/aria-desktop-assistant

https://github.com/zeequxz/aria-desktop-assistant · scanned 2026-06-16 01:11 UTC (2 months, 1 week ago)

62 raw signals (0 security + 62 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 48 actionable findings from 1 signal source. 14 repeated signals grouped for readability. 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 1626 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
agent_color software healthy aria/main.py:128
ai_choices software healthy aria/main.py:163
ai_label_for software healthy aria/main.py:173
tint software healthy aria/main.py:183
on_main software healthy aria/main.py:210
__init__ software healthy aria/main.py:4895
_schedule software healthy aria/main.py:231
_show software healthy aria/main.py:235
_hide software healthy aria/main.py:263
_cancel software healthy aria/main.py:269
task_occurs_on software healthy aria/main.py:278
_build software healthy aria/main.py:5011
_load_agents software healthy aria/main.py:732
_on_agent_pick software healthy aria/main.py:744
_on_ai_pick software healthy aria/main.py:749
_edit_agents software healthy aria/main.py:755
_select_agent software healthy aria/main.py:759
reload_agents software healthy aria/main.py:765
_refresh_projects software healthy aria/main.py:770
_on_project_change software healthy aria/main.py:787
_manage_projects software healthy aria/main.py:798
_on_projects_changed software healthy aria/main.py:801
_refresh_history software healthy aria/main.py:812
_rename_chat software healthy aria/main.py:890
_delete_chat software healthy aria/main.py:897
_load_history software healthy aria/main.py:905
_persist_current_chat software healthy aria/main.py:945
_new_chat software healthy aria/main.py:5212
_save_and_clear software healthy aria/main.py:971
_conversation_markdown software healthy aria/main.py:977
_export_chat software healthy aria/main.py:1003
_copy_chat software healthy aria/main.py:1022
on_clipboard software healthy aria/main.py:1036
_show_clipboard_offer software healthy aria/main.py:1042
_use_clipboard software healthy aria/main.py:1046
_toggle_voice software healthy aria/main.py:1056
_on_voice_result software healthy aria/main.py:1077
_on_voice_error software healthy aria/main.py:1083
_toggle_tts software healthy aria/main.py:1089
_on_enter software healthy aria/main.py:1108
_send software healthy aria/main.py:1114
_handle_slash software healthy aria/main.py:1150
_open_prompt_library software healthy aria/main.py:1187
_insert_prompt software healthy aria/main.py:1190
_open_skills software healthy aria/main.py:1198
_run_skill software healthy aria/main.py:1201
_summarise_context software healthy aria/main.py:1207
work software dead aria/main.py:4693
_on_context_done software healthy aria/main.py:1226
_save_current_as_skill software healthy aria/main.py:1240

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

LabelLayerStatusPath
README.md software healthy aria/README.md
main.py software healthy aria/main.py
requirements.txt software healthy aria/requirements.txt
__init__.py software healthy aria/config/__init__.py
i18n.py software healthy aria/config/i18n.py
secrets.py software healthy aria/config/secrets.py
settings.py software healthy aria/config/settings.py
notifications.py software healthy aria/agent/notifications.py
plugins.py software healthy aria/agent/plugins.py
history.py software healthy aria/agent/history.py
heartbeat.py software healthy aria/agent/heartbeat.py
__init__.py software healthy aria/agent/__init__.py
skills.py software healthy aria/agent/skills.py
file_tools.py software healthy aria/agent/file_tools.py
context_manager.py software healthy aria/agent/context_manager.py
planning.py software healthy aria/agent/planning.py
batch.py software healthy aria/agent/batch.py
messaging.py software healthy aria/agent/messaging.py
updater.py software healthy aria/agent/updater.py
scheduler.py software healthy aria/agent/scheduler.py
messaging_tools.py software healthy aria/agent/messaging_tools.py
voice.py software healthy aria/agent/voice.py
memory.py software healthy aria/agent/memory.py
orchestration.py software healthy aria/agent/orchestration.py
clipboard_watcher.py software healthy aria/agent/clipboard_watcher.py
orchestrator.py software healthy aria/agent/orchestrator.py
watchdog.py software healthy aria/agent/watchdog.py
computer_tools.py software healthy aria/agent/computer_tools.py
code_runner.py software healthy aria/agent/code_runner.py
tray.py software healthy aria/agent/tray.py
browser_tools.py software healthy aria/agent/browser_tools.py
openai_oauth.py software healthy aria/agent/openai_oauth.py
tts.py software healthy aria/agent/tts.py
codex_backend.py software healthy aria/agent/codex_backend.py
search_tools.py software healthy aria/agent/search_tools.py
reminders.py software healthy aria/plugins/reminders.py
README.md software healthy aria-v2/README.md
requirements.txt software healthy aria-v2/requirements.txt
make_manifest.py software healthy aria-v2/scripts/make_manifest.py
make_icon.py software healthy aria-v2/scripts/make_icon.py
__init__.py software healthy aria-v2/aria2/__init__.py
__main__.py software healthy aria-v2/aria2/__main__.py
smoke.py software healthy aria-v2/aria2/smoke.py
gemini_provider.py software healthy aria-v2/aria2/models/gemini_provider.py
__init__.py software healthy aria-v2/aria2/models/__init__.py
registry.py software healthy aria-v2/aria2/models/registry.py
ollama_provider.py software healthy aria-v2/aria2/models/ollama_provider.py
openai_provider.py software healthy aria-v2/aria2/models/openai_provider.py
base.py software healthy aria-v2/aria2/models/base.py
model_caps.py software healthy aria-v2/aria2/models/model_caps.py

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

LabelLayerStatusPath
Tooltip software healthy aria/main.py:217
ChatTab software healthy aria/main.py:308
TasksTab software healthy aria/main.py:1454
ProjectManagerDialog software healthy aria/main.py:1722
AgentManagerDialog software healthy aria/main.py:1890
AgentDialog software healthy aria/main.py:1999
PromptLibraryDialog software healthy aria/main.py:2179
SkillEditDialog software healthy aria/main.py:2308
SkillsDialog software healthy aria/main.py:2388
TaskDialog software healthy aria/main.py:2482
CalendarTab software healthy aria/main.py:2741
MemoryTab software healthy aria/main.py:3023
WatchdogTab software healthy aria/main.py:3187
WatchdogEditDialog software healthy aria/main.py:3404
InboxTab software healthy aria/main.py:3578
PluginsTab software healthy aria/main.py:3728
SystemMonitor software healthy aria/main.py:3804
SettingsTab software healthy aria/main.py:3845
UpdateDialog software healthy aria/main.py:4767
ARIAApp software healthy aria/main.py:4894
HeartbeatService software healthy aria/agent/heartbeat.py:35
MessagingService software healthy aria/agent/messaging.py:71
TaskScheduler software healthy aria/agent/scheduler.py:29
VoiceRecorder software healthy aria/agent/voice.py:40
ClipboardWatcher software healthy aria/agent/clipboard_watcher.py:24
AgentOrchestrator software healthy aria/agent/orchestrator.py:102
WatchdogService software healthy aria/agent/watchdog.py:126
TrayManager software healthy aria/agent/tray.py:42
_CallbackHandler software healthy aria/agent/openai_oauth.py:207
_TTSEngine software healthy aria/agent/tts.py:27
_FactProv software healthy aria-v2/aria2/smoke.py:98
_FakeEmbResp software healthy aria-v2/aria2/smoke.py:200
_RL software healthy aria-v2/aria2/smoke.py:720
_OProv software healthy aria-v2/aria2/smoke.py:1124
_CancelMidProv software healthy aria-v2/aria2/smoke.py:1318
_ErrMidProv software healthy aria-v2/aria2/smoke.py:1359
_MsgProv software healthy aria-v2/aria2/smoke.py:1433
T software healthy aria-v2/aria2/smoke.py:2002
_Cap software healthy aria-v2/aria2/smoke.py:1703
H software healthy aria-v2/aria2/smoke.py:2033
_WritingProvider software healthy aria-v2/aria2/smoke.py:1943
_DelegatingProvider software healthy aria-v2/aria2/smoke.py:2088
_FakeProvider software healthy aria-v2/aria2/smoke.py:2171
GeminiProvider software healthy aria-v2/aria2/models/gemini_provider.py:23
OllamaProvider software healthy aria-v2/aria2/models/ollama_provider.py:38
OpenAIProvider software healthy aria-v2/aria2/models/openai_provider.py:32
_OAIRetry software healthy aria-v2/aria2/models/openai_provider.py:207
Capabilities software healthy aria-v2/aria2/models/base.py:23
StreamEvent software healthy aria-v2/aria2/models/base.py:37
Provider software healthy aria-v2/aria2/models/base.py:48

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

LabelLayerStatusPath
aria software healthy aria
config software healthy aria/config
agent software healthy aria/agent
plugins software healthy aria/plugins
aria-v2 software healthy aria-v2
scripts software healthy aria-v2/scripts
aria2 software healthy aria-v2/aria2
models software healthy aria-v2/aria2/models
devtools software healthy aria-v2/aria2/devtools
ui software healthy aria-v2/aria2/ui
views software healthy aria-v2/aria2/ui/views
runtime software healthy aria-v2/aria2/runtime
tools software healthy aria-v2/aria2/runtime/tools
services software healthy aria-v2/aria2/services
core software healthy aria-v2/aria2/core
evals software healthy aria-v2/aria2/evals
.github software healthy .github
workflows software healthy .github/workflows

LabelLayerStatusPath
schema_meta data healthy aria-v2/aria2/core/schema.sql
projects data healthy aria-v2/aria2/core/schema.sql
chats data healthy aria-v2/aria2/core/schema.sql
messages data healthy aria-v2/aria2/core/schema.sql
agents data healthy aria-v2/aria2/core/schema.sql
runs data healthy aria-v2/aria2/core/schema.sql
run_steps data healthy aria-v2/aria2/core/schema.sql
triggers data healthy aria-v2/aria2/core/schema.sql
memories data healthy aria-v2/aria2/core/schema.sql
observations data healthy aria-v2/aria2/core/schema.sql
proposals data healthy aria-v2/aria2/core/schema.sql
documents data healthy aria-v2/aria2/core/schema.sql
chunks data healthy aria-v2/aria2/core/schema.sql
agent_skill_stats data healthy aria-v2/aria2/core/schema.sql
connectors data healthy aria-v2/aria2/core/schema.sql
audit_log data healthy aria-v2/aria2/core/schema.sql
agent_prompt_versions data healthy aria-v2/aria2/core/migrations.py
tasks data healthy aria-v2/aria2/core/migrations.py

LabelLayerStatusPath
auth::aria-v2/aria2/smoke.py security healthy aria-v2/aria2/smoke.py
auth::aria/config/settings.py security healthy aria/config/settings.py
auth::aria-v2/aria2/ui/views/connectors_view.py security healthy aria-v2/aria2/ui/views/connectors_view.py
auth::aria/agent/orchestrator.py security healthy aria/agent/orchestrator.py
auth::aria-v2/aria2/runtime/mcp_oauth.py security healthy aria-v2/aria2/runtime/mcp_oauth.py
auth::aria-v2/aria2/services/provider_auth.py security healthy aria-v2/aria2/services/provider_auth.py
auth::aria-v2/aria2/core/config.py security healthy aria-v2/aria2/core/config.py
auth::aria-v2/aria2/ui/views/settings_view.py security healthy aria-v2/aria2/ui/views/settings_view.py
auth::aria/main.py security healthy aria/main.py
auth::aria-v2/aria2/models/registry.py security healthy aria-v2/aria2/models/registry.py
auth::aria-v2/aria2/services/connector_service.py security healthy aria-v2/aria2/services/connector_service.py
auth::aria/agent/openai_oauth.py security healthy aria/agent/openai_oauth.py
auth::aria-v2/aria2/services/openai_auth.py security healthy aria-v2/aria2/services/openai_auth.py
auth::aria-v2/aria2/services/openai_oauth_service.py security healthy aria-v2/aria2/services/openai_oauth_service.py
auth::aria-v2/README.md security healthy aria-v2/README.md
auth::aria/agent/codex_backend.py security healthy aria/agent/codex_backend.py
auth::aria-v2/aria2/core/migrations.py security healthy aria-v2/aria2/core/migrations.py

LabelLayerStatusPath
repobility-clone-k9v3x4mb software healthy /tmp/repobility-clone-k9v3x4mb

LabelLayerStatusPath
sqlite data healthy aria-v2/README.md

LabelLayerStatusPath
migrations.py data healthy aria-v2/aria2/core/migrations.py

LabelLayerStatusPath
127.0.0.1 network healthy aria/agent/updater.py

LabelLayerStatusPath
gpu (detected) hardware healthy aria-v2/aria2/ui/views/local_ai_wizard.py

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

LabelLayerStatusPath
build cicd healthy .github/workflows/release.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/324a579c-f6c0-4d32-89b5-999df011c92a/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/324a579c-f6c0-4d32-89b5-999df011c92a/

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.