https://github.com/bgidley/zebra
· scanned 2026-06-17 01:39 UTC (1 month, 2 weeks ago)
156 raw signals (0 security + 156 graph)
Last scanned 1 month, 2 weeks ago · v2 · last Δ -20.3 (diff) · 140 actionable findings from 1 signal source. 16 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 4283 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 |
|---|---|---|---|
load_process |
software | healthy | zebra-tasks/tests/conftest.py:25 |
save_process |
software | healthy | zebra-tasks/tests/conftest.py:28 |
load_definition |
software | healthy | zebra-tasks/tests/conftest.py:31 |
save_definition |
software | healthy | zebra-tasks/tests/conftest.py:34 |
create_process |
software | healthy | zebra-tasks/tests/conftest.py:46 |
start_process |
software | healthy | zebra-tasks/tests/conftest.py:61 |
get_process_status |
software | healthy | zebra-tasks/tests/conftest.py:66 |
mock_store |
software | healthy | zebra-tasks/tests/conftest.py:74 |
mock_engine |
software | healthy | zebra-tasks/tests/conftest.py:80 |
simple_workflow_definition |
software | healthy | zebra-tasks/tests/conftest.py:86 |
mock_process |
software | healthy | zebra-tasks/tests/conftest.py:104 |
mock_task |
software | healthy | zebra-tasks/tests/conftest.py:115 |
mock_task_definition |
software | healthy | zebra-tasks/tests/conftest.py:128 |
mock_context |
software | healthy | zebra-tasks/tests/conftest.py:138 |
__init__ |
software | healthy | zebra-tasks/tests/test_llm_action.py:18 |
complete |
software | healthy | zebra-tasks/tests/test_llm_action.py:22 |
stream |
software | healthy | zebra-tasks/tests/test_llm_action.py:45 |
name |
software | healthy | zebra-tasks/tests/test_llm_action.py:49 |
model |
software | healthy | zebra-tasks/tests/test_llm_action.py:53 |
max_context_tokens |
software | healthy | zebra-tasks/tests/test_llm_action.py:57 |
mock_llm_provider |
software | healthy | zebra-tasks/tests/test_llm_action.py:65 |
llm_context |
software | healthy | zebra-tasks/tests/test_llm_action.py:69 |
test_simple_prompt |
software | healthy | zebra-tasks/tests/test_llm_action.py:74 |
test_system_and_user_prompt |
software | healthy | zebra-tasks/tests/test_llm_action.py:94 |
test_template_resolution |
software | healthy | zebra-tasks/tests/test_llm_action.py:116 |
test_json_response_format |
software | healthy | zebra-tasks/tests/test_llm_action.py:135 |
test_json_in_markdown_code_block |
software | healthy | zebra-tasks/tests/test_llm_action.py:156 |
test_custom_temperature_and_max_tokens |
software | healthy | zebra-tasks/tests/test_llm_action.py:180 |
test_token_tracking |
software | healthy | zebra-tasks/tests/test_llm_action.py:196 |
test_multiple_calls_accumulate_tokens |
software | healthy | zebra-tasks/tests/test_llm_action.py:216 |
test_explicit_messages |
software | healthy | zebra-tasks/tests/test_llm_action.py:231 |
test_no_provider_fails |
software | healthy | zebra-tasks/tests/test_llm_action.py:253 |
test_no_prompt_fails |
software | healthy | zebra-tasks/tests/test_llm_action.py:264 |
test_llm_error_handling |
software | healthy | zebra-tasks/tests/test_llm_action.py:275 |
raise_error |
software | healthy | zebra-tasks/tests/test_llm_action.py:279 |
test_invalid_json_returns_raw |
software | healthy | zebra-tasks/tests/test_llm_action.py:293 |
test_simple_completion |
software | healthy | zebra-tasks/tests/test_anthropic_integration.py:21 |
test_completion_with_system_prompt |
software | healthy | zebra-tasks/tests/test_anthropic_integration.py:37 |
test_streaming |
software | healthy | zebra-tasks/tests/test_anthropic_integration.py:56 |
test_model_properties |
software | healthy | zebra-tasks/tests/test_anthropic_integration.py:73 |
mock_task |
software | healthy | zebra-tasks/tests/test_ethics_gate.py:12 |
mock_context |
software | healthy | zebra-tasks/tests/test_ethics_gate.py:21 |
_make_provider |
software | healthy | zebra-tasks/tests/test_ethics_gate.py:35 |
_approved_response |
software | healthy | zebra-tasks/tests/test_ethics_gate.py:48 |
_rejected_response |
software | healthy | zebra-tasks/tests/test_ethics_gate.py:59 |
test_approves_benign_goal |
software | healthy | zebra-tasks/tests/test_ethics_gate.py:73 |
test_rejects_unethical_goal |
software | healthy | zebra-tasks/tests/test_ethics_gate.py:91 |
test_input_gate_prompt |
software | healthy | zebra-tasks/tests/test_ethics_gate.py:110 |
test_plan_review_prompt |
software | healthy | zebra-tasks/tests/test_ethics_gate.py:130 |
test_handles_malformed_json |
software | healthy | zebra-tasks/tests/test_ethics_gate.py:150 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
MockStore |
software | healthy | zebra-tasks/tests/conftest.py:19 |
MockEngine |
software | healthy | zebra-tasks/tests/conftest.py:39 |
MockLLMProvider |
software | healthy | zebra-tasks/tests/test_llm_action.py:15 |
TestLLMCallAction |
software | healthy | zebra-tasks/tests/test_llm_action.py:61 |
TestAnthropicIntegration |
software | healthy | zebra-tasks/tests/test_anthropic_integration.py:17 |
TestEthicsGateAction |
software | healthy | zebra-tasks/tests/test_ethics_gate.py:70 |
TestEthicsGateValuesIntegration |
software | healthy | zebra-tasks/tests/test_ethics_gate.py:321 |
TestEthicsGateAuditWrite |
software | healthy | zebra-tasks/tests/test_ethics_gate.py:471 |
TestConsultKnowledgeAction |
software | healthy | zebra-tasks/tests/test_consult_knowledge.py:42 |
TestMessage |
software | healthy | zebra-tasks/tests/test_llm_providers.py:24 |
TestTokenUsage |
software | healthy | zebra-tasks/tests/test_llm_providers.py:54 |
TestLLMResponse |
software | healthy | zebra-tasks/tests/test_llm_providers.py:66 |
TestProviderRegistry |
software | healthy | zebra-tasks/tests/test_llm_providers.py:90 |
TestProvider |
software | healthy | zebra-tasks/tests/test_llm_providers.py:167 |
DummyProvider |
software | healthy | zebra-tasks/tests/test_llm_providers.py:138 |
TestAnthropicProvider |
software | healthy | zebra-tasks/tests/test_llm_providers.py:194 |
TestOpenAIProvider |
software | healthy | zebra-tasks/tests/test_llm_providers.py:281 |
TestToolDefinition |
software | healthy | zebra-tasks/tests/test_llm_providers.py:385 |
TestPythonExecAction |
software | healthy | zebra-tasks/tests/test_evaluator_optimizer_variant_python_e… |
TestWorkflowEvaluatorAction |
software | healthy | zebra-tasks/tests/test_evaluator_optimizer_variant_python_e… |
TestWorkflowOptimizerAction |
software | healthy | zebra-tasks/tests/test_evaluator_optimizer_variant_python_e… |
TestWorkflowVariantCreatorAction |
software | healthy | zebra-tasks/tests/test_evaluator_optimizer_variant_python_e… |
TestWorkflowSelectorKnowledge |
software | healthy | zebra-tasks/tests/test_selector_knowledge.py:64 |
TestMetricsAnalyzerAction |
software | healthy | zebra-tasks/tests/test_agent_actions.py:137 |
TestWorkflowEvaluatorAction |
software | healthy | zebra-tasks/tests/test_agent_actions.py:329 |
TestWorkflowOptimizerAction |
software | healthy | zebra-tasks/tests/test_agent_actions.py:411 |
TestGetPricing |
software | healthy | zebra-tasks/tests/test_pricing.py:12 |
TestCalculateCost |
software | healthy | zebra-tasks/tests/test_pricing.py:52 |
TestEstimateGoalCost |
software | healthy | zebra-tasks/tests/test_pricing.py:91 |
RecordingAction |
software | healthy | zebra-tasks/tests/test_trust_gate_e2e.py:58 |
FakeTrustStore |
software | healthy | zebra-tasks/tests/test_trust_gate_e2e.py:68 |
TestQueueGoalAction |
software | healthy | zebra-tasks/tests/test_queue_goal.py:55 |
TestQueueGoalActionMetadata |
software | healthy | zebra-tasks/tests/test_queue_goal.py:175 |
TestFreedBypass |
software | healthy | zebra-tasks/tests/test_trust_gate.py:53 |
TestRouting |
software | healthy | zebra-tasks/tests/test_trust_gate.py:76 |
TestFailClosed |
software | healthy | zebra-tasks/tests/test_trust_gate.py:185 |
TestAudit |
software | healthy | zebra-tasks/tests/test_trust_gate.py:232 |
TestTemplates |
software | healthy | zebra-tasks/tests/test_trust_gate.py:274 |
TestAnthropicProviderCoverage |
software | healthy | zebra-tasks/tests/test_provider_coverage.py:24 |
TestOpenAIProviderCoverage |
software | healthy | zebra-tasks/tests/test_provider_coverage.py:154 |
TestProviderRegistryCoverage |
software | healthy | zebra-tasks/tests/test_provider_coverage.py:263 |
Provider1 |
software | healthy | zebra-tasks/tests/test_provider_coverage.py:273 |
Provider2 |
software | healthy | zebra-tasks/tests/test_provider_coverage.py:292 |
TestMessageFactoryMethods |
software | healthy | zebra-tasks/tests/test_provider_coverage.py:358 |
TestLLMResponseModel |
software | healthy | zebra-tasks/tests/test_provider_coverage.py:376 |
TestLLMActionGetProvider |
software | healthy | zebra-tasks/tests/test_tasks_full_coverage.py:23 |
TestLLMActionBuildMessages |
software | healthy | zebra-tasks/tests/test_tasks_full_coverage.py:58 |
TestLLMActionProcessResponse |
software | healthy | zebra-tasks/tests/test_tasks_full_coverage.py:86 |
TestProviderRegistryAutoRegister |
software | healthy | zebra-tasks/tests/test_tasks_full_coverage.py:125 |
TestAnthropicProviderStreaming |
software | healthy | zebra-tasks/tests/test_tasks_full_coverage.py:151 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
.env.example |
software | healthy | .env.example |
DESIGN.md |
software | healthy | DESIGN.md |
conftest.py |
software | healthy | conftest.py |
AGENTS.md |
software | healthy | AGENTS.md |
.gitlab-ci.yml |
software | healthy | .gitlab-ci.yml |
README-CICD.md |
software | healthy | README-CICD.md |
version.json |
software | healthy | version.json |
README.md |
software | healthy | README.md |
LICENSE.txt |
software | healthy | LICENSE.txt |
pyproject.toml |
software | healthy | pyproject.toml |
docker-compose.yml |
software | healthy | docker-compose.yml |
Dockerfile |
software | healthy | Dockerfile |
AGENTS.md |
software | healthy | zebra-tasks/AGENTS.md |
README.md |
software | healthy | zebra-tasks/README.md |
pyproject.toml |
software | healthy | zebra-tasks/pyproject.toml |
conftest.py |
software | healthy | zebra-tasks/tests/conftest.py |
test_llm_action.py |
software | healthy | zebra-tasks/tests/test_llm_action.py |
test_anthropic_integration.py |
software | healthy | zebra-tasks/tests/test_anthropic_integration.py |
test_ethics_gate.py |
software | healthy | zebra-tasks/tests/test_ethics_gate.py |
test_consult_knowledge.py |
software | healthy | zebra-tasks/tests/test_consult_knowledge.py |
test_propose_trust_promotion.py |
software | healthy | zebra-tasks/tests/test_propose_trust_promotion.py |
test_llm_providers.py |
software | healthy | zebra-tasks/tests/test_llm_providers.py |
test_evaluator_optimizer_variant_python_exec.py |
software | healthy | zebra-tasks/tests/test_evaluator_optimizer_variant_python_e… |
test_selector_knowledge.py |
software | healthy | zebra-tasks/tests/test_selector_knowledge.py |
test_agent_actions.py |
software | healthy | zebra-tasks/tests/test_agent_actions.py |
test_pricing.py |
software | healthy | zebra-tasks/tests/test_pricing.py |
test_trust_gate_e2e.py |
software | healthy | zebra-tasks/tests/test_trust_gate_e2e.py |
test_queue_goal.py |
software | healthy | zebra-tasks/tests/test_queue_goal.py |
test_trust_gate.py |
software | healthy | zebra-tasks/tests/test_trust_gate.py |
test_provider_coverage.py |
software | healthy | zebra-tasks/tests/test_provider_coverage.py |
test_tasks_full_coverage.py |
software | healthy | zebra-tasks/tests/test_tasks_full_coverage.py |
test_values_profile_actions.py |
software | healthy | zebra-tasks/tests/test_values_profile_actions.py |
test_reversibility.py |
software | healthy | zebra-tasks/tests/test_reversibility.py |
test_agent_loop_actions.py |
software | healthy | zebra-tasks/tests/test_agent_loop_actions.py |
test_subtasks.py |
software | healthy | zebra-tasks/tests/test_subtasks.py |
test_action_metadata.py |
software | healthy | zebra-tasks/tests/test_action_metadata.py |
test_filesystem.py |
software | healthy | zebra-tasks/tests/test_filesystem.py |
test_apply_resolution.py |
software | healthy | zebra-tasks/tests/knowledge/test_apply_resolution.py |
test_decay.py |
software | healthy | zebra-tasks/tests/knowledge/test_decay.py |
__init__.py |
software | healthy | zebra-tasks/tests/knowledge/__init__.py |
test_verify.py |
software | healthy | zebra-tasks/tests/knowledge/test_verify.py |
test_add.py |
software | healthy | zebra-tasks/tests/knowledge/test_add.py |
__init__.py |
software | healthy | zebra-tasks/zebra_tasks/__init__.py |
pricing.py |
software | healthy | zebra-tasks/zebra_tasks/llm/pricing.py |
action.py |
software | healthy | zebra-tasks/zebra_tasks/llm/action.py |
__init__.py |
software | healthy | zebra-tasks/zebra_tasks/llm/__init__.py |
models.py |
software | healthy | zebra-tasks/zebra_tasks/llm/models.py |
_testing.py |
software | healthy | zebra-tasks/zebra_tasks/llm/_testing.py |
base.py |
software | healthy | zebra-tasks/zebra_tasks/llm/base.py |
anthropic.py |
software | healthy | zebra-tasks/zebra_tasks/llm/providers/anthropic.py |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
zebra-tasks |
software | healthy | zebra-tasks |
tests |
software | healthy | zebra-tasks/tests |
knowledge |
software | healthy | zebra-tasks/tests/knowledge |
zebra_tasks |
software | healthy | zebra-tasks/zebra_tasks |
llm |
software | healthy | zebra-tasks/zebra_tasks/llm |
providers |
software | healthy | zebra-tasks/zebra_tasks/llm/providers |
agent |
software | healthy | zebra-tasks/zebra_tasks/agent |
subtasks |
software | healthy | zebra-tasks/zebra_tasks/subtasks |
compute |
software | healthy | zebra-tasks/zebra_tasks/compute |
filesystem |
software | healthy | zebra-tasks/zebra_tasks/filesystem |
knowledge |
software | healthy | zebra-tasks/zebra_tasks/knowledge |
scripts |
software | healthy | scripts |
specs |
software | healthy | specs |
zebra-py |
software | healthy | zebra-py |
tests |
software | healthy | zebra-py/tests |
zebra |
software | healthy | zebra-py/zebra |
definitions |
software | healthy | zebra-py/zebra/definitions |
templates |
software | healthy | zebra-py/zebra/templates |
core |
software | healthy | zebra-py/zebra/core |
tasks |
software | healthy | zebra-py/zebra/tasks |
actions |
software | healthy | zebra-py/zebra/tasks/actions |
storage |
software | healthy | zebra-py/zebra/storage |
zebra-agent-web |
software | healthy | zebra-agent-web |
static |
software | healthy | zebra-agent-web/static |
js |
software | healthy | zebra-agent-web/static/js |
tests |
software | healthy | zebra-agent-web/tests |
e2e_live |
software | healthy | zebra-agent-web/tests/e2e_live |
smoke |
software | healthy | zebra-agent-web/tests/smoke |
unit |
software | healthy | zebra-agent-web/tests/unit |
e2e |
software | healthy | zebra-agent-web/tests/e2e |
cassettes |
software | healthy | zebra-agent-web/tests/e2e/cassettes |
templates |
software | healthy | zebra-agent-web/templates |
components |
software | healthy | zebra-agent-web/templates/components |
pages |
software | healthy | zebra-agent-web/templates/pages |
partials |
software | healthy | zebra-agent-web/templates/partials |
zebra_agent_web |
software | healthy | zebra-agent-web/zebra_agent_web |
api |
software | healthy | zebra-agent-web/zebra_agent_web/api |
templatetags |
software | healthy | zebra-agent-web/zebra_agent_web/api/templatetags |
management |
software | healthy | zebra-agent-web/zebra_agent_web/api/management |
commands |
software | healthy | zebra-agent-web/zebra_agent_web/api/management/commands |
migrations |
software | healthy | zebra-agent-web/zebra_agent_web/api/migrations |
management |
software | healthy | zebra-agent-web/zebra_agent_web/management |
commands |
software | healthy | zebra-agent-web/zebra_agent_web/management/commands |
fixtures |
software | healthy | zebra-agent-web/fixtures |
routines |
software | healthy | zebra-agent-web/fixtures/routines |
docs |
software | healthy | docs |
deploy |
software | healthy | deploy |
zebra-agent |
software | healthy | zebra-agent |
tests |
software | healthy | zebra-agent/tests |
zebra_agent |
software | healthy | zebra-agent/zebra_agent |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
ANY /auth/ |
api | healthy | zebra-agent-web/zebra_agent_web/urls.py |
ANY /api/ |
api | healthy | zebra-agent-web/zebra_agent_web/urls.py |
ANY /setup/ |
api | healthy | zebra-agent-web/zebra_agent_web/urls.py |
ANY / |
api | healthy | zebra-agent-web/zebra_agent_web/urls.py |
ANY /run/ |
api | healthy | zebra-agent-web/zebra_agent_web/urls.py |
ANY /run/execute/ |
api | healthy | zebra-agent-web/zebra_agent_web/urls.py |
ANY /run/queue/ |
api | healthy | zebra-agent-web/zebra_agent_web/urls.py |
ANY /activity/ |
api | healthy | zebra-agent-web/zebra_agent_web/urls.py |
ANY /workflows/ |
api | healthy | zebra-agent-web/zebra_agent_web/urls.py |
ANY /workflows/create/ |
api | healthy | zebra-agent-web/zebra_agent_web/urls.py |
ANY /workflows/<str:workflow_name>/ |
api | healthy | zebra-agent-web/zebra_agent_web/urls.py |
ANY /workflows/<str:workflow_name>/delete/ |
api | healthy | zebra-agent-web/zebra_agent_web/urls.py |
ANY /processes/<str:process_id>/cancel/ |
api | healthy | zebra-agent-web/zebra_agent_web/urls.py |
ANY /processes/bulk-cancel/ |
api | healthy | zebra-agent-web/zebra_agent_web/urls.py |
ANY /tasks/<str:task_id>/ |
api | healthy | zebra-agent-web/zebra_agent_web/urls.py |
ANY /tasks/<str:task_id>/submit/ |
api | healthy | zebra-agent-web/zebra_agent_web/urls.py |
ANY /profile/values/ |
api | healthy | zebra-agent-web/zebra_agent_web/urls.py |
ANY /trust/ |
api | healthy | zebra-agent-web/zebra_agent_web/urls.py |
ANY /trust/pause-all/ |
api | healthy | zebra-agent-web/zebra_agent_web/urls.py |
ANY /trust/freeing/<str:action>/ |
api | healthy | zebra-agent-web/zebra_agent_web/urls.py |
ANY /trust/<str:domain>/set/ |
api | healthy | zebra-agent-web/zebra_agent_web/urls.py |
ANY /trust/suggestions/<str:suggestion_id>/resolve/ |
api | healthy | zebra-agent-web/zebra_agent_web/urls.py |
ANY /knowledge/ |
api | healthy | zebra-agent-web/zebra_agent_web/urls.py |
ANY /knowledge/create/ |
api | healthy | zebra-agent-web/zebra_agent_web/urls.py |
ANY /knowledge/<str:entry_id>/edit/ |
api | healthy | zebra-agent-web/zebra_agent_web/urls.py |
ANY /knowledge/<str:entry_id>/delete/ |
api | healthy | zebra-agent-web/zebra_agent_web/urls.py |
ANY /runs/<str:run_id>/ |
api | healthy | zebra-agent-web/zebra_agent_web/urls.py |
ANY /runs/<str:run_id>/rate/ |
api | healthy | zebra-agent-web/zebra_agent_web/urls.py |
ANY /runs/<str:run_id>/feedback/ |
api | healthy | zebra-agent-web/zebra_agent_web/urls.py |
ANY /ethics-audit/ |
api | healthy | zebra-agent-web/zebra_agent_web/urls.py |
ANY /tasks/ |
api | healthy | zebra-agent-web/zebra_agent_web/urls.py |
ANY /runs/in-progress/ |
api | healthy | zebra-agent-web/zebra_agent_web/urls.py |
ANY /runs/ |
api | healthy | zebra-agent-web/zebra_agent_web/urls.py |
ANY /auth/setup/ |
api | healthy | zebra-agent-web/zebra_agent_web/api/auth_urls.py |
ANY /auth/login/ |
api | healthy | zebra-agent-web/zebra_agent_web/api/auth_urls.py |
ANY /auth/logout/ |
api | healthy | zebra-agent-web/zebra_agent_web/api/auth_urls.py |
ANY /auth/begin-register/ |
api | healthy | zebra-agent-web/zebra_agent_web/api/auth_urls.py |
ANY /auth/complete-register/ |
api | healthy | zebra-agent-web/zebra_agent_web/api/auth_urls.py |
ANY /auth/begin-authenticate/ |
api | healthy | zebra-agent-web/zebra_agent_web/api/auth_urls.py |
ANY /auth/complete-authenticate/ |
api | healthy | zebra-agent-web/zebra_agent_web/api/auth_urls.py |
ANY /ws/goal/<str:run_id>/ |
api | healthy | zebra-agent-web/zebra_agent_web/api/routing.py |
ANY /api/health/ |
api | healthy | zebra-agent-web/zebra_agent_web/api/urls.py |
ANY /api/metrics/ |
api | healthy | zebra-agent-web/zebra_agent_web/api/urls.py |
ANY /api/version/ |
api | healthy | zebra-agent-web/zebra_agent_web/api/urls.py |
ANY /api/workflows/ |
api | healthy | zebra-agent-web/zebra_agent_web/api/urls.py |
ANY /api/workflows/<str:workflow_name>/ |
api | healthy | zebra-agent-web/zebra_agent_web/api/urls.py |
ANY /api/workflows/<str:workflow_name>/stats/ |
api | healthy | zebra-agent-web/zebra_agent_web/api/urls.py |
ANY /api/goals/ |
api | healthy | zebra-agent-web/zebra_agent_web/api/urls.py |
ANY /api/dream-cycle/ |
api | healthy | zebra-agent-web/zebra_agent_web/api/urls.py |
ANY /api/runs/ |
api | healthy | zebra-agent-web/zebra_agent_web/api/urls.py |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
process_definitions |
data | healthy | zebra-py/zebra/storage/postgres.py |
process_instances |
data | healthy | zebra-py/zebra/storage/postgres.py |
task_instances |
data | healthy | zebra-py/zebra/storage/postgres.py |
foes |
data | healthy | zebra-py/zebra/storage/postgres.py |
process_locks |
data | healthy | zebra-py/zebra/storage/sqlite.py |
ProcessDefinitionModel |
data | healthy | zebra-agent-web/zebra_agent_web/api/models.py |
ProcessInstanceModel |
data | healthy | zebra-agent-web/zebra_agent_web/api/models.py |
TaskInstanceModel |
data | healthy | zebra-agent-web/zebra_agent_web/api/models.py |
FlowOfExecutionModel |
data | healthy | zebra-agent-web/zebra_agent_web/api/models.py |
ProcessLockModel |
data | healthy | zebra-agent-web/zebra_agent_web/api/models.py |
WorkflowRunModel |
data | healthy | zebra-agent-web/zebra_agent_web/api/models.py |
TaskExecutionModel |
data | healthy | zebra-agent-web/zebra_agent_web/api/models.py |
WorkflowMemoryModel |
data | healthy | zebra-agent-web/zebra_agent_web/api/models.py |
ConceptualMemoryModel |
data | healthy | zebra-agent-web/zebra_agent_web/api/models.py |
SystemStateModel |
data | healthy | zebra-agent-web/zebra_agent_web/api/models.py |
ValuesProfileModel |
data | healthy | zebra-agent-web/zebra_agent_web/api/models.py |
ValuesProfileVersionModel |
data | healthy | zebra-agent-web/zebra_agent_web/api/models.py |
ValuesTagModel |
data | healthy | zebra-agent-web/zebra_agent_web/api/models.py |
WebAuthnCredential |
data | healthy | zebra-agent-web/zebra_agent_web/api/models.py |
RoutineRunModel |
data | healthy | zebra-agent-web/zebra_agent_web/api/models.py |
KnowledgeEntryModel |
data | healthy | zebra-agent-web/zebra_agent_web/api/models.py |
EthicsAuditEntryModel |
data | healthy | zebra-agent-web/zebra_agent_web/api/models.py |
TrustLevelModel |
data | healthy | zebra-agent-web/zebra_agent_web/api/models.py |
TrustChangeModel |
data | healthy | zebra-agent-web/zebra_agent_web/api/models.py |
TrustSuggestionModel |
data | healthy | zebra-agent-web/zebra_agent_web/api/models.py |
TrustFreedModel |
data | healthy | zebra-agent-web/zebra_agent_web/api/models.py |
| Label | Layer | Status | Path |
|---|---|---|---|
0020_trustsuggestionmodel.py |
data | healthy | zebra-agent-web/zebra_agent_web/api/migrations/0020_trustsu… |
0011_user_id_columns.py |
data | healthy | zebra-agent-web/zebra_agent_web/api/migrations/0011_user_id… |
0012_valuesprofilemodel_and_more.py |
data | healthy | zebra-agent-web/zebra_agent_web/api/migrations/0012_valuesp… |
0019_trustchangemodel_trustlevelmodel.py |
data | healthy | zebra-agent-web/zebra_agent_web/api/migrations/0019_trustch… |
0018_conceptualmemorymodel_tier_workflowmemorymodel_tier.py |
data | healthy | zebra-agent-web/zebra_agent_web/api/migrations/0018_concept… |
0021_trustfreedmodel.py |
data | healthy | zebra-agent-web/zebra_agent_web/api/migrations/0021_trustfr… |
__init__.py |
data | healthy | zebra-agent-web/zebra_agent_web/api/migrations/__init__.py |
0016_knowledgeentrymodel_deleted_at_and_more.py |
data | healthy | zebra-agent-web/zebra_agent_web/api/migrations/0016_knowled… |
0002_memory_models.py |
data | healthy | zebra-agent-web/zebra_agent_web/api/migrations/0002_memory_… |
0009_identity.py |
data | healthy | zebra-agent-web/zebra_agent_web/api/migrations/0009_identit… |
0009_webauthncredential.py |
data | healthy | zebra-agent-web/zebra_agent_web/api/migrations/0009_webauth… |
0008_kill_switch_system_state.py |
data | healthy | zebra-agent-web/zebra_agent_web/api/migrations/0008_kill_sw… |
0003_replace_memory_with_workflow_memory.py |
data | healthy | zebra-agent-web/zebra_agent_web/api/migrations/0003_replace… |
0013_seed_values_taxonomy.py |
data | healthy | zebra-agent-web/zebra_agent_web/api/migrations/0013_seed_va… |
0017_merge_knowledge_lifecycle_ethics_audit.py |
data | healthy | zebra-agent-web/zebra_agent_web/api/migrations/0017_merge_k… |
0005_add_run_id_to_workflow_memory.py |
data | healthy | zebra-agent-web/zebra_agent_web/api/migrations/0005_add_run… |
0016_ethicsauditentrymodel.py |
data | healthy | zebra-agent-web/zebra_agent_web/api/migrations/0016_ethicsa… |
0001_initial.py |
data | healthy | zebra-agent-web/zebra_agent_web/api/migrations/0001_initial… |
0010_merge_0009_identity_0009_webauthncredential.py |
data | healthy | zebra-agent-web/zebra_agent_web/api/migrations/0010_merge_0… |
0014_routine_runs.py |
data | healthy | zebra-agent-web/zebra_agent_web/api/migrations/0014_routine… |
0007_add_cost_and_token_breakdown.py |
data | healthy | zebra-agent-web/zebra_agent_web/api/migrations/0007_add_cos… |
0006_add_model_to_runs_and_memory.py |
data | healthy | zebra-agent-web/zebra_agent_web/api/migrations/0006_add_mod… |
0004_add_user_feedback_to_workflow_memory.py |
data | healthy | zebra-agent-web/zebra_agent_web/api/migrations/0004_add_use… |
0015_knowledgeentrymodel.py |
data | healthy | zebra-agent-web/zebra_agent_web/api/migrations/0015_knowled… |
| Label | Layer | Status | Path |
|---|---|---|---|
sqlite |
data | healthy | AGENTS.md |
postgresql |
data | healthy | zebra-py/tests/test_postgres_storage.py |
postgres |
data | healthy | zebra-py/tests/test_postgres_storage.py |
redis |
data | healthy | zebra-agent-web/AGENTS.md |
| Label | Layer | Status | Path |
|---|---|---|---|
port:1522 |
network | healthy | .env.example |
port:8000 |
network | healthy | docker-compose.yml |
port:18 |
network | healthy | zebra-agent/workflows/create_goal.yaml |
| Label | Layer | Status | Path |
|---|---|---|---|
image::Dockerfile |
hardware | healthy | Dockerfile |
web |
hardware | healthy | docker-compose.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
bgidley__zebra |
software | healthy | /data/fable5_failed_archive/bgidley__zebra |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | docker-compose.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
password_literal::.gitlab-ci.yml |
security | healthy | .gitlab-ci.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
auth::.claude/skills/openspec-explore/SKILL.md |
security | healthy | .claude/skills/openspec-explore/SKILL.md |
| Label | Layer | Status | Path |
|---|---|---|---|
gitlab-ci |
cicd | healthy | .gitlab-ci.yml |
This page is publicly accessible at:
https://repobility.com/scan/bc527b1e-df17-4b1e-9d3c-e95a568a5842/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/bc527b1e-df17-4b1e-9d3c-e95a568a5842/
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.