https://github.com/bardapraiacaraiva/dario-orchestrator
· scanned 2026-06-17 01:38 UTC (1 month, 2 weeks ago)
233 raw signals (0 security + 233 graph)
Last scanned 1 month, 2 weeks ago · v2 · last Δ -11.3 (diff) · 218 actionable findings from 1 signal source. 15 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 5512 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 |
|---|---|---|---|
test_weights_list |
software | healthy | runtime/tests/test_weights.py:9 |
test_weights_top |
software | healthy | runtime/tests/test_weights.py:24 |
test_weights_reinforce |
software | healthy | runtime/tests/test_weights.py:33 |
event_loop_policy |
software | healthy | runtime/tests/conftest.py:12 |
base_url |
software | healthy | runtime/tests/conftest.py:18 |
client |
software | healthy | runtime/tests/conftest.py:23 |
test_task_list |
software | healthy | runtime/tests/test_tasks.py:9 |
test_task_stats |
software | healthy | runtime/tests/test_tasks.py:23 |
test_task_sync |
software | healthy | runtime/tests/test_tasks.py:35 |
test_task_get_nonexistent |
software | healthy | runtime/tests/test_tasks.py:45 |
test_dashboard_html |
software | healthy | runtime/tests/test_dashboard.py:9 |
test_dashboard_data |
software | healthy | runtime/tests/test_dashboard.py:19 |
test_session_start_hook |
software | healthy | runtime/tests/test_hooks.py:9 |
test_session_end_hook |
software | healthy | runtime/tests/test_hooks.py:19 |
test_task_complete_hook |
software | healthy | runtime/tests/test_hooks.py:29 |
test_task_complete_hook_no_skill |
software | healthy | runtime/tests/test_hooks.py:44 |
test_root |
software | healthy | runtime/tests/test_health.py:9 |
test_health |
software | healthy | runtime/tests/test_health.py:20 |
test_status |
software | healthy | runtime/tests/test_health.py:31 |
test_budget_current |
software | healthy | runtime/tests/test_budget.py:9 |
test_budget_add |
software | healthy | runtime/tests/test_budget.py:21 |
test_budget_trend |
software | healthy | runtime/tests/test_budget.py:36 |
test_evolution_status |
software | healthy | runtime/tests/test_evolution.py:9 |
test_evolution_fitness |
software | healthy | runtime/tests/test_evolution.py:23 |
test_evolution_mutations |
software | healthy | runtime/tests/test_evolution.py:33 |
test_evolution_patterns |
software | healthy | runtime/tests/test_evolution.py:47 |
test_evolution_pulse_micro |
software | healthy | runtime/tests/test_evolution.py:56 |
test_evolution_pulse_session |
software | healthy | runtime/tests/test_evolution.py:67 |
test_evolution_pulse_invalid |
software | healthy | runtime/tests/test_evolution.py:77 |
notify |
software | healthy | runtime/scripts/hook_adapter.py:12 |
orchestrator_path |
software | healthy | runtime/src/config.py:19 |
skills_path |
software | healthy | runtime/src/config.py:23 |
tasks_active_path |
software | healthy | runtime/src/config.py:27 |
tasks_done_path |
software | healthy | runtime/src/config.py:31 |
budgets_path |
software | healthy | runtime/src/config.py:35 |
micro_pulse |
software | dead | runtime/src/main.py:45 |
session_pulse |
software | dead | runtime/src/main.py:57 |
weekly_pulse |
software | dead | runtime/src/main.py:71 |
lifespan |
software | healthy | runtime/src/main.py:81 |
init_pool |
software | healthy | runtime/src/database.py:13 |
close_pool |
software | healthy | runtime/src/database.py:25 |
run_migrations |
software | healthy | runtime/src/database.py:32 |
get_pool |
software | dead | runtime/src/database.py:45 |
list_tasks |
software | healthy | runtime/src/routers/tasks.py:12 |
task_stats |
software | healthy | runtime/src/routers/tasks.py:41 |
get_task |
software | healthy | runtime/src/routers/tasks.py:57 |
trigger_sync |
software | healthy | runtime/src/routers/tasks.py:77 |
root |
software | healthy | runtime/src/routers/health.py:16 |
health |
software | healthy | runtime/src/routers/health.py:21 |
status |
software | healthy | runtime/src/routers/health.py:51 |
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 |
LICENSE |
software | healthy | LICENSE |
dependabot.yml |
software | healthy | .github/dependabot.yml |
validate.yml |
software | healthy | .github/workflows/validate.yml |
orchestrator-ci.yml |
software | healthy | .github/workflows/orchestrator-ci.yml |
pyproject.toml |
software | healthy | runtime/pyproject.toml |
run.py |
software | healthy | runtime/run.py |
test_weights.py |
software | healthy | runtime/tests/test_weights.py |
conftest.py |
software | healthy | runtime/tests/conftest.py |
test_tasks.py |
software | healthy | runtime/tests/test_tasks.py |
__init__.py |
software | healthy | runtime/tests/__init__.py |
test_dashboard.py |
software | healthy | runtime/tests/test_dashboard.py |
test_hooks.py |
software | healthy | runtime/tests/test_hooks.py |
test_health.py |
software | healthy | runtime/tests/test_health.py |
test_budget.py |
software | healthy | runtime/tests/test_budget.py |
test_evolution.py |
software | healthy | runtime/tests/test_evolution.py |
hook_adapter.py |
software | healthy | runtime/scripts/hook_adapter.py |
__init__.py |
software | healthy | runtime/src/__init__.py |
config.py |
software | healthy | runtime/src/config.py |
models.py |
software | healthy | runtime/src/models.py |
main.py |
software | healthy | runtime/src/main.py |
database.py |
software | healthy | runtime/src/database.py |
tasks.py |
software | healthy | runtime/src/routers/tasks.py |
health.py |
software | healthy | runtime/src/routers/health.py |
weights.py |
software | healthy | runtime/src/routers/weights.py |
__init__.py |
software | healthy | runtime/src/routers/__init__.py |
hooks.py |
software | healthy | runtime/src/routers/hooks.py |
budget.py |
software | healthy | runtime/src/routers/budget.py |
dashboard.py |
software | healthy | runtime/src/routers/dashboard.py |
evolution.py |
software | healthy | runtime/src/routers/evolution.py |
task_sync.py |
software | healthy | runtime/src/services/task_sync.py |
autodiag.py |
software | healthy | runtime/src/services/autodiag.py |
__init__.py |
software | healthy | runtime/src/services/__init__.py |
mutation_engine.py |
software | healthy | runtime/src/services/mutation_engine.py |
weekly_evolution.py |
software | healthy | runtime/src/services/weekly_evolution.py |
fitness.py |
software | healthy | runtime/src/services/fitness.py |
crystallizer.py |
software | healthy | runtime/src/services/crystallizer.py |
state_machine.py |
software | healthy | runtime/src/services/state_machine.py |
.env |
software | healthy | runtime/config/.env |
001_initial_schema.sql |
software | healthy | runtime/migrations/001_initial_schema.sql |
SKILL.md |
software | healthy | skills-archive/verticals/data-engineering/demeter-bi-dashbo… |
SKILL.md |
software | healthy | skills-archive/verticals/data-engineering/demeter-realtime-… |
SKILL.md |
software | healthy | skills-archive/verticals/data-engineering/demeter-metrics-l… |
SKILL.md |
software | healthy | skills-archive/verticals/data-engineering/demeter-cohort-an… |
SKILL.md |
software | healthy | skills-archive/verticals/data-engineering/demeter-data-qual… |
SKILL.md |
software | healthy | skills-archive/verticals/data-engineering/demeter-dbt-workf… |
SKILL.md |
software | healthy | skills-archive/verticals/data-engineering/demeter-etl/SKILL… |
SKILL.md |
software | healthy | skills-archive/verticals/data-engineering/demeter-ab-testin… |
SKILL.md |
software | healthy | skills-archive/verticals/data-engineering/demeter-data-cata… |
SKILL.md |
software | healthy | skills-archive/verticals/data-engineering/demeter-warehouse… |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
runtime |
software | healthy | runtime |
tests |
software | healthy | runtime/tests |
scripts |
software | healthy | runtime/scripts |
src |
software | healthy | runtime/src |
routers |
software | healthy | runtime/src/routers |
services |
software | healthy | runtime/src/services |
config |
software | healthy | runtime/config |
migrations |
software | healthy | runtime/migrations |
skills-archive |
software | healthy | skills-archive |
verticals |
software | healthy | skills-archive/verticals |
data-engineering |
software | healthy | skills-archive/verticals/data-engineering |
demeter-bi-dashboard |
software | healthy | skills-archive/verticals/data-engineering/demeter-bi-dashbo… |
demeter-realtime-streaming |
software | healthy | skills-archive/verticals/data-engineering/demeter-realtime-… |
demeter-metrics-layer |
software | healthy | skills-archive/verticals/data-engineering/demeter-metrics-l… |
demeter-cohort-analysis |
software | healthy | skills-archive/verticals/data-engineering/demeter-cohort-an… |
demeter-data-quality |
software | healthy | skills-archive/verticals/data-engineering/demeter-data-qual… |
demeter-dbt-workflows |
software | healthy | skills-archive/verticals/data-engineering/demeter-dbt-workf… |
demeter-etl |
software | healthy | skills-archive/verticals/data-engineering/demeter-etl |
demeter-ab-testing |
software | healthy | skills-archive/verticals/data-engineering/demeter-ab-testing |
demeter-data-catalog |
software | healthy | skills-archive/verticals/data-engineering/demeter-data-cata… |
demeter-warehouse |
software | healthy | skills-archive/verticals/data-engineering/demeter-warehouse |
demeter-data-storytelling |
software | healthy | skills-archive/verticals/data-engineering/demeter-data-stor… |
demeter-ml-pipelines |
software | healthy | skills-archive/verticals/data-engineering/demeter-ml-pipeli… |
demeter-event-tracking |
software | healthy | skills-archive/verticals/data-engineering/demeter-event-tra… |
demeter-predictive |
software | healthy | skills-archive/verticals/data-engineering/demeter-predictive |
demeter-dataops |
software | healthy | skills-archive/verticals/data-engineering/demeter-dataops |
risco-gestao |
software | healthy | skills-archive/verticals/risco-gestao |
risco-regulatorio |
software | healthy | skills-archive/verticals/risco-gestao/risco-regulatorio |
risco-matrix |
software | healthy | skills-archive/verticals/risco-gestao/risco-matrix |
risco-contractual |
software | healthy | skills-archive/verticals/risco-gestao/risco-contractual |
risco-rgpd |
software | healthy | skills-archive/verticals/risco-gestao/risco-rgpd |
risco-reporting |
software | healthy | skills-archive/verticals/risco-gestao/risco-reporting |
risco-iso27001 |
software | healthy | skills-archive/verticals/risco-gestao/risco-iso27001 |
risco-seguros |
software | healthy | skills-archive/verticals/risco-gestao/risco-seguros |
risco-terceiros |
software | healthy | skills-archive/verticals/risco-gestao/risco-terceiros |
risco-bcp |
software | healthy | skills-archive/verticals/risco-gestao/risco-bcp |
risco-aml |
software | healthy | skills-archive/verticals/risco-gestao/risco-aml |
risco-audit |
software | healthy | skills-archive/verticals/risco-gestao/risco-audit |
risco-esg |
software | healthy | skills-archive/verticals/risco-gestao/risco-esg |
risco-etica |
software | healthy | skills-archive/verticals/risco-gestao/risco-etica |
risco-whistleblowing |
software | healthy | skills-archive/verticals/risco-gestao/risco-whistleblowing |
ai-research |
software | healthy | skills-archive/verticals/ai-research |
oraculo-paper-reading-extraction |
software | healthy | skills-archive/verticals/ai-research/oraculo-paper-reading-… |
oraculo-agentic-research |
software | healthy | skills-archive/verticals/ai-research/oraculo-agentic-resear… |
oraculo-model-evaluation |
software | healthy | skills-archive/verticals/ai-research/oraculo-model-evaluati… |
oraculo-paper-writing |
software | healthy | skills-archive/verticals/ai-research/oraculo-paper-writing |
oraculo-ai-safety-research |
software | healthy | skills-archive/verticals/ai-research/oraculo-ai-safety-rese… |
oraculo-multimodal-research |
software | healthy | skills-archive/verticals/ai-research/oraculo-multimodal-res… |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
Settings |
software | healthy | runtime/src/config.py:5 |
HealthResponse |
software | healthy | runtime/src/models.py:5 |
StatusResponse |
software | healthy | runtime/src/models.py:14 |
TaskStats |
software | healthy | runtime/src/models.py:25 |
QualityScoreInput |
software | healthy | runtime/src/models.py:35 |
FitnessEntry |
software | healthy | runtime/src/models.py:48 |
HookEvent |
software | healthy | runtime/src/models.py:57 |
BudgetAddInput |
software | healthy | runtime/src/models.py:66 |
ReinforcePair |
software | healthy | runtime/src/routers/weights.py:11 |
Outcome |
software | healthy | orchestrator/memory/schemas.py:19 |
MemoryLayer |
software | healthy | orchestrator/memory/schemas.py:26 |
RetrievedMemory |
software | healthy | orchestrator/memory/schemas.py:33 |
Correction |
software | healthy | orchestrator/memory/schemas.py:40 |
FailedToolCall |
software | healthy | orchestrator/memory/schemas.py:47 |
Episode |
software | healthy | orchestrator/memory/schemas.py:53 |
SemanticMemory |
software | healthy | orchestrator/memory/schemas.py:72 |
ProceduralWorkflow |
software | healthy | orchestrator/memory/schemas.py:87 |
CacheEntry |
software | healthy | orchestrator/memory/schemas.py:137 |
RetrievalLogEntry |
software | healthy | orchestrator/memory/schemas.py:149 |
PhaseReport |
software | healthy | orchestrator/memory/schemas.py:157 |
DreamReport |
software | healthy | orchestrator/memory/schemas.py:164 |
EnforcementError |
software | healthy | orchestrator/enforcement/__init__.py:40 |
BudgetExceededError |
software | healthy | orchestrator/enforcement/__init__.py:44 |
ParallelismExceededError |
software | healthy | orchestrator/enforcement/__init__.py:48 |
TaskValidationError |
software | healthy | orchestrator/enforcement/__init__.py:52 |
BrandPositioning |
software | healthy | orchestrator/optimization/signatures.py:17 |
BrandPositioningProgram |
software | healthy | orchestrator/optimization/programs.py:15 |
OfferGenerationProgram |
software | healthy | orchestrator/optimization/compile_sprint3.py:213 |
FunnelDesignProgram |
software | healthy | orchestrator/optimization/compile_sprint3.py:221 |
PitchDeckProgram |
software | healthy | orchestrator/optimization/compile_sprint3.py:229 |
OfferGeneration |
software | healthy | orchestrator/optimization/signatures_v2.py:12 |
FunnelDesign |
software | healthy | orchestrator/optimization/signatures_v2.py:42 |
PitchDeck |
software | healthy | orchestrator/optimization/signatures_v2.py:65 |
TestSignatures |
software | healthy | orchestrator/tests/test_optimization_pilot.py:24 |
TestProgram |
software | healthy | orchestrator/tests/test_optimization_pilot.py:36 |
TestEvalsParser |
software | healthy | orchestrator/tests/test_optimization_pilot.py:44 |
TestBrandScore |
software | healthy | orchestrator/tests/test_optimization_pilot.py:75 |
Pred |
software | healthy | orchestrator/tests/test_optimization_pilot.py:90 |
TestCLI |
software | healthy | orchestrator/tests/test_optimization_pilot.py:110 |
TestDispatchEngine |
software | healthy | orchestrator/tests/test_engines.py:43 |
TestStateMachine |
software | healthy | orchestrator/tests/test_engines.py:61 |
TestGuardrails |
software | healthy | orchestrator/tests/test_engines.py:79 |
TestAutodiag |
software | healthy | orchestrator/tests/test_engines.py:92 |
TestReplanner |
software | healthy | orchestrator/tests/test_engines.py:108 |
TestEvolution |
software | healthy | orchestrator/tests/test_engines.py:121 |
TestTracer |
software | healthy | orchestrator/tests/test_engines.py:133 |
TestChainGraph |
software | healthy | orchestrator/tests/test_engines.py:151 |
TestContextInjector |
software | healthy | orchestrator/tests/test_engines.py:172 |
TestAdaptiveRubric |
software | healthy | orchestrator/tests/test_engines.py:180 |
TestTaskTemplates |
software | healthy | orchestrator/tests/test_engines.py:193 |
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 | healthy | runtime/src/routers/tasks.py |
GET /stats |
api | healthy | runtime/src/routers/tasks.py |
GET /{task_id} |
api | healthy | runtime/src/routers/tasks.py |
POST /sync |
api | healthy | runtime/src/routers/tasks.py |
GET /health |
api | healthy | runtime/src/routers/health.py |
GET /status |
api | healthy | runtime/src/routers/health.py |
GET /top |
api | healthy | runtime/src/routers/weights.py |
POST /reinforce |
api | healthy | runtime/src/routers/weights.py |
POST /session-start |
api | healthy | runtime/src/routers/hooks.py |
POST /session-end |
api | healthy | runtime/src/routers/hooks.py |
POST /task-complete |
api | healthy | runtime/src/routers/hooks.py |
POST /add |
api | healthy | runtime/src/routers/budget.py |
GET /trend |
api | healthy | runtime/src/routers/budget.py |
GET /dashboard/data |
api | healthy | runtime/src/routers/dashboard.py |
GET /dashboard |
api | healthy | runtime/src/routers/dashboard.py |
GET /fitness |
api | healthy | runtime/src/routers/evolution.py |
GET /journal |
api | healthy | runtime/src/routers/evolution.py |
POST /pulse/{pulse_type} |
api | healthy | runtime/src/routers/evolution.py |
GET /patterns |
api | healthy | runtime/src/routers/evolution.py |
GET /mutations |
api | healthy | runtime/src/routers/evolution.py |
GET /quality/status |
api | healthy | orchestrator/upgrades/quality.py |
GET /quality/scan-profiles |
api | healthy | orchestrator/upgrades/quality.py |
GET /security/status |
api | healthy | orchestrator/upgrades/security.py |
GET /security/owasp |
api | healthy | orchestrator/upgrades/security.py |
GET /security/auth/{worker_id} |
api | healthy | orchestrator/upgrades/security.py |
POST /security/scan-input |
api | healthy | orchestrator/upgrades/security.py |
GET /exec/status |
api | healthy | orchestrator/upgrades/execution.py |
GET /exec/cards |
api | healthy | orchestrator/upgrades/execution.py |
GET /exec/tools |
api | healthy | orchestrator/upgrades/execution.py |
GET /exec/blackboard |
api | healthy | orchestrator/upgrades/execution.py |
POST /exec/wave-schedule |
api | healthy | orchestrator/upgrades/execution.py |
GET /intel/status |
api | healthy | orchestrator/upgrades/intelligence.py |
GET /intel/memory |
api | healthy | orchestrator/upgrades/intelligence.py |
GET /intel/memory/recall |
api | healthy | orchestrator/upgrades/intelligence.py |
GET /intel/graph |
api | healthy | orchestrator/upgrades/intelligence.py |
GET /intel/graph/search |
api | healthy | orchestrator/upgrades/intelligence.py |
GET /intel/router/report |
api | healthy | orchestrator/upgrades/intelligence.py |
POST /intel/router/route |
api | healthy | orchestrator/upgrades/intelligence.py |
GET /core/status |
api | healthy | orchestrator/upgrades/core.py |
GET /core/engines |
api | healthy | orchestrator/upgrades/core.py |
GET /core/engines/health |
api | healthy | orchestrator/upgrades/core.py |
GET /core/bus/stats |
api | healthy | orchestrator/upgrades/core.py |
GET /core/sessions |
api | healthy | orchestrator/upgrades/core.py |
GET /core/queue |
api | healthy | orchestrator/upgrades/core.py |
GET /finance-v2/status |
api | healthy | orchestrator/upgrades/financial.py |
GET /finance-v2/rates/{pair} |
api | healthy | orchestrator/upgrades/financial.py |
GET /state-v2/status |
api | healthy | orchestrator/upgrades/state.py |
GET /state-v2/interrupts |
api | healthy | orchestrator/upgrades/state.py |
POST /state-v2/interrupts/{interrupt_id}/resume |
api | healthy | orchestrator/upgrades/state.py |
GET /observe/status |
api | healthy | orchestrator/upgrades/observability.py |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
auth::skills/atlas-fin-kyc-onboarding/SKILL.md |
security | healthy | skills/atlas-fin-kyc-onboarding/SKILL.md |
auth::orchestrator/config/company/workers.yaml |
security | healthy | orchestrator/config/company/workers.yaml |
auth::orchestrator/scripts/bootstrap_cuidai_taskboard.py |
security | healthy | orchestrator/scripts/bootstrap_cuidai_taskboard.py |
auth::orchestrator/optimization/compile_sprint3.py |
security | healthy | orchestrator/optimization/compile_sprint3.py |
auth::orchestrator/company.yaml |
security | healthy | orchestrator/company.yaml |
auth::orchestrator/prometheus/findings/version_baselines.ya… |
security | healthy | orchestrator/prometheus/findings/version_baselines.yaml |
auth::orchestrator/enforcement/token_capture.py |
security | healthy | orchestrator/enforcement/token_capture.py |
auth::orchestrator/reliability/output_guardrails.py |
security | healthy | orchestrator/reliability/output_guardrails.py |
auth::orchestrator/config/company/agents.yaml |
security | healthy | orchestrator/config/company/agents.yaml |
auth::skills-archive/verticals/seguranca-enterprise/aegis-i… |
security | healthy | skills-archive/verticals/seguranca-enterprise/aegis-iam-ide… |
auth::skills/dario-pentest-checklist/SKILL.md |
security | healthy | skills/dario-pentest-checklist/SKILL.md |
auth::orchestrator/prometheus/findings/deprecations_kb.yaml |
security | healthy | orchestrator/prometheus/findings/deprecations_kb.yaml |
auth::skills/builder-api-design/SKILL.md |
security | healthy | skills/builder-api-design/SKILL.md |
auth::skills/builder-auth-system/SKILL.md |
security | healthy | skills/builder-auth-system/SKILL.md |
auth::skills/nexus-iam/SKILL.md |
security | healthy | skills/nexus-iam/SKILL.md |
auth::orchestrator/aegis/manifesto.yaml |
security | healthy | orchestrator/aegis/manifesto.yaml |
auth::skills/builder-nextjs-monorepo/SKILL.md |
security | healthy | skills/builder-nextjs-monorepo/SKILL.md |
auth::skills/prometheus-version-drift/SKILL.md |
security | healthy | skills/prometheus-version-drift/SKILL.md |
auth::skills/builder-architecture-doc/SKILL.md |
security | healthy | skills/builder-architecture-doc/SKILL.md |
auth::skills-archive/verticals/eventos/atlas-accommodation/… |
security | healthy | skills-archive/verticals/eventos/atlas-accommodation/SKILL.… |
auth::skills/owasp-security-check/SKILL.md |
security | healthy | skills/owasp-security-check/SKILL.md |
auth::skills-archive/verticals/seguranca-enterprise/aegis-s… |
security | healthy | skills-archive/verticals/seguranca-enterprise/aegis-supply-… |
auth::orchestrator/safety/prompt_shield.py |
security | healthy | orchestrator/safety/prompt_shield.py |
auth::skills/supabase/SKILL.md |
security | healthy | skills/supabase/SKILL.md |
auth::skills/dario-product-polished/SKILL.md |
security | healthy | skills/dario-product-polished/SKILL.md |
auth::skills-archive/verticals/seguranca-enterprise/aegis-z… |
security | healthy | skills-archive/verticals/seguranca-enterprise/aegis-zero-tr… |
auth::skills-archive/verticals/educacao/campus-lms-architec… |
security | healthy | skills-archive/verticals/educacao/campus-lms-architecture/S… |
auth::skills-archive/verticals/risco-gestao/risco-aml/SKILL… |
security | healthy | skills-archive/verticals/risco-gestao/risco-aml/SKILL.md |
| Label | Layer | Status | Path |
|---|---|---|---|
orch |
data | healthy | runtime/migrations/001_initial_schema.sql |
memory_embeddings |
data | healthy | orchestrator/memory/semantic_search.py |
checkpoints |
data | healthy | orchestrator/upgrades/core_checkpoints.py |
checkpoint_writes |
data | healthy | orchestrator/upgrades/core_checkpoints.py |
tiered_memory |
data | healthy | orchestrator/upgrades/intelligence_tiered.py |
trials |
data | healthy | orchestrator/license_server/db.py |
audit_log |
data | healthy | orchestrator/license_server/db.py |
polished_runs |
data | healthy | orchestrator/core/db.py |
api_spend |
data | healthy | orchestrator/core/db.py |
model_drift_events |
data | healthy | orchestrator/core/db.py |
task_steps |
data | healthy | orchestrator/core/db.py |
schema_versions |
data | healthy | orchestrator/core/db.py |
tasks |
data | healthy | orchestrator/core/db.py |
audit |
data | healthy | orchestrator/core/db.py |
budget |
data | healthy | orchestrator/core/db.py |
scores |
data | healthy | orchestrator/core/db.py |
chain_runs |
data | healthy | orchestrator/core/db.py |
chain_checkpoints |
data | healthy | orchestrator/core/db.py |
skill_embeddings |
data | healthy | orchestrator/dispatch/semantic_dispatch.py |
q_episodes |
data | healthy | orchestrator/cognitive/qvalue_memory_wire.py |
| Label | Layer | Status | Path |
|---|---|---|---|
port:09 |
network | healthy | .github/dependabot.yml |
port:8421 |
network | healthy | runtime/run.py |
port:21 |
network | healthy | orchestrator/prometheus/findings/STALE_FACTS.yaml |
port:7233 |
network | healthy | orchestrator/scripts/temporal-self-host.yml |
port:8233 |
network | healthy | orchestrator/scripts/temporal-self-host.yml |
port:3000 |
network | healthy | orchestrator/scripts/langfuse-self-host.yml |
port:8430 |
network | healthy | orchestrator/license_server/README.md |
port:20 |
network | healthy | orchestrator/lex-br/memory/compliance_log/2026-05-19.yaml |
port:24 |
network | healthy | orchestrator/lex-br/memory/compliance_log/2026-05-19.yaml |
port:39 |
network | healthy | orchestrator/lex-br/memory/compliance_log/2026-05-19.yaml |
port:8080 |
network | healthy | skills/builder-docker-compose/SKILL.md |
| Label | Layer | Status | Path |
|---|---|---|---|
sqlite |
data | healthy | .github/workflows/orchestrator-ci.yml |
postgresql |
data | healthy | runtime/src/config.py |
postgres |
data | healthy | runtime/src/config.py |
mysql |
data | healthy | skills-archive/verticals/data-engineering/demeter-realtime-… |
mongodb |
data | healthy | skills-archive/verticals/data-engineering/demeter-realtime-… |
elasticsearch |
data | healthy | skills-archive/verticals/data-engineering/demeter-data-cata… |
clickhouse |
data | healthy | skills-archive/verticals/data-engineering/demeter-warehouse… |
redis |
data | healthy | skills-archive/verticals/educacao/campus-lms-architecture/S… |
mariadb |
data | healthy | skills/prisma-database-setup/SKILL.md |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | runtime/src/config.py |
31.97.53.231 |
network | healthy | orchestrator/README.md |
6.2.1.1 |
network | healthy | skills/conta-plano/SKILL.md |
62.1.1.001 |
network | healthy | skills/conta-plano/SKILL.md |
194.233.81.42 |
network | healthy | skills/builder-coolify-deploy/SKILL.md |
65.108.44.21 |
network | healthy | skills/builder-coolify-deploy/SKILL.md |
76.76.21.21 |
network | healthy | skills/builder-vercel-deploy/SKILL.md |
| Label | Layer | Status | Path |
|---|---|---|---|
validate |
cicd | healthy | .github/workflows/validate.yml |
ruff |
cicd | healthy | .github/workflows/orchestrator-ci.yml |
mypy |
cicd | healthy | .github/workflows/orchestrator-ci.yml |
pytest-fast |
cicd | healthy | .github/workflows/orchestrator-ci.yml |
pytest-slow |
cicd | healthy | .github/workflows/orchestrator-ci.yml |
security |
cicd | healthy | .github/workflows/orchestrator-ci.yml |
summary |
cicd | healthy | .github/workflows/orchestrator-ci.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::aws |
hardware | healthy | skills-archive/verticals/data-engineering/demeter-realtime-… |
vps::gcp |
hardware | healthy | skills-archive/verticals/data-engineering/demeter-warehouse… |
vps::azure |
hardware | healthy | skills-archive/verticals/data-engineering/demeter-ml-pipeli… |
vps::digitalocean |
hardware | healthy | orchestrator/parsers/bank_parser.py |
vps::hetzner |
hardware | healthy | orchestrator/parsers/bank_parser.py |
vps::ec2 |
hardware | healthy | skills/nexus-cloud/SKILL.md |
| Label | Layer | Status | Path |
|---|---|---|---|
kafka |
data | healthy | skills-archive/verticals/data-engineering/demeter-realtime-… |
celery |
data | healthy | skills-archive/verticals/eventos/atlas-catering/SKILL.md |
bullmq |
data | healthy | skills/builder-architecture-doc/SKILL.md |
| Label | Layer | Status | Path |
|---|---|---|---|
nginx |
network | healthy | orchestrator/company.yaml |
loadbalancer |
network | healthy | skills/nexus-network/SKILL.md |
traefik |
network | healthy | skills/builder-docker-compose/SKILL.md |
| Label | Layer | Status | Path |
|---|---|---|---|
dotenv::runtime/config/.env |
security | healthy | runtime/config/.env |
github_token::orchestrator/tests/test_prompt_shield.py |
security | healthy | orchestrator/tests/test_prompt_shield.py |
generic_api_key::skills/owasp-security-check/SKILL.md |
security | healthy | skills/owasp-security-check/SKILL.md |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::validate |
cicd | healthy | .github/workflows/validate.yml |
gha::orchestrator-ci |
cicd | healthy | .github/workflows/orchestrator-ci.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
bardapraiacaraiva__dario-orchestrator |
software | healthy | /data/fable5_failed_archive/bardapraiacaraiva__dario-orches… |
| Label | Layer | Status | Path |
|---|---|---|---|
001_initial_schema.sql |
data | healthy | runtime/migrations/001_initial_schema.sql |
| Label | Layer | Status | Path |
|---|---|---|---|
image::orchestrator/license_server/Dockerfile |
hardware | healthy | orchestrator/license_server/Dockerfile |
| Label | Layer | Status | Path |
|---|---|---|---|
gpu (detected) |
hardware | healthy | skills-archive/verticals/ai-research/oraculo-llm-fine-tunin… |
This page is publicly accessible at:
https://repobility.com/scan/a65c75c8-cfcd-4e7c-a7da-6b4b394a89c0/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/a65c75c8-cfcd-4e7c-a7da-6b4b394a89c0/
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.