https://github.com/qualixar/superlocalmemory
· scanned 2026-06-15 23:44 UTC (2 months, 4 weeks ago)
466 raw signals (0 security + 466 graph)
Last scanned 2 months, 4 weeks ago · v1 · 447 actionable findings from 1 signal source. 19 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 14230 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 |
|---|---|---|---|
_slm |
software | healthy | integrations/crewai_memory.py:37 |
__init__ |
software | healthy | integrations/crewai_memory.py:58 |
save |
software | healthy | integrations/crewai_memory.py:65 |
search |
software | healthy | integrations/crewai_memory.py:72 |
reset |
software | healthy | integrations/crewai_memory.py:84 |
_run_slm |
software | healthy | integrations/langchain_memory.py:43 |
__init__ |
software | healthy | integrations/langchain_memory.py:133 |
messages |
software | healthy | integrations/langchain_memory.py:78 |
add_messages |
software | healthy | integrations/langchain_memory.py:96 |
clear |
software | healthy | integrations/langchain_memory.py:110 |
get_relevant_memories |
software | healthy | integrations/langchain_memory.py:138 |
as_context_string |
software | dead | integrations/langchain_memory.py:146 |
__init__ |
software | healthy | tests/test_trust_full.py:32 |
__getitem__ |
software | healthy | tests/test_trust_full.py:20 |
keys |
software | healthy | tests/test_trust_full.py:22 |
__iter__ |
software | healthy | tests/test_trust_full.py:24 |
__len__ |
software | healthy | tests/test_trust_full.py:26 |
set_query_result |
software | healthy | tests/test_trust_full.py:36 |
execute |
software | healthy | tests/test_trust_full.py:39 |
db |
software | healthy | tests/test_trust_full.py:75 |
scorer |
software | healthy | tests/test_trust_full.py:79 |
signals |
software | healthy | tests/test_trust_full.py:83 |
test_new_agent_default |
software | healthy | tests/test_trust_full.py:90 |
test_new_fact_default |
software | healthy | tests/test_trust_full.py:93 |
test_new_entity_default |
software | healthy | tests/test_trust_full.py:96 |
test_generic_get_trust |
software | healthy | tests/test_trust_full.py:99 |
test_positive_increases |
software | healthy | tests/test_trust_full.py:106 |
test_negative_decreases |
software | healthy | tests/test_trust_full.py:109 |
test_recall_hit_boosts |
software | healthy | tests/test_trust_full.py:112 |
test_deletion_decreases |
software | healthy | tests/test_trust_full.py:115 |
test_store_rejected_decreases |
software | healthy | tests/test_trust_full.py:118 |
test_multiple_accumulate |
software | healthy | tests/test_trust_full.py:121 |
test_mixed_signals |
software | healthy | tests/test_trust_full.py:126 |
test_propagate_recall_trust |
software | healthy | tests/test_trust_full.py:136 |
test_confirmation_increases |
software | healthy | tests/test_trust_full.py:143 |
test_contradiction_decreases |
software | healthy | tests/test_trust_full.py:146 |
test_access_small_boost |
software | healthy | tests/test_trust_full.py:149 |
test_repeated_confirmations_approach_one |
software | healthy | tests/test_trust_full.py:153 |
test_repeated_contradictions_approach_zero |
software | healthy | tests/test_trust_full.py:158 |
test_confirmation_never_exceeds_one |
software | healthy | tests/test_trust_full.py:163 |
test_contradiction_never_below_zero |
software | healthy | tests/test_trust_full.py:168 |
test_set_directly |
software | healthy | tests/test_trust_full.py:177 |
test_reflected_in_get |
software | healthy | tests/test_trust_full.py:180 |
test_clamps_negative |
software | healthy | tests/test_trust_full.py:184 |
test_empty |
software | healthy | tests/test_trust_full.py:191 |
test_returns_dicts_with_beta |
software | healthy | tests/test_trust_full.py:194 |
test_over_threshold |
software | healthy | tests/test_trust_full.py:205 |
test_under_threshold |
software | healthy | tests/test_trust_full.py:211 |
test_unknown_agent |
software | healthy | tests/test_trust_full.py:217 |
test_per_agent_isolation |
software | healthy | tests/test_trust_full.py:221 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
SuperLocalMemoryStorage |
software | healthy | integrations/crewai_memory.py:50 |
SuperLocalMemoryChatHistory |
software | healthy | integrations/langchain_memory.py:59 |
SuperLocalMemoryRetriever |
software | healthy | integrations/langchain_memory.py:126 |
_DictRow |
software | healthy | tests/test_trust_full.py:16 |
MockDB |
software | healthy | tests/test_trust_full.py:30 |
TestScorerDefaults |
software | healthy | tests/test_trust_full.py:89 |
TestScorerSignals |
software | healthy | tests/test_trust_full.py:105 |
TestPropagation |
software | healthy | tests/test_trust_full.py:135 |
TestBackwardCompat |
software | healthy | tests/test_trust_full.py:142 |
TestSetTrust |
software | healthy | tests/test_trust_full.py:176 |
TestGetAllScores |
software | healthy | tests/test_trust_full.py:190 |
TestBurstDetection |
software | healthy | tests/test_trust_full.py:204 |
TestSignalRecording |
software | healthy | tests/test_trust_full.py:232 |
TestTrustGateWrite |
software | healthy | tests/test_trust_full.py:273 |
TestTrustGateDelete |
software | healthy | tests/test_trust_full.py:290 |
TestTrustGateReadConfig |
software | healthy | tests/test_trust_full.py:307 |
TestSafeHash |
software | healthy | tests/test_hook_handlers.py:86 |
TestCooldownElapsed |
software | healthy | tests/test_hook_handlers.py:105 |
TestWriteTimestamp |
software | healthy | tests/test_hook_handlers.py:140 |
TestRunQuiet |
software | healthy | tests/test_hook_handlers.py:161 |
TestHandleHookDispatch |
software | healthy | tests/test_hook_handlers.py:195 |
TestHookStart |
software | healthy | tests/test_hook_handlers.py:234 |
TestHookGate |
software | healthy | tests/test_hook_handlers.py:342 |
TestHookInitDone |
software | healthy | tests/test_hook_handlers.py:447 |
TestHookCheckpoint |
software | healthy | tests/test_hook_handlers.py:483 |
TestHookStop |
software | healthy | tests/test_hook_handlers.py:721 |
TestMaybeConsolidate |
software | healthy | tests/test_hook_handlers.py:890 |
TestFullSessionFlow |
software | healthy | tests/test_hook_handlers.py:956 |
TestIsSLMHookEntry |
software | healthy | tests/test_claude_hooks.py:84 |
TestHookDefinitions |
software | healthy | tests/test_claude_hooks.py:125 |
TestMergeHooks |
software | healthy | tests/test_claude_hooks.py:226 |
TestInstallHooks |
software | healthy | tests/test_claude_hooks.py:283 |
TestRemoveHooks |
software | healthy | tests/test_claude_hooks.py:371 |
TestCheckStatus |
software | healthy | tests/test_claude_hooks.py:436 |
TestAutoInstallIfNeeded |
software | healthy | tests/test_claude_hooks.py:498 |
TestUpgradeHooks |
software | healthy | tests/test_claude_hooks.py:576 |
TestDisabledMarkerLifecycle |
software | healthy | tests/test_claude_hooks.py:628 |
TestCrossPlatformCommands |
software | healthy | tests/test_claude_hooks.py:665 |
TestEdgeCases |
software | healthy | tests/test_claude_hooks.py:718 |
TestFullLifecycle |
software | healthy | tests/test_claude_hooks.py:785 |
_MockEmbedder |
software | healthy | tests/test_final_locomo_mini.py:51 |
TestStoreConversation |
software | healthy | tests/test_final_locomo_mini.py:243 |
TestStorageArtifacts |
software | healthy | tests/test_final_locomo_mini.py:266 |
TestRecallQuestions |
software | healthy | tests/test_final_locomo_mini.py:351 |
TestMathLayers |
software | healthy | tests/test_final_locomo_mini.py:513 |
TestTrustSystem |
software | healthy | tests/test_final_locomo_mini.py:633 |
TestProvenance |
software | healthy | tests/test_final_locomo_mini.py:669 |
TestShipGate |
software | healthy | tests/test_final_locomo_mini.py:714 |
TestABACDefaultBehavior |
software | healthy | tests/test_compliance_full.py:30 |
TestABACDenyPolicies |
software | healthy | tests/test_compliance_full.py:44 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
conftest.py |
software | healthy | conftest.py |
README.md |
software | healthy | README.md |
package.json |
software | healthy | package.json |
COMMERCIAL-LICENSE.md |
software | healthy | COMMERCIAL-LICENSE.md |
CONTRIBUTING.md |
software | healthy | CONTRIBUTING.md |
ATTRIBUTION.md |
software | healthy | ATTRIBUTION.md |
package-lock.json |
software | healthy | package-lock.json |
AUTHORS.md |
software | healthy | AUTHORS.md |
pyproject.toml |
software | healthy | pyproject.toml |
SKILL.md |
software | healthy | SKILL.md |
LICENSE |
software | healthy | LICENSE |
NOTICE |
software | healthy | NOTICE |
SECURITY.md |
software | healthy | SECURITY.md |
AGENTS.md |
software | healthy | AGENTS.md |
CHANGELOG.md |
software | healthy | CHANGELOG.md |
crewai_memory.py |
software | healthy | integrations/crewai_memory.py |
__init__.py |
software | healthy | integrations/__init__.py |
langchain_memory.py |
software | healthy | integrations/langchain_memory.py |
test_trust_full.py |
software | healthy | tests/test_trust_full.py |
test_hook_handlers.py |
software | healthy | tests/test_hook_handlers.py |
test_claude_hooks.py |
software | healthy | tests/test_claude_hooks.py |
test_infra.py |
software | healthy | tests/test_infra.py |
test_engine_hooks.py |
software | healthy | tests/test_engine_hooks.py |
test_final_locomo_mini.py |
software | healthy | tests/test_final_locomo_mini.py |
__init__.py |
software | healthy | tests/__init__.py |
conftest.py |
software | healthy | tests/conftest.py |
test_compliance_full.py |
software | healthy | tests/test_compliance_full.py |
test_learning_collectors.py |
software | healthy | tests/test_learning_collectors.py |
test_mode_switch_preservation.py |
software | healthy | tests/test_mode_switch_preservation.py |
test_topic_shift_hook.py |
software | healthy | tests/test_topic_shift_hook.py |
test_graph_integrity.py |
software | healthy | tests/test_graph_integrity.py |
test_post_install.py |
software | healthy | tests/test_post_install.py |
test_injection.py |
software | healthy | tests/test_injection.py |
test_v3_api.py |
software | healthy | tests/test_v3_api.py |
test_features.py |
software | healthy | tests/test_features.py |
test_ranker.py |
software | healthy | tests/test_ranker.py |
test_cli_core.py |
software | healthy | tests/test_cli_core.py |
test_auto_hooks.py |
software | healthy | tests/test_auto_hooks.py |
test_before_web_hook.py |
software | healthy | tests/test_before_web_hook.py |
test_migration.py |
software | healthy | tests/test_migration.py |
test_cli_v33.py |
software | healthy | tests/test_cli_v33.py |
test_cli_json.py |
software | healthy | tests/test_cli_json.py |
test_learning_advanced.py |
software | healthy | tests/test_learning_advanced.py |
test_llm_provider.py |
software | healthy | tests/test_llm_provider.py |
test_behavioral_full.py |
software | healthy | tests/test_behavioral_full.py |
test_event_bus.py |
software | healthy | tests/test_event_bus.py |
test_mcp_server.py |
software | healthy | tests/test_mcp_server.py |
test_config_system.py |
software | healthy | tests/test_config_system.py |
test_ide_connector.py |
software | healthy | tests/test_ide_connector.py |
__init__.py |
software | healthy | tests/test_cli/__init__.py |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
GET /api/version |
api | healthy | src/superlocalmemory/server/unified_daemon.py |
GET /api/v3/auto |
api | healthy | src/superlocalmemory/server/unified_daemon.py |
GET / |
api | healthy | src/superlocalmemory/server/unified_daemon.py |
GET /health |
api | healthy | src/superlocalmemory/server/unified_daemon.py |
GET /recall |
api | healthy | src/superlocalmemory/server/unified_daemon.py |
POST /remember |
api | healthy | src/superlocalmemory/server/unified_daemon.py |
POST /observe |
api | healthy | src/superlocalmemory/server/unified_daemon.py |
POST /consolidate/cognitive |
api | healthy | src/superlocalmemory/server/unified_daemon.py |
POST /maintenance/run |
api | healthy | src/superlocalmemory/server/unified_daemon.py |
GET /status |
api | healthy | src/superlocalmemory/server/unified_daemon.py |
GET /list |
api | healthy | src/superlocalmemory/server/unified_daemon.py |
POST /stop |
api | healthy | src/superlocalmemory/server/unified_daemon.py |
POST /internal/prewarm |
api | healthy | src/superlocalmemory/server/routes/prewarm.py |
GET /api/backup/status |
api | healthy | src/superlocalmemory/server/routes/backup.py |
POST /api/backup/create |
api | healthy | src/superlocalmemory/server/routes/backup.py |
POST /api/backup/configure |
api | healthy | src/superlocalmemory/server/routes/backup.py |
GET /api/backup/list |
api | healthy | src/superlocalmemory/server/routes/backup.py |
GET /api/backup/destinations |
api | healthy | src/superlocalmemory/server/routes/backup.py |
POST /api/backup/connect/github |
api | healthy | src/superlocalmemory/server/routes/backup.py |
POST /api/backup/connect/gdrive/config |
api | healthy | src/superlocalmemory/server/routes/backup.py |
POST /api/backup/connect/gdrive |
api | healthy | src/superlocalmemory/server/routes/backup.py |
DELETE /api/backup/disconnect/{dest_id} |
api | healthy | src/superlocalmemory/server/routes/backup.py |
POST /api/backup/sync |
api | healthy | src/superlocalmemory/server/routes/backup.py |
GET /api/backup/export |
api | healthy | src/superlocalmemory/server/routes/backup.py |
GET /api/backup/oauth/google/start |
api | healthy | src/superlocalmemory/server/routes/backup.py |
GET /api/backup/oauth/google/callback |
api | healthy | src/superlocalmemory/server/routes/backup.py |
GET /api/backup/oauth/github/start |
api | healthy | src/superlocalmemory/server/routes/backup.py |
GET /api/backup/oauth/github/callback |
api | healthy | src/superlocalmemory/server/routes/backup.py |
GET /api/behavioral/status |
api | healthy | src/superlocalmemory/server/routes/behavioral.py |
POST /api/behavioral/report-outcome |
api | healthy | src/superlocalmemory/server/routes/behavioral.py |
GET /api/behavioral/assertions |
api | healthy | src/superlocalmemory/server/routes/behavioral.py |
GET /api/behavioral/tool-events |
api | healthy | src/superlocalmemory/server/routes/behavioral.py |
GET /api/behavioral/soft-prompts |
api | healthy | src/superlocalmemory/server/routes/behavioral.py |
POST /api/v3/tool-event |
api | healthy | src/superlocalmemory/server/routes/behavioral.py |
GET /api/memories |
api | healthy | src/superlocalmemory/server/routes/memories.py |
GET /api/graph |
api | healthy | src/superlocalmemory/server/routes/memories.py |
POST /api/search |
api | healthy | src/superlocalmemory/server/routes/memories.py |
GET /api/clusters |
api | healthy | src/superlocalmemory/server/routes/memories.py |
GET /api/clusters/{cluster_id} |
api | healthy | src/superlocalmemory/server/routes/memories.py |
GET /api/memories/{memory_id}/facts |
api | healthy | src/superlocalmemory/server/routes/memories.py |
GET /api/memories/{memory_id}/detail |
api | healthy | src/superlocalmemory/server/routes/memories.py |
GET /api/facts/{fact_id} |
api | healthy | src/superlocalmemory/server/routes/memories.py |
DELETE /api/memories/{fact_id} |
api | healthy | src/superlocalmemory/server/routes/memories.py |
POST /api/memories/{fact_id}/forget |
api | healthy | src/superlocalmemory/server/routes/memories.py |
POST /api/memories/{fact_id}/merge |
api | healthy | src/superlocalmemory/server/routes/memories.py |
PATCH /api/memories/{fact_id} |
api | healthy | src/superlocalmemory/server/routes/memories.py |
GET /api/adapters |
api | healthy | src/superlocalmemory/server/routes/adapters.py |
POST /api/adapters/enable |
api | healthy | src/superlocalmemory/server/routes/adapters.py |
POST /api/adapters/disable |
api | healthy | src/superlocalmemory/server/routes/adapters.py |
POST /api/adapters/start |
api | healthy | src/superlocalmemory/server/routes/adapters.py |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
integrations |
software | healthy | integrations |
tests |
software | healthy | tests |
test_cli |
software | healthy | tests/test_cli |
integration |
software | healthy | tests/integration |
test_code_graph |
software | healthy | tests/test_code_graph |
fixtures |
software | healthy | tests/test_code_graph/fixtures |
test_adapters |
software | healthy | tests/test_adapters |
test_retrieval |
software | healthy | tests/test_retrieval |
test_storage |
software | healthy | tests/test_storage |
property |
software | healthy | tests/property |
test_hooks |
software | healthy | tests/test_hooks |
test_postinstall |
software | healthy | tests/test_postinstall |
test_distributed |
software | healthy | tests/test_distributed |
test_api |
software | healthy | tests/test_api |
test_learning |
software | healthy | tests/test_learning |
fixtures |
software | healthy | tests/fixtures |
test_benchmarks |
software | healthy | tests/test_benchmarks |
locomo |
software | healthy | tests/test_benchmarks/locomo |
fixtures |
software | healthy | tests/test_benchmarks/fixtures |
vector |
software | healthy | tests/vector |
test_encoding |
software | healthy | tests/test_encoding |
test_compliance |
software | healthy | tests/test_compliance |
test_core |
software | healthy | tests/test_core |
test_integration |
software | healthy | tests/test_integration |
test_mcp |
software | healthy | tests/test_mcp |
test_dynamics |
software | healthy | tests/test_dynamics |
test_process_health |
software | healthy | tests/test_process_health |
core |
software | healthy | tests/core |
test_evolution |
software | healthy | tests/test_evolution |
test_binary |
software | healthy | tests/test_binary |
optimize |
software | healthy | tests/optimize |
adapters |
software | healthy | tests/optimize/adapters |
config |
software | healthy | tests/optimize/config |
proxy |
software | healthy | tests/optimize/proxy |
cache |
software | healthy | tests/optimize/cache |
compress |
software | healthy | tests/optimize/compress |
metrics |
software | healthy | tests/optimize/metrics |
storage |
software | healthy | tests/optimize/storage |
test_cli_subparsers |
software | healthy | tests/test_cli_subparsers |
test_ci_guards |
software | healthy | tests/test_ci_guards |
postinstall |
software | healthy | tests/postinstall |
test_ui |
software | healthy | tests/test_ui |
test_parameterization |
software | healthy | tests/test_parameterization |
test_skills |
software | healthy | tests/test_skills |
chaos |
software | healthy | tests/chaos |
test_math |
software | healthy | tests/test_math |
graph |
software | healthy | tests/graph |
test_trust |
software | healthy | tests/test_trust |
test_security |
software | healthy | tests/test_security |
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 |
|---|---|---|---|
learning_signals |
data | healthy | src/superlocalmemory/learning/database.py |
learning_features |
data | healthy | src/superlocalmemory/learning/database.py |
learning_model_state |
data | healthy | src/superlocalmemory/learning/database.py |
engagement_metrics |
data | healthy | src/superlocalmemory/learning/database.py |
learning_feedback |
data | healthy | src/superlocalmemory/learning/feedback.py |
_store_patterns |
data | healthy | src/superlocalmemory/learning/behavioral.py |
workflow_actions |
data | healthy | src/superlocalmemory/learning/workflows.py |
workflow_patterns |
data | healthy | src/superlocalmemory/learning/workflows.py |
entity_trigrams |
data | healthy | src/superlocalmemory/learning/trigram_index.py |
entity_trigrams_meta |
data | healthy | src/superlocalmemory/learning/trigram_index.py |
entity_trigrams_shadow |
data | healthy | src/superlocalmemory/learning/trigram_index.py |
source_quality |
data | healthy | src/superlocalmemory/learning/source_quality.py |
engagement_events |
data | healthy | src/superlocalmemory/learning/engagement.py |
memories |
data | healthy | src/superlocalmemory/learning/bootstrap.py |
channel_credits |
data | healthy | src/superlocalmemory/learning/signals.py |
co_retrieval_edges |
data | healthy | src/superlocalmemory/learning/signals.py |
transferable_patterns |
data | healthy | src/superlocalmemory/learning/cross_project.py |
pending_memories |
data | healthy | src/superlocalmemory/cli/pending_store.py |
retention_rules |
data | healthy | src/superlocalmemory/compliance/retention.py |
abac_policies |
data | healthy | src/superlocalmemory/compliance/abac.py |
audit_chain |
data | healthy | src/superlocalmemory/compliance/audit.py |
cross_platform_sync_log |
data | healthy | src/superlocalmemory/hooks/adapter_base.py |
embedding_metadata |
data | healthy | src/superlocalmemory/retrieval/vector_store.py |
recall_requests |
data | healthy | src/superlocalmemory/core/recall_queue.py |
context_entries |
data | healthy | src/superlocalmemory/core/context_cache.py |
slm_meta |
data | healthy | src/superlocalmemory/core/context_cache.py |
memory_events |
data | healthy | src/superlocalmemory/infra/event_bus.py |
llmcache_schema_version |
data | healthy | src/superlocalmemory/optimize/storage/schema.py |
llmcache_entries |
data | healthy | src/superlocalmemory/optimize/storage/schema.py |
llmcache_semantic_vectors |
data | healthy | src/superlocalmemory/optimize/storage/schema.py |
llmcache_ccr_originals |
data | healthy | src/superlocalmemory/optimize/storage/schema.py |
llmcache_tags |
data | healthy | src/superlocalmemory/optimize/storage/schema.py |
llmcache_boundaries |
data | healthy | src/superlocalmemory/optimize/storage/schema.py |
llmcache_centroids |
data | healthy | src/superlocalmemory/optimize/storage/schema.py |
llmcache_metrics |
data | healthy | src/superlocalmemory/optimize/storage/schema.py |
evolution_cycle_state |
data | healthy | src/superlocalmemory/evolution/triggers.py |
skill_evolution_log |
data | healthy | src/superlocalmemory/evolution/evolution_store.py |
pinned_facts |
data | healthy | src/superlocalmemory/storage/schema_v3411.py |
backend_status |
data | healthy | src/superlocalmemory/storage/schema_v3411.py |
fact_consolidations |
data | healthy | src/superlocalmemory/storage/schema_v3411.py |
graph_nodes |
data | healthy | src/superlocalmemory/storage/schema_code_graph.py |
graph_edges |
data | healthy | src/superlocalmemory/storage/schema_code_graph.py |
graph_files |
data | healthy | src/superlocalmemory/storage/schema_code_graph.py |
graph_metadata |
data | healthy | src/superlocalmemory/storage/schema_code_graph.py |
code_memory_links |
data | healthy | src/superlocalmemory/storage/schema_code_graph.py |
mesh_peers |
data | healthy | src/superlocalmemory/storage/schema_v343.py |
mesh_messages |
data | healthy | src/superlocalmemory/storage/schema_v343.py |
mesh_state |
data | healthy | src/superlocalmemory/storage/schema_v343.py |
mesh_locks |
data | healthy | src/superlocalmemory/storage/schema_v343.py |
mesh_events |
data | healthy | src/superlocalmemory/storage/schema_v343.py |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
test_migration.py |
data | healthy | tests/test_migration.py |
test_migrations.py |
data | healthy | tests/test_storage/test_migrations.py |
test_migrations_content.py |
data | healthy | tests/test_storage/test_migrations_content.py |
test_migration_runner.py |
data | healthy | tests/test_storage/test_migration_runner.py |
test_migration_v3_4_26.py |
data | healthy | tests/test_core/test_migration_v3_4_26.py |
test_migration_daemon_safety.py |
data | healthy | tests/test_core/test_migration_daemon_safety.py |
legacy_migration.py |
data | healthy | src/superlocalmemory/learning/legacy_migration.py |
__init__.py |
data | healthy | src/superlocalmemory/migrations/__init__.py |
v3_4_25_to_v3_4_26.py |
data | healthy | src/superlocalmemory/migrations/v3_4_25_to_v3_4_26.py |
migration_v33.py |
data | healthy | src/superlocalmemory/storage/migration_v33.py |
migrations.py |
data | healthy | src/superlocalmemory/storage/migrations.py |
migration_runner.py |
data | healthy | src/superlocalmemory/storage/migration_runner.py |
M002_model_state_history.py |
data | healthy | src/superlocalmemory/storage/migrations/M002_model_state_hi… |
M011_archive_and_merge.py |
data | healthy | src/superlocalmemory/storage/migrations/M011_archive_and_me… |
__init__.py |
data | healthy | src/superlocalmemory/storage/migrations/__init__.py |
M007_pending_outcomes.py |
data | healthy | src/superlocalmemory/storage/migrations/M007_pending_outcom… |
M005_bandit_tables.py |
data | healthy | src/superlocalmemory/storage/migrations/M005_bandit_tables.… |
M015_add_pinned_column.py |
data | healthy | src/superlocalmemory/storage/migrations/M015_add_pinned_col… |
M014_v345_scale_ready.py |
data | healthy | src/superlocalmemory/storage/migrations/M014_v345_scale_rea… |
M010_evolution_config.py |
data | healthy | src/superlocalmemory/storage/migrations/M010_evolution_conf… |
M013_bi_temporal_columns.py |
data | healthy | src/superlocalmemory/storage/migrations/M013_bi_temporal_co… |
M001_add_signal_features_columns.py |
data | healthy | src/superlocalmemory/storage/migrations/M001_add_signal_fea… |
M003_migration_log.py |
data | healthy | src/superlocalmemory/storage/migrations/M003_migration_log.… |
M006_action_outcomes_reward.py |
data | healthy | src/superlocalmemory/storage/migrations/M006_action_outcome… |
M009_model_lineage.py |
data | healthy | src/superlocalmemory/storage/migrations/M009_model_lineage.… |
M004_cross_platform_sync_log.py |
data | healthy | src/superlocalmemory/storage/migrations/M004_cross_platform… |
M012_shadow_observations.py |
data | healthy | src/superlocalmemory/storage/migrations/M012_shadow_observa… |
| Label | Layer | Status | Path |
|---|---|---|---|
auth::src/superlocalmemory/ingestion/calendar_adapter.py |
security | healthy | src/superlocalmemory/ingestion/calendar_adapter.py |
auth::src/superlocalmemory/ui/js/settings.js |
security | healthy | src/superlocalmemory/ui/js/settings.js |
auth::skills/slm-list-recent/SKILL.md |
security | healthy | skills/slm-list-recent/SKILL.md |
auth::src/superlocalmemory/core/security_primitives.py |
security | healthy | src/superlocalmemory/core/security_primitives.py |
auth::src/superlocalmemory/optimize/compress/align.py |
security | healthy | src/superlocalmemory/optimize/compress/align.py |
auth::src/superlocalmemory/skills/slm-build-graph/SKILL.md |
security | healthy | src/superlocalmemory/skills/slm-build-graph/SKILL.md |
auth::tests/test_security/test_preference_redaction.py |
security | healthy | tests/test_security/test_preference_redaction.py |
auth::src/superlocalmemory/infra/cloud_backup.py |
security | healthy | src/superlocalmemory/infra/cloud_backup.py |
auth::ide/skills/slm-recall/SKILL.md |
security | healthy | ide/skills/slm-recall/SKILL.md |
auth::src/superlocalmemory/cli/setup_wizard.py |
security | healthy | src/superlocalmemory/cli/setup_wizard.py |
auth::tests/test_auto_hooks.py |
security | healthy | tests/test_auto_hooks.py |
auth::ide/skills/slm-build-graph/SKILL.md |
security | healthy | ide/skills/slm-build-graph/SKILL.md |
auth::src/superlocalmemory/skills/slm-remember/SKILL.md |
security | healthy | src/superlocalmemory/skills/slm-remember/SKILL.md |
auth::src/superlocalmemory/ingestion/gmail_adapter.py |
security | healthy | src/superlocalmemory/ingestion/gmail_adapter.py |
auth::tests/optimize/compress/test_align.py |
security | healthy | tests/optimize/compress/test_align.py |
auth::src/superlocalmemory/skills/slm-list-recent/SKILL.md |
security | healthy | src/superlocalmemory/skills/slm-list-recent/SKILL.md |
auth::ide/skills/slm-remember/SKILL.md |
security | healthy | ide/skills/slm-remember/SKILL.md |
auth::src/superlocalmemory/skills/slm-recall/SKILL.md |
security | healthy | src/superlocalmemory/skills/slm-recall/SKILL.md |
auth::src/superlocalmemory/server/routes/backup.py |
security | healthy | src/superlocalmemory/server/routes/backup.py |
auth::tests/test_core/test_security_primitives.py |
security | healthy | tests/test_core/test_security_primitives.py |
auth::ide/skills/slm-list-recent/SKILL.md |
security | healthy | ide/skills/slm-list-recent/SKILL.md |
auth::skills/slm-build-graph/SKILL.md |
security | healthy | skills/slm-build-graph/SKILL.md |
auth::src/superlocalmemory/ui/js/ng-ingestion.js |
security | healthy | src/superlocalmemory/ui/js/ng-ingestion.js |
auth::skills/slm-recall/SKILL.md |
security | healthy | skills/slm-recall/SKILL.md |
auth::assets/screenshots/dashboard/README.md |
security | healthy | assets/screenshots/dashboard/README.md |
auth::skills/slm-remember/SKILL.md |
security | healthy | skills/slm-remember/SKILL.md |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | README.md |
192.168.1.100 |
network | healthy | README.md |
192.168.1.5 |
network | healthy | tests/test_hooks/test_prewarm_auth.py |
10.0.0.1 |
network | healthy | tests/test_hooks/test_prewarm_auth.py |
8.8.8.8 |
network | healthy | tests/test_hooks/test_prewarm_auth.py |
10.0.0.5 |
network | healthy | tests/test_hooks/test_prewarm_auth.py |
192.168.50.144 |
network | healthy | tests/test_distributed/test_remote_mode.py |
192.168.50.99 |
network | healthy | tests/test_distributed/test_remote_mode.py |
192.168.50.0 |
network | healthy | tests/test_distributed/test_remote_mode.py |
192.168.51.1 |
network | healthy | tests/test_distributed/test_remote_mode.py |
10.9.9.9 |
network | healthy | tests/test_distributed/test_remote_mode.py |
192.168.50.140 |
network | healthy | tests/test_api/test_provider_test_endpoint.py |
10.0.0.9 |
network | healthy | tests/test_api/test_provider_test_endpoint.py |
169.254.169.254 |
network | healthy | tests/test_api/test_provider_test_endpoint.py |
192.168.1.0 |
network | healthy | src/superlocalmemory/core/remote_mode.py |
192.168.0.0 |
network | healthy | src/superlocalmemory/core/remote_mode.py |
| Label | Layer | Status | Path |
|---|---|---|---|
sqlite |
data | healthy | README.md |
postgresql |
data | healthy | README.md |
mongodb |
data | healthy | tests/test_integration/test_e2e_v32.py |
redis |
data | healthy | tests/test_integration/test_e2e_v32.py |
postgres |
data | healthy | tests/test_mcp/test_mcp_pool_adapter.py |
mysql |
data | healthy | tests/test_parameterization/test_pattern_extractor.py |
| Label | Layer | Status | Path |
|---|---|---|---|
port:80 |
network | healthy | tests/test_cli/test_proxy_cmd.py |
port:8765 |
network | healthy | tests/test_cli/test_proxy_cmd.py |
port:9999 |
network | healthy | tests/test_mcp/test_mcp_daemon_proxy.py |
port:7899 |
network | healthy | src/superlocalmemory/ui/js/ng-mesh.js |
port:8000 |
network | healthy | src/superlocalmemory/server/api.py |
port:9091 |
network | healthy | src/superlocalmemory/optimize/metrics/exporters.py |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::azure |
hardware | healthy | README.md |
vps::aws |
hardware | healthy | tests/test_adapters/test_content_builder.py |
vps::gcp |
hardware | healthy | src/superlocalmemory/learning/pattern_miner_constants.py |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::test |
cicd | healthy | .github/workflows/test.yml |
gha::npm-publish |
cicd | healthy | .github/workflows/npm-publish.yml |
gha::pypi-publish |
cicd | healthy | .github/workflows/pypi-publish.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
test |
cicd | healthy | .github/workflows/test.yml |
publish |
cicd | healthy | .github/workflows/npm-publish.yml |
publish |
cicd | healthy | .github/workflows/pypi-publish.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-jfumv9bl |
software | healthy | /tmp/repobility-clone-jfumv9bl |
| Label | Layer | Status | Path |
|---|---|---|---|
celery |
data | healthy | assets/screenshots/dashboard/README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
nginx |
network | healthy | src/superlocalmemory/learning/pattern_miner_constants.py |
| Label | Layer | Status | Path |
|---|---|---|---|
gpu (detected) |
hardware | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
NPM_TOKEN |
cicd | healthy | — |
This page is publicly accessible at:
https://repobility.com/scan/f6c1a1e2-bddf-46ff-8e60-15cf561fe472/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/f6c1a1e2-bddf-46ff-8e60-15cf561fe472/
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.