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.

Robo-Co-op/robobuilder

https://github.com/Robo-Co-op/robobuilder · scanned 2026-06-15 23:53 UTC (2 months, 3 weeks ago)

22 raw signals (0 security + 22 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 22 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 368 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
README.md software healthy README.md
company.yaml software healthy company.yaml
LICENSE software healthy LICENSE
CHANGELOG.md software healthy CHANGELOG.md
CONTRIBUTING.md software healthy docs/CONTRIBUTING.md
COMPANION_SKILLS.md software healthy docs/COMPANION_SKILLS.md
DECISION_FLOW.md software healthy docs/DECISION_FLOW.md
BOOTCAMP_LINK.md software healthy docs/BOOTCAMP_LINK.md
RUNTIME.md software healthy docs/RUNTIME.md
INSTALL.md software healthy docs/INSTALL.md
CLAUDE_DESKTOP.md software healthy docs/CLAUDE_DESKTOP.md
OPENCLAW_CODEX.md software healthy docs/OPENCLAW_CODEX.md
WORKFLOW.md software healthy docs/WORKFLOW.md
auto_format.py software healthy scripts/auto_format.py
preflight_check.sh software healthy scripts/preflight_check.sh
memory_consolidate.py software healthy scripts/memory_consolidate.py
block_secrets.py software healthy scripts/block_secrets.py
notification.py software healthy scripts/notification.py
install_binaries.sh software healthy scripts/install_binaries.sh
export_openclaw_codex_skills.py software healthy scripts/export_openclaw_codex_skills.py
install_feature_radar.sh software healthy scripts/install_feature_radar.sh
test_openclaw_codex_export.py software healthy scripts/tests/test_openclaw_codex_export.py
conftest.py software healthy scripts/tests/conftest.py
test_notification.py software healthy scripts/tests/test_notification.py
test_auto_format.py software healthy scripts/tests/test_auto_format.py
README.md software healthy scripts/tests/README.md
test_memory_consolidate.py software healthy scripts/tests/test_memory_consolidate.py
test_block_secrets.py software healthy scripts/tests/test_block_secrets.py
test_runtime_contract.py software healthy scripts/tests/test_runtime_contract.py
update_skill_frontmatter.py software healthy scripts/dev/update_skill_frontmatter.py
e2e-tester.md software healthy agents/e2e-tester.md
requirements-validator.md software healthy agents/requirements-validator.md
release-notes-writer.md software healthy agents/release-notes-writer.md
tdd-pair.md software healthy agents/tdd-pair.md
security-auditor.md software healthy agents/security-auditor.md
code-simplifier.md software healthy agents/code-simplifier.md
codebase-explorer.md software healthy agents/codebase-explorer.md
design-critic.md software healthy agents/design-critic.md
test-writer.md software healthy agents/test-writer.md
hooks.json software healthy hooks/hooks.json
SKILL.md software healthy skills/phase4/cso/SKILL.md
SKILL.md software healthy skills/phase4/diff-review/SKILL.md
SKILL.md software healthy skills/phase4/grill/SKILL.md
SKILL.md software healthy skills/phase4/cross-review/SKILL.md
SKILL.md software healthy skills/phase5/land-and-deploy/SKILL.md
SKILL.md software healthy skills/phase5/write-a-skill/SKILL.md
SKILL.md software healthy skills/phase5/ship/SKILL.md
SKILL.md software healthy skills/phase5/canary/SKILL.md
SKILL.md software healthy skills/phase5/handoff/SKILL.md
LANGUAGE.md software healthy skills/phase35/improve-codebase-architecture/LANGUAGE.md

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

LabelLayerStatusPath
main software healthy scripts/auto_format.py:41
find_memory_dir software healthy scripts/memory_consolidate.py:26
write_episodic software healthy scripts/memory_consolidate.py:42
main software healthy scripts/memory_consolidate.py:70
is_test_fixture software healthy scripts/block_secrets.py:79
_audit_log software healthy scripts/block_secrets.py:87
block software healthy scripts/block_secrets.py:102
path_matches_secret software healthy scripts/block_secrets.py:108
content_has_secret software healthy scripts/block_secrets.py:119
_check software healthy scripts/block_secrets.py:128
main software healthy scripts/block_secrets.py:151
_sanitize software healthy scripts/notification.py:27
beep_windows software healthy scripts/notification.py:31
beep_macos software healthy scripts/notification.py:43
beep_linux software healthy scripts/notification.py:54
notify software healthy scripts/notification.py:66
main software healthy scripts/notification.py:82
split_frontmatter software healthy scripts/export_openclaw_codex_skills.py:21
frontmatter_value software healthy scripts/export_openclaw_codex_skills.py:30
skill_name software healthy scripts/export_openclaw_codex_skills.py:50
generated_skill_text software healthy scripts/export_openclaw_codex_skills.py:58
copy_shared_resources software healthy scripts/export_openclaw_codex_skills.py:111
remove_managed_outputs software healthy scripts/export_openclaw_codex_skills.py:124
export_skills software healthy scripts/export_openclaw_codex_skills.py:133
main software healthy scripts/export_openclaw_codex_skills.py:159
run_export software healthy scripts/tests/test_openclaw_codex_export.py:13
test_openclaw_codex_export_generates_one_adapter_per_source… software healthy scripts/tests/test_openclaw_codex_export.py:23
test_openclaw_codex_export_prefixes_skill_names_and_adds_ad… software healthy scripts/tests/test_openclaw_codex_export.py:34
test_openclaw_codex_export_includes_shared_resources_and_ma… software healthy scripts/tests/test_openclaw_codex_export.py:46
run_script software healthy scripts/tests/conftest.py:19
_run software healthy scripts/tests/conftest.py:24
tmp_memory_dir software healthy scripts/tests/conftest.py:41
_build_attack_string software healthy scripts/tests/conftest.py:47
test_sanitize_strips_quote_injection software healthy scripts/tests/test_notification.py:17
test_sanitize_strips_double_quote software healthy scripts/tests/test_notification.py:25
test_sanitize_strips_backtick software healthy scripts/tests/test_notification.py:31
test_sanitize_strips_dollar_paren software healthy scripts/tests/test_notification.py:37
test_sanitize_truncates_to_limit software healthy scripts/tests/test_notification.py:45
test_sanitize_preserves_safe_text software healthy scripts/tests/test_notification.py:51
test_sanitize_empty_string software healthy scripts/tests/test_notification.py:57
test_sanitize_handles_none software healthy scripts/tests/test_notification.py:61
test_malformed_json_payload_no_crash software healthy scripts/tests/test_notification.py:66
test_message_truncated_to_120 software healthy scripts/tests/test_notification.py:71
fake_notify software healthy scripts/tests/test_notification.py:106
test_session_start_event_fixed_message software healthy scripts/tests/test_notification.py:87
test_default_message_when_missing software healthy scripts/tests/test_notification.py:103
test_notify_swallows_subprocess_exceptions software healthy scripts/tests/test_notification.py:118
fake_beep software healthy scripts/tests/test_notification.py:120
_make_payload software healthy scripts/tests/test_auto_format.py:18
test_no_autoformat_env_returns_early software healthy scripts/tests/test_auto_format.py:22

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

LabelLayerStatusPath
docs software healthy docs
scripts software healthy scripts
tests software healthy scripts/tests
dev software healthy scripts/dev
agents software healthy agents
hooks software healthy hooks
skills software healthy skills
phase4 software healthy skills/phase4
cso software healthy skills/phase4/cso
diff-review software healthy skills/phase4/diff-review
grill software healthy skills/phase4/grill
cross-review software healthy skills/phase4/cross-review
phase5 software healthy skills/phase5
land-and-deploy software healthy skills/phase5/land-and-deploy
write-a-skill software healthy skills/phase5/write-a-skill
ship software healthy skills/phase5/ship
canary software healthy skills/phase5/canary
handoff software healthy skills/phase5/handoff
phase35 software healthy skills/phase35
improve-codebase-architecture software healthy skills/phase35/improve-codebase-architecture
request-refactor-plan software healthy skills/phase35/request-refactor-plan
playbooks software healthy skills/playbooks
playbook-bug-fix software healthy skills/playbooks/playbook-bug-fix
playbook-review-deep software healthy skills/playbooks/playbook-review-deep
playbook-new-feature software healthy skills/playbooks/playbook-new-feature
utils software healthy skills/utils
context-restore software healthy skills/utils/context-restore
blueprint-sync software healthy skills/utils/blueprint-sync
btw software healthy skills/utils/btw
context-save software healthy skills/utils/context-save
guard software healthy skills/utils/guard
export software healthy skills/utils/export
phase05 software healthy skills/phase05
health software healthy skills/phase05/health
zoom-out software healthy skills/phase05/zoom-out
diagnose software healthy skills/phase05/diagnose
scripts software healthy skills/phase05/diagnose/scripts
meta software healthy skills/meta
tune-claude-md software healthy skills/meta/tune-claude-md
install-companions software healthy skills/meta/install-companions
upgrade software healthy skills/meta/upgrade
start software healthy skills/meta/start
phase0 software healthy skills/phase0
setup software healthy skills/phase0/setup
ubiquitous-language software healthy skills/phase0/ubiquitous-language
phase3 software healthy skills/phase3
tdd software healthy skills/phase3/tdd
triage software healthy skills/phase3/triage
learn software healthy skills/phase3/learn
browse software healthy skills/phase3/browse

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

LabelLayerStatusPath
auth::skills/phase05/health/SKILL.md security healthy skills/phase05/health/SKILL.md
auth::skills/utils/blueprint-sync/SKILL.md security healthy skills/utils/blueprint-sync/SKILL.md
auth::skills/phase4/cso/SKILL.md security healthy skills/phase4/cso/SKILL.md
auth::scripts/block_secrets.py security healthy scripts/block_secrets.py
auth::skills/phase5/ship/SKILL.md security healthy skills/phase5/ship/SKILL.md
auth::skills/phase3/browse/SKILL.md security healthy skills/phase3/browse/SKILL.md

LabelLayerStatusPath
TestPathMatchesSecret software healthy scripts/tests/test_block_secrets.py:32
TestContentHasSecret software healthy scripts/tests/test_block_secrets.py:135
TestMain software healthy scripts/tests/test_block_secrets.py:198
TestCLI software healthy scripts/tests/test_block_secrets.py:289
SkillFile software healthy scripts/dev/update_skill_frontmatter.py:127

LabelLayerStatusPath
postgres data healthy skills/phase4/cso/SKILL.md
mysql data healthy skills/phase4/cso/SKILL.md
mongodb data healthy skills/phase4/cso/SKILL.md
redis data healthy skills/phase4/cso/SKILL.md

LabelLayerStatusPath
127.0.0.1 network healthy skills/phase4/cso/SKILL.md
0.9.8.0 network healthy skills/phase5/land-and-deploy/SKILL.md
165.22.55.193 network healthy skills/meta/tune-claude-md/SKILL.md

LabelLayerStatusPath
vps::azure hardware healthy README.md
vps::aws hardware healthy scripts/block_secrets.py

LabelLayerStatusPath
repobility-clone-30ag01zl software healthy /tmp/repobility-clone-30ag01zl

LabelLayerStatusPath
sidekiq data healthy skills/phase5/ship/SKILL.md

LabelLayerStatusPath
port:09 network healthy scripts/install_feature_radar.sh
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/9b62d7f3-4031-4983-affe-ebd5ba9a4d3b/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/9b62d7f3-4031-4983-affe-ebd5ba9a4d3b/

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.