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.

voravitl/moa-gate

https://github.com/voravitl/moa-gate · scanned 2026-06-16 00:52 UTC (2 months, 1 week ago)

25 raw signals (0 security + 25 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 25 actionable findings from 1 signal source. 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 376 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
classify_by_keywords software healthy tier.py:125
classify_by_votes software healthy tier.py:162
format_tier software healthy tier.py:185
_run_lyn_hook software healthy __init__.py:107
_check_rate_limit software healthy __init__.py:153
_create_dissent_issue software healthy __init__.py:223
_on_pre_tool_call software healthy __init__.py:262
_handle_council_complete software healthy __init__.py:393
_get_last_blocked_tool software healthy __init__.py:580
_handle_emergency software healthy __init__.py:598
_handle_revoke software healthy __init__.py:647
_handle_status software healthy __init__.py:662
_handle_log software healthy __init__.py:672
_handle_verify software healthy __init__.py:689
_handle_slash software healthy __init__.py:703
_on_session_start software healthy __init__.py:732
_on_session_end software healthy __init__.py:765
register software dead __init__.py:817
_safe_session_id software healthy state.py:64
state_file_for_session software healthy state.py:70
_load_or_generate_key software healthy state.py:82
sync_key software healthy state.py:155
get_key software healthy state.py:174
_canonical_json software healthy state.py:185
sign software healthy state.py:191
verify software healthy state.py:198
_parse_ttl software healthy state.py:211
_is_expired software healthy state.py:234
default_state software healthy state.py:253
read software healthy state.py:273
write software healthy state.py:339
approve software healthy state.py:409
approve_auto software healthy state.py:417
override_cooldown software dead state.py:445
is_in_cooldown software healthy state.py:485
revoke software healthy state.py:501
gc_stale_sessions software healthy state.py:511
format_status software healthy state.py:543
_read_last_hash software healthy audit.py:45
_compute_hash software healthy audit.py:77
log software healthy audit.py:83
verify_chain software healthy audit.py:134
read_log software healthy audit.py:200
format_log software healthy audit.py:222
_home software healthy ai-dlc/__init__.py:58
_state_dir software healthy ai-dlc/__init__.py:63
_state_file software healthy ai-dlc/__init__.py:67
_steering_loaded_flag software healthy ai-dlc/__init__.py:71
_moa_gate_dir software healthy ai-dlc/__init__.py:75
_moa_gate_state_file software healthy ai-dlc/__init__.py:79

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

LabelLayerStatusPath
tier.py software healthy tier.py
__init__.py software healthy __init__.py
README.md software healthy README.md
pyproject.toml software healthy pyproject.toml
Makefile software healthy Makefile
state.py software healthy state.py
AGENTS.md software healthy AGENTS.md
audit.py software healthy audit.py
plugin.yaml software healthy plugin.yaml
__init__.py software healthy ai-dlc/__init__.py
README.md software healthy ai-dlc/README.md
Makefile software healthy ai-dlc/Makefile
AGENTS.md software healthy ai-dlc/AGENTS.md
plugin.yaml software healthy ai-dlc/plugin.yaml
install.sh software healthy ai-dlc/scripts/install.sh
AGENTS.md software healthy ai-dlc/scripts/AGENTS.md
__init__.py software healthy ai-dlc/steering/__init__.py
registry.py software healthy ai-dlc/steering/registry.py
AGENTS.md software healthy ai-dlc/steering/AGENTS.md
security.yaml software healthy ai-dlc/steering/rules/security.yaml
compliance.yaml software healthy ai-dlc/steering/rules/compliance.yaml
architecture.yaml software healthy ai-dlc/steering/rules/architecture.yaml
AGENTS.md software healthy ai-dlc/steering/rules/AGENTS.md
__init__.py software healthy ai-dlc/engine/__init__.py
verifier.py software healthy ai-dlc/engine/verifier.py
phase.py software healthy ai-dlc/engine/phase.py
AGENTS.md software healthy ai-dlc/engine/AGENTS.md
test_audit_chain_fork.py software healthy tests/test_audit_chain_fork.py
test_rate_limit_flock.py software healthy tests/test_rate_limit_flock.py
test_gate_whitelist_bypass.py software healthy tests/test_gate_whitelist_bypass.py
test_moa_multimodel_council.py software healthy tests/test_moa_multimodel_council.py
test_ai_dlc_compass.py software healthy tests/test_ai_dlc_compass.py
test_tier_wordboundaries.py software healthy tests/test_tier_wordboundaries.py
test_pre_commit_hook.py software healthy tests/test_pre_commit_hook.py
AGENTS.md software healthy tests/AGENTS.md
test_moa_gate_commands.py software healthy tests/test_moa_gate_commands.py
USER_GUIDE.md software healthy docs/USER_GUIDE.md
COMMANDS.md software healthy docs/COMMANDS.md
AGENTS.md software healthy docs/AGENTS.md
install.sh software healthy scripts/install.sh
AGENTS.md software healthy scripts/AGENTS.md
__init__.py software healthy moa-multimodel/__init__.py
README.md software healthy moa-multimodel/README.md
AGENTS.md software healthy moa-multimodel/AGENTS.md
plugin.yaml software healthy moa-multimodel/plugin.yaml
council.sh software healthy moa-multimodel/scripts/council.sh
AGENTS.md software healthy moa-multimodel/scripts/AGENTS.md
SKILL.md software healthy moa-multimodel/skill/SKILL.md
AGENTS.md software healthy moa-multimodel/skill/AGENTS.md
pre-commit.py software healthy hooks/pre-commit.py

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

LabelLayerStatusPath
TestTerminalWhitelistBypass software healthy tests/test_gate_whitelist_bypass.py:42
TestRateLimiterFailClosed software healthy tests/test_gate_whitelist_bypass.py:106
TestParseTtl software healthy tests/test_gate_whitelist_bypass.py:130
TestEnvKeyQuoteStripping software healthy tests/test_gate_whitelist_bypass.py:151
TestGetStateFile software healthy tests/test_gate_whitelist_bypass.py:191
SteeringLoadedTest software healthy tests/test_ai_dlc_compass.py:47
RegexSafetyTest software healthy tests/test_ai_dlc_compass.py:72
PayloadExtractionTest software healthy tests/test_ai_dlc_compass.py:120
InstallerTest software healthy tests/test_ai_dlc_compass.py:241
AutoEscalateTest software healthy tests/test_ai_dlc_compass.py:260
DynamicHomeTest software healthy tests/test_ai_dlc_compass.py:303
RegistryPatternTest software healthy tests/test_ai_dlc_compass.py:335
InceptionBypassTest software healthy tests/test_ai_dlc_compass.py:396
VerifyConsistencyTest software healthy tests/test_ai_dlc_compass.py:413
Sec004Test software healthy tests/test_ai_dlc_compass.py:439

LabelLayerStatusPath
ai-dlc software healthy ai-dlc
scripts software healthy ai-dlc/scripts
steering software healthy ai-dlc/steering
rules software healthy ai-dlc/steering/rules
engine software healthy ai-dlc/engine
tests software healthy tests
docs software healthy docs
scripts software healthy scripts
moa-multimodel software healthy moa-multimodel
scripts software healthy moa-multimodel/scripts
skill software healthy moa-multimodel/skill
hooks software healthy hooks
skill software healthy skill
references software healthy skill/references

LabelLayerStatusPath
password_literal::tests/test_ai_dlc_compass.py security healthy tests/test_ai_dlc_compass.py
password_literal::tests/test_ai_dlc_compass.py security healthy tests/test_ai_dlc_compass.py
password_literal::tests/test_ai_dlc_compass.py security healthy tests/test_ai_dlc_compass.py
password_literal::tests/test_ai_dlc_compass.py security healthy tests/test_ai_dlc_compass.py

LabelLayerStatusPath
auth::tier.py security healthy tier.py
auth::ai-dlc/steering/rules/security.yaml security healthy ai-dlc/steering/rules/security.yaml

LabelLayerStatusPath
repobility-clone-3343v1zb software healthy /tmp/repobility-clone-3343v1zb

LabelLayerStatusPath
nginx network healthy tests/test_tier_wordboundaries.py

LabelLayerStatusPath
vps::aws hardware healthy ai-dlc/steering/rules/security.yaml
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/7883fb79-4b1f-4dff-b172-1f83bce25917/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/7883fb79-4b1f-4dff-b172-1f83bce25917/

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.