Scan timing: clone 2.89s · analysis 16.71s · 12.3 MB · GitHub API rate-limit (preflight)
https://github.com/agentforce314/clawcodex
· scanned 2026-05-31 01:23 UTC (5 days, 9 hours ago)
· 10 languages
597 findings (163 legacy + 434 scanner) 57th percentile · Python · large (100-500K LoC) Scanner says 93 (lower by 18)
Last scanned 5 days, 9 hours ago · v2 · last Δ +1.1 (diff) · 415 findings from 2 sources. Findings combine the legacy security pipeline AND the multi-layer engine (atlas, wiring, flows, ranked) AND verified AI agent contributions.
| Component | Sub-score | Weight | Contribution |
|---|---|---|---|
structure_score |
85.0 | 0.15 | 12.75 |
security_score |
70.0 | 0.25 | 17.50 |
testing_score |
100.0 | 0.20 | 20.00 |
documentation_score |
100.0 | 0.15 | 15.00 |
practices_score |
44.0 | 0.15 | 6.60 |
code_quality |
38.1 | 0.10 | 3.81 |
| Overall | 1.00 | 75.7 |
All 14972 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_empty_stdout_returns_no_output_no_error |
software | healthy | tests/test_hook_output_schema.py:24 |
test_whitespace_only_returns_no_output_no_error |
software | healthy | tests/test_hook_output_schema.py:29 |
test_valid_decision_allow |
software | healthy | tests/test_hook_output_schema.py:34 |
test_valid_decision_deny |
software | healthy | tests/test_hook_output_schema.py:41 |
test_valid_decision_ask |
software | healthy | tests/test_hook_output_schema.py:47 |
test_capital_d_deny_rejected |
software | healthy | tests/test_hook_output_schema.py:53 |
test_unknown_field_rejected |
software | healthy | tests/test_hook_output_schema.py:62 |
test_malformed_json_rejected |
software | healthy | tests/test_hook_output_schema.py:70 |
test_non_object_json_rejected |
software | healthy | tests/test_hook_output_schema.py:76 |
test_updated_input_round_trip |
software | healthy | tests/test_hook_output_schema.py:82 |
test_prevent_continuation_with_reason |
software | healthy | tests/test_hook_output_schema.py:90 |
test_capital_d_deny_logged_not_silently_ignored |
software | healthy | tests/test_hook_output_schema.py:103 |
test_valid_lowercase_decision_round_trips_through_executor |
software | healthy | tests/test_hook_output_schema.py:123 |
test_unknown_field_at_executor_level_logged |
software | healthy | tests/test_hook_output_schema.py:133 |
test_enum_values |
software | healthy | tests/test_effort.py:17 |
test_user_effort_takes_priority |
software | healthy | tests/test_effort.py:25 |
test_config_fallback |
software | healthy | tests/test_effort.py:29 |
test_model_default_fallback |
software | healthy | tests/test_effort.py:33 |
test_default_medium |
software | healthy | tests/test_effort.py:37 |
test_keyword_resolution |
software | healthy | tests/test_effort.py:41 |
test_low |
software | healthy | tests/test_effort.py:50 |
test_medium |
software | healthy | tests/test_effort.py:53 |
test_high |
software | healthy | tests/test_effort.py:56 |
test_max |
software | healthy | tests/test_effort.py:59 |
test_effort_flag |
software | healthy | tests/test_effort.py:64 |
test_thorough_flag |
software | healthy | tests/test_effort.py:67 |
test_quick_flag |
software | healthy | tests/test_effort.py:70 |
test_max_flag |
software | healthy | tests/test_effort.py:73 |
test_no_effort_indicator |
software | healthy | tests/test_effort.py:76 |
test_effort_flag_with_value |
software | healthy | tests/test_effort.py:79 |
_count_cache_control |
software | healthy | tests/test_message_cache_breakpoints.py:26 |
test_empty_messages_returns_empty_list |
software | healthy | tests/test_message_cache_breakpoints.py:40 |
test_disabled_returns_input_unchanged |
software | healthy | tests/test_message_cache_breakpoints.py:48 |
test_single_string_content_message_wrapped_and_marked |
software | healthy | tests/test_message_cache_breakpoints.py:55 |
test_single_list_content_marker_on_last_block_only |
software | healthy | tests/test_message_cache_breakpoints.py:67 |
test_multi_message_marker_on_last_only |
software | healthy | tests/test_message_cache_breakpoints.py:86 |
test_skip_cache_write_shifts_marker_to_second_to_last |
software | healthy | tests/test_message_cache_breakpoints.py:105 |
test_skip_cache_write_single_message_is_noop |
software | healthy | tests/test_message_cache_breakpoints.py:121 |
test_skip_cache_write_empty_list_is_noop |
software | healthy | tests/test_message_cache_breakpoints.py:130 |
test_does_not_mutate_input_list |
software | healthy | tests/test_message_cache_breakpoints.py:134 |
test_does_not_mutate_input_content_blocks |
software | healthy | tests/test_message_cache_breakpoints.py:146 |
test_empty_block_list_gets_wrapper_marker_block |
software | healthy | tests/test_message_cache_breakpoints.py:164 |
test_non_dict_last_block_is_wrapped_into_text_block |
software | healthy | tests/test_message_cache_breakpoints.py:173 |
test_none_content_coerced_to_empty_text_block_with_marker |
software | healthy | tests/test_message_cache_breakpoints.py:182 |
test_unknown_scalar_content_coerced_via_str |
software | healthy | tests/test_message_cache_breakpoints.py:190 |
test_marker_message_role_preserved |
software | healthy | tests/test_message_cache_breakpoints.py:198 |
__aiter__ |
software | healthy | tests/test_message_cache_breakpoints.py:216 |
__anext__ |
software | healthy | tests/test_message_cache_breakpoints.py:219 |
__init__ |
software | healthy | tests/test_message_cache_breakpoints.py:233 |
create |
software | healthy | tests/test_message_cache_breakpoints.py:227 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
TestParseHookOutput |
software | healthy | tests/test_hook_output_schema.py:23 |
TestExecutorWiresSchema |
software | healthy | tests/test_hook_output_schema.py:101 |
TestEffortLevel |
software | healthy | tests/test_effort.py:16 |
TestResolveEffort |
software | healthy | tests/test_effort.py:24 |
TestMaxTokensForEffort |
software | healthy | tests/test_effort.py:49 |
TestDetectEffort |
software | healthy | tests/test_effort.py:63 |
_StubStream |
software | healthy | tests/test_message_cache_breakpoints.py:213 |
_StubMessages |
software | healthy | tests/test_message_cache_breakpoints.py:223 |
_StubClient |
software | healthy | tests/test_message_cache_breakpoints.py:232 |
TestMagicByteFormatDetection |
software | healthy | tests/test_image_processor.py:49 |
TestReadFileBytes |
software | healthy | tests/test_image_processor.py:103 |
TestMaybeResizeImage |
software | healthy | tests/test_image_processor.py:134 |
TestCompressImageToByteBudget |
software | healthy | tests/test_image_processor.py:181 |
TestCompressImageToTokenBudget |
software | healthy | tests/test_image_processor.py:211 |
TestCreateImageMetadataText |
software | healthy | tests/test_image_processor.py:221 |
TestEstimateImageTokensFromBase64Length |
software | healthy | tests/test_image_processor.py:266 |
TestConstants |
software | healthy | tests/test_image_processor.py:279 |
TestLinesChanged |
software | healthy | tests/test_file_history.py:8 |
TestFileHistory |
software | healthy | tests/test_file_history.py:39 |
_EnvFixture |
software | healthy | tests/test_memdir_team_mem_prompts.py:20 |
BuildCombinedMemoryPromptTest |
software | healthy | tests/test_memdir_team_mem_prompts.py:37 |
CombinedTypesSectionTest |
software | healthy | tests/test_memdir_team_mem_prompts.py:98 |
TeamMemoryDispatchTest |
software | healthy | tests/test_memdir_team_mem_prompts.py:133 |
_FakeStream |
software | healthy | tests/test_provider_abort_signal.py:39 |
TestIsImageOutput |
software | healthy | tests/test_bash_image_output.py:31 |
TestParseDataUri |
software | healthy | tests/test_bash_image_output.py:64 |
TestBuildImageToolResult |
software | healthy | tests/test_bash_image_output.py:79 |
TestBashMapResultToApi |
software | healthy | tests/test_bash_image_output.py:132 |
TestBashImageE2E |
software | healthy | tests/test_bash_image_output.py:170 |
TestClearSystemPromptSections |
software | healthy | tests/test_clear_system_prompt_sections.py:13 |
TestPartitionToolCalls |
software | healthy | tests/test_tool_orchestration.py:42 |
TestMaxToolUseConcurrencyEnvVar |
software | healthy | tests/test_tool_orchestration.py:97 |
TestSettingsSchema |
software | healthy | tests/test_settings.py:25 |
TestValidation |
software | healthy | tests/test_settings.py:58 |
TestChangeDetector |
software | healthy | tests/test_settings.py:94 |
TestPermissionValidation |
software | healthy | tests/test_settings.py:125 |
TestManagedPath |
software | healthy | tests/test_settings.py:159 |
TestLoadSettings |
software | healthy | tests/test_settings.py:175 |
TestAutoTitle |
software | healthy | tests/test_session_title.py:10 |
TestStreamIdleTimeoutResolution |
software | healthy | tests/test_stream_watchdog.py:25 |
TestStreamWatchdogFires |
software | healthy | tests/test_stream_watchdog.py:53 |
TestWatchdogIntegrationWithProvider |
software | healthy | tests/test_stream_watchdog.py:119 |
TestStartReturnsImmediately |
software | healthy | tests/test_prefetch.py:32 |
TestNonMacOsBehavior |
software | healthy | tests/test_prefetch.py:66 |
TestWaitAndRead |
software | healthy | tests/test_prefetch.py:83 |
FakeProcess |
software | healthy | tests/test_prefetch.py:105 |
TestModuleLevelFireAndForget |
software | healthy | tests/test_prefetch.py:116 |
TestProjectScanStub |
software | healthy | tests/test_prefetch.py:142 |
TestSingletonGetters |
software | healthy | tests/test_prefetch.py:152 |
_EnvFixture |
software | healthy | tests/test_memdir_team_mem_paths.py:33 |
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 |
CONTRIBUTING.md |
software | healthy | CONTRIBUTING.md |
pyproject.toml |
software | healthy | pyproject.toml |
requirements.txt |
software | healthy | requirements.txt |
FEATURE_LIST.md |
software | healthy | FEATURE_LIST.md |
CHANGELOG.md |
software | healthy | CHANGELOG.md |
test_hook_output_schema.py |
software | healthy | tests/test_hook_output_schema.py |
test_effort.py |
software | healthy | tests/test_effort.py |
test_message_cache_breakpoints.py |
software | healthy | tests/test_message_cache_breakpoints.py |
test_image_processor.py |
software | healthy | tests/test_image_processor.py |
test_file_history.py |
software | healthy | tests/test_file_history.py |
test_memdir_team_mem_prompts.py |
software | healthy | tests/test_memdir_team_mem_prompts.py |
test_provider_abort_signal.py |
software | healthy | tests/test_provider_abort_signal.py |
test_bash_image_output.py |
software | healthy | tests/test_bash_image_output.py |
test_clear_system_prompt_sections.py |
software | healthy | tests/test_clear_system_prompt_sections.py |
test_tool_orchestration.py |
software | healthy | tests/test_tool_orchestration.py |
test_settings.py |
software | healthy | tests/test_settings.py |
test_session_title.py |
software | healthy | tests/test_session_title.py |
test_stream_watchdog.py |
software | healthy | tests/test_stream_watchdog.py |
test_prefetch.py |
software | healthy | tests/test_prefetch.py |
test_memdir_team_mem_paths.py |
software | healthy | tests/test_memdir_team_mem_paths.py |
test_advisor_orphan_pairing.py |
software | healthy | tests/test_advisor_orphan_pairing.py |
test_safe_commands.py |
software | healthy | tests/test_safe_commands.py |
test_input_processing.py |
software | healthy | tests/test_input_processing.py |
test_base_provider_image_validation.py |
software | healthy | tests/test_base_provider_image_validation.py |
test_api_preconnect.py |
software | healthy | tests/test_api_preconnect.py |
test_session_cost_persistence.py |
software | healthy | tests/test_session_cost_persistence.py |
test_plugin_loader.py |
software | healthy | tests/test_plugin_loader.py |
test_mcp_config_validation.py |
software | healthy | tests/test_mcp_config_validation.py |
test_claude_md.py |
software | healthy | tests/test_claude_md.py |
test_api_errors.py |
software | healthy | tests/test_api_errors.py |
test_integration_permission_system.py |
software | healthy | tests/test_integration_permission_system.py |
test_tasks_core.py |
software | healthy | tests/test_tasks_core.py |
test_fork_subagent.py |
software | healthy | tests/test_fork_subagent.py |
test_slash_completer.py |
software | healthy | tests/test_slash_completer.py |
test_mcp_tool_wrapper.py |
software | healthy | tests/test_mcp_tool_wrapper.py |
test_session_resume.py |
software | healthy | tests/test_session_resume.py |
test_repl.py |
software | healthy | tests/test_repl.py |
conftest.py |
software | healthy | tests/conftest.py |
test_class_a_commands.py |
software | healthy | tests/test_class_a_commands.py |
test_advisor_client_side.py |
software | healthy | tests/test_advisor_client_side.py |
test_no_top_level_decoys.py |
software | healthy | tests/test_no_top_level_decoys.py |
test_pricing_status_bar.py |
software | healthy | tests/test_pricing_status_bar.py |
test_mcp_types.py |
software | healthy | tests/test_mcp_types.py |
test_tool_classifier_input.py |
software | healthy | tests/test_tool_classifier_input.py |
test_provider_config.py |
software | healthy | tests/test_provider_config.py |
test_mcp_config_full.py |
software | healthy | tests/test_mcp_config_full.py |
test_context_system.py |
software | healthy | tests/test_context_system.py |
test_skills_frontmatter_validators.py |
software | healthy | tests/test_skills_frontmatter_validators.py |
test_advisor_helpers.py |
software | healthy | tests/test_advisor_helpers.py |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
tests |
software | healthy | tests |
integration |
software | healthy | tests/integration |
auth |
software | healthy | tests/auth |
tui |
software | healthy | tests/tui |
coordinator |
software | healthy | tests/coordinator |
fixtures |
software | healthy | tests/fixtures |
skills |
software | healthy | tests/fixtures/skills |
frontend |
software | healthy | tests/fixtures/skills/frontend |
add-component |
software | healthy | tests/fixtures/skills/frontend/add-component |
commit-helper |
software | healthy | tests/fixtures/skills/commit-helper |
lint-py |
software | healthy | tests/fixtures/skills/lint-py |
upstreamproxy |
software | healthy | tests/upstreamproxy |
agent |
software | healthy | tests/agent |
transports |
software | healthy | tests/transports |
utils |
software | healthy | tests/utils |
buddy |
software | healthy | tests/buddy |
remote |
software | healthy | tests/remote |
parity |
software | healthy | tests/parity |
tasks |
software | healthy | tests/tasks |
assistant |
software | healthy | tests/assistant |
server |
software | healthy | tests/server |
services |
software | healthy | tests/services |
swarm |
software | healthy | tests/services/swarm |
tool_system |
software | healthy | tests/tool_system |
bridge |
software | healthy | tests/bridge |
docs |
software | healthy | docs |
i18n |
software | healthy | docs/i18n |
guide |
software | healthy | docs/guide |
scripts |
software | healthy | scripts |
audit |
software | healthy | scripts/audit |
eval |
software | healthy | eval |
claude-code-wiki |
software | healthy | claude-code-wiki |
raw |
software | healthy | claude-code-wiki/raw |
claude-code-sourcemap-learning-notebook |
software | healthy | claude-code-wiki/raw/claude-code-sourcemap-learning-notebook |
en |
software | healthy | claude-code-wiki/raw/claude-code-sourcemap-learning-noteboo… |
wiki |
software | healthy | claude-code-wiki/wiki |
sources |
software | healthy | claude-code-wiki/wiki/sources |
concepts |
software | healthy | claude-code-wiki/wiki/concepts |
entities |
software | healthy | claude-code-wiki/wiki/entities |
src |
software | healthy | src |
settings |
software | healthy | src/settings |
context_system |
software | healthy | src/context_system |
types |
software | healthy | src/types |
models |
software | healthy | src/models |
compact_service |
software | healthy | src/compact_service |
cli_backup |
software | healthy | src/cli_backup |
repl |
software | healthy | src/repl |
state |
software | healthy | src/state |
auth |
software | healthy | src/auth |
outputStyles |
software | healthy | src/outputStyles |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
auth::pyproject.toml |
security | healthy | pyproject.toml |
auth::src/coordinator/prompt.py |
security | healthy | src/coordinator/prompt.py |
auth::src/bridge/bridge_main.py |
security | healthy | src/bridge/bridge_main.py |
auth::src/utils/session_ingress_auth.py |
security | healthy | src/utils/session_ingress_auth.py |
auth::src/reference_data/subsystems/constants.json |
security | healthy | src/reference_data/subsystems/constants.json |
auth::tests/bridge/test_init_repl_bridge.py |
security | healthy | tests/bridge/test_init_repl_bridge.py |
auth::src/services/oauth/__init__.py |
security | healthy | src/services/oauth/__init__.py |
auth::tests/bridge/test_bridge_config.py |
security | healthy | tests/bridge/test_bridge_config.py |
auth::tests/bridge/test_inbound_attachments.py |
security | healthy | tests/bridge/test_inbound_attachments.py |
auth::tests/bridge/test_remote_bridge_core.py |
security | healthy | tests/bridge/test_remote_bridge_core.py |
auth::src/bridge/remote_bridge_core.py |
security | healthy | src/bridge/remote_bridge_core.py |
auth::tests/test_mcp_critic_majors.py |
security | healthy | tests/test_mcp_critic_majors.py |
auth::tests/bridge/conftest.py |
security | healthy | tests/bridge/conftest.py |
auth::src/auth/auth.py |
security | healthy | src/auth/auth.py |
auth::src/prefetch.py |
security | healthy | src/prefetch.py |
auth::src/services/mcp/claudeai.py |
security | healthy | src/services/mcp/claudeai.py |
auth::src/services/oauth/client.py |
security | healthy | src/services/oauth/client.py |
auth::src/upstreamproxy/relay.py |
security | healthy | src/upstreamproxy/relay.py |
auth::src/bridge/init_repl_bridge.py |
security | healthy | src/bridge/init_repl_bridge.py |
auth::src/reference_data/commands_snapshot.json |
security | healthy | src/reference_data/commands_snapshot.json |
auth::tests/test_mcp_critic_blockers.py |
security | healthy | tests/test_mcp_critic_blockers.py |
auth::tests/bridge/test_bridge_main.py |
security | healthy | tests/bridge/test_bridge_main.py |
auth::src/bridge/inbound_attachments.py |
security | healthy | src/bridge/inbound_attachments.py |
auth::src/auth/oauth.py |
security | healthy | src/auth/oauth.py |
auth::src/services/mcp/fetch_wrappers.py |
security | healthy | src/services/mcp/fetch_wrappers.py |
auth::src/bridge/env_less_bridge_config.py |
security | healthy | src/bridge/env_less_bridge_config.py |
auth::tests/bridge/test_repl_bridge.py |
security | healthy | tests/bridge/test_repl_bridge.py |
auth::src/bridge/session_runner.py |
security | healthy | src/bridge/session_runner.py |
auth::tests/services/test_oauth_client.py |
security | healthy | tests/services/test_oauth_client.py |
auth::src/services/mcp/auth_provider.py |
security | healthy | src/services/mcp/auth_provider.py |
auth::src/services/mcp/telemetry.py |
security | healthy | src/services/mcp/telemetry.py |
auth::src/services/mcp/oauth_error_normalization.py |
security | healthy | src/services/mcp/oauth_error_normalization.py |
auth::tests/bridge/test_code_session_api.py |
security | healthy | tests/bridge/test_code_session_api.py |
auth::src/utils/keychain_stash.py |
security | healthy | src/utils/keychain_stash.py |
auth::src/utils/teleport/api.py |
security | healthy | src/utils/teleport/api.py |
auth::src/services/mcp/elicitation.py |
security | healthy | src/services/mcp/elicitation.py |
auth::tests/bridge/test_session_runner.py |
security | healthy | tests/bridge/test_session_runner.py |
auth::src/services/mcp/oauth_redaction.py |
security | healthy | src/services/mcp/oauth_redaction.py |
auth::src/services/mcp/config.py |
security | healthy | src/services/mcp/config.py |
auth::tests/test_mcp_phase4_callback_and_provider.py |
security | healthy | tests/test_mcp_phase4_callback_and_provider.py |
auth::tests/bridge/test_bridge_api.py |
security | healthy | tests/bridge/test_bridge_api.py |
auth::src/bridge/bridge_config.py |
security | healthy | src/bridge/bridge_config.py |
auth::src/assistant/session_history.py |
security | healthy | src/assistant/session_history.py |
auth::src/services/mcp/oauth_callback_server.py |
security | healthy | src/services/mcp/oauth_callback_server.py |
auth::tests/bridge/test_jwt_utils.py |
security | healthy | tests/bridge/test_jwt_utils.py |
auth::src/services/mcp/xaa.py |
security | healthy | src/services/mcp/xaa.py |
auth::src/bridge/trusted_device.py |
security | healthy | src/bridge/trusted_device.py |
auth::src/bridge/bridge_api.py |
security | healthy | src/bridge/bridge_api.py |
auth::src/auth/__init__.py |
security | healthy | src/auth/__init__.py |
auth::src/services/mcp/transport.py |
security | healthy | src/services/mcp/transport.py |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
App |
frontend | healthy | demos/crm-app/src/App.jsx |
ContactForm |
frontend | healthy | demos/crm-app/src/components/ContactForm.jsx |
DealForm |
frontend | healthy | demos/crm-app/src/components/DealForm.jsx |
Contacts |
frontend | healthy | demos/crm-app/src/pages/Contacts.jsx |
Dashboard |
frontend | healthy | demos/crm-app/src/pages/Dashboard.jsx |
Deals |
frontend | healthy | demos/crm-app/src/pages/Deals.jsx |
App |
frontend | healthy | demos/minecraft-app/src/App.jsx |
Sky |
frontend | healthy | demos/minecraft-app/src/components/Sky.jsx |
Player |
frontend | healthy | demos/minecraft-app/src/components/Player.jsx |
World |
frontend | healthy | demos/minecraft-app/src/components/World.jsx |
MiningIndicator |
frontend | healthy | demos/minecraft-app/src/components/MiningIndicator.jsx |
HUD |
frontend | healthy | demos/minecraft-app/src/components/HUD.jsx |
StartScreen |
frontend | healthy | demos/minecraft-app/src/components/StartScreen.jsx |
Crosshair |
frontend | healthy | demos/minecraft-app/src/components/Crosshair.jsx |
App |
frontend | healthy | demos/linkedin-app/src/App.jsx |
ProfileCard |
frontend | healthy | demos/linkedin-app/src/components/ProfileCard.jsx |
Navbar |
frontend | healthy | demos/linkedin-app/src/components/Navbar.jsx |
ConnectionCard |
frontend | healthy | demos/linkedin-app/src/components/ConnectionCard.jsx |
PostCard |
frontend | healthy | demos/linkedin-app/src/components/PostCard.jsx |
CreatePost |
frontend | healthy | demos/linkedin-app/src/components/CreatePost.jsx |
JobCard |
frontend | healthy | demos/linkedin-app/src/components/JobCard.jsx |
Jobs |
frontend | healthy | demos/linkedin-app/src/pages/Jobs.jsx |
Messaging |
frontend | healthy | demos/linkedin-app/src/pages/Messaging.jsx |
Network |
frontend | healthy | demos/linkedin-app/src/pages/Network.jsx |
Feed |
frontend | healthy | demos/linkedin-app/src/pages/Feed.jsx |
Profile |
frontend | healthy | demos/linkedin-app/src/pages/Profile.jsx |
App |
frontend | healthy | demos/adopt-me-app/src/App.jsx |
PetCard |
frontend | healthy | demos/adopt-me-app/src/components/PetCard.jsx |
HatchAnimation |
frontend | healthy | demos/adopt-me-app/src/components/HatchAnimation.jsx |
Navbar |
frontend | healthy | demos/adopt-me-app/src/components/Navbar.jsx |
StatBar |
frontend | healthy | demos/adopt-me-app/src/components/StatBar.jsx |
Trade |
frontend | healthy | demos/adopt-me-app/src/pages/Trade.jsx |
Shop |
frontend | healthy | demos/adopt-me-app/src/pages/Shop.jsx |
Nursery |
frontend | healthy | demos/adopt-me-app/src/pages/Nursery.jsx |
MyPets |
frontend | healthy | demos/adopt-me-app/src/pages/MyPets.jsx |
Home |
frontend | healthy | demos/adopt-me-app/src/pages/Home.jsx |
| Label | Layer | Status | Path |
|---|---|---|---|
/Contacts |
frontend | healthy | demos/crm-app/src/pages/Contacts.jsx |
/Dashboard |
frontend | healthy | demos/crm-app/src/pages/Dashboard.jsx |
/Deals |
frontend | healthy | demos/crm-app/src/pages/Deals.jsx |
/Jobs |
frontend | healthy | demos/linkedin-app/src/pages/Jobs.jsx |
/Messaging |
frontend | healthy | demos/linkedin-app/src/pages/Messaging.jsx |
/Network |
frontend | healthy | demos/linkedin-app/src/pages/Network.jsx |
/Feed |
frontend | healthy | demos/linkedin-app/src/pages/Feed.jsx |
/Profile |
frontend | healthy | demos/linkedin-app/src/pages/Profile.jsx |
/Trade |
frontend | healthy | demos/adopt-me-app/src/pages/Trade.jsx |
/Shop |
frontend | healthy | demos/adopt-me-app/src/pages/Shop.jsx |
/Nursery |
frontend | healthy | demos/adopt-me-app/src/pages/Nursery.jsx |
/MyPets |
frontend | healthy | demos/adopt-me-app/src/pages/MyPets.jsx |
/Home |
frontend | healthy | demos/adopt-me-app/src/pages/Home.jsx |
/ |
frontend | healthy | demos/crm-app/src/App.jsx |
/contacts |
frontend | healthy | demos/crm-app/src/App.jsx |
/deals |
frontend | healthy | demos/crm-app/src/App.jsx |
/profile/:userId |
frontend | healthy | demos/linkedin-app/src/App.jsx |
/network |
frontend | healthy | demos/linkedin-app/src/App.jsx |
/jobs |
frontend | healthy | demos/linkedin-app/src/App.jsx |
/messaging |
frontend | healthy | demos/linkedin-app/src/App.jsx |
/nursery |
frontend | healthy | demos/adopt-me-app/src/App.jsx |
/my-pets |
frontend | healthy | demos/adopt-me-app/src/App.jsx |
/shop |
frontend | healthy | demos/adopt-me-app/src/App.jsx |
/trade |
frontend | healthy | demos/adopt-me-app/src/App.jsx |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | tests/test_mcp_phase4_callback_and_provider.py |
93.184.216.34 |
network | healthy | tests/test_tool_system_tools.py |
192.168.1.1 |
network | healthy | tests/test_hook_executors.py |
169.254.169.254 |
network | healthy | tests/test_hook_executors.py |
10.0.0.1 |
network | healthy | tests/test_ssrf_guard.py |
172.16.0.1 |
network | healthy | tests/test_ssrf_guard.py |
169.254.1.1 |
network | healthy | tests/test_ssrf_guard.py |
8.8.8.8 |
network | healthy | tests/test_ssrf_guard.py |
169.254.170.2 |
network | healthy | tests/test_ssrf_guard.py |
169.254.0.0 |
network | healthy | tests/bridge/test_no_proxy.py |
10.0.0.0 |
network | healthy | tests/bridge/test_no_proxy.py |
172.16.0.0 |
network | healthy | tests/bridge/test_no_proxy.py |
192.168.0.0 |
network | healthy | tests/bridge/test_no_proxy.py |
| Label | Layer | Status | Path |
|---|---|---|---|
sqlite |
data | healthy | src/command_system/input_processing.py |
postgresql |
data | healthy | src/tool_system/tools/web_fetch.py |
mysql |
data | healthy | src/tool_system/tools/web_fetch.py |
redis |
data | healthy | src/tool_system/tools/web_fetch.py |
mongodb |
data | healthy | src/tool_system/tools/web_fetch.py |
| Label | Layer | Status | Path |
|---|---|---|---|
test_session_migration.py |
data | healthy | tests/test_session_migration.py |
test_local_agent_migration.py |
data | healthy | tests/tasks/test_local_agent_migration.py |
test_local_shell_migration.py |
data | healthy | tests/tasks/test_local_shell_migration.py |
__init__.py |
data | healthy | src/migrations/__init__.py |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::aws |
hardware | healthy | tests/test_auth.py |
vps::azure |
hardware | healthy | src/providers/openai_compatible.py |
vps::ec2 |
hardware | healthy | src/hooks/ssrf_guard.py |
| Label | Layer | Status | Path |
|---|---|---|---|
port:12345 |
network | healthy | tests/upstreamproxy/test_upstream_proxy.py |
port:54321 |
network | healthy | tests/upstreamproxy/test_upstream_proxy.py |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-wtsmyful |
software | healthy | /tmp/repobility-clone-wtsmyful |
| Label | Layer | Status | Path |
|---|---|---|---|
envoy |
network | healthy | src/upstreamproxy/relay.py |
| Label | Layer | Status | Path |
|---|---|---|---|
gpu (detected) |
hardware | healthy | demos/minecraft-app/package-lock.json |
This page is publicly accessible at:
https://repobility.com/scan/a323da9b-bb32-4324-b9e5-662ea243eca9/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/a323da9b-bb32-4324-b9e5-662ea243eca9/
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.