https://github.com/Superpos-AI/superpos-mcp
· scanned 2026-06-16 00:25 UTC (2 months, 2 weeks ago)
13 raw signals (0 security + 13 graph)
Last scanned 2 months, 2 weeks ago · v1 · 13 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 179 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 |
|---|---|---|---|
fake |
software | healthy | tests/conftest.py:6 |
isolated_credentials |
software | healthy | tests/conftest.py:12 |
call |
software | healthy | tests/live_drive.py:17 |
main |
software | healthy | tests/live_drive.py:29 |
__init__ |
software | healthy | tests/fake_superpos.py:495 |
next_id |
software | healthy | tests/fake_superpos.py:42 |
make_handler |
software | healthy | tests/fake_superpos.py:52 |
log_message |
software | healthy | tests/fake_superpos.py:54 |
_body |
software | healthy | tests/fake_superpos.py:58 |
_send |
software | healthy | tests/fake_superpos.py:64 |
_authed |
software | healthy | tests/fake_superpos.py:79 |
_route |
software | healthy | tests/fake_superpos.py:84 |
_hive_route |
software | healthy | tests/fake_superpos.py:147 |
do_GET |
software | healthy | tests/fake_superpos.py:474 |
do_POST |
software | healthy | tests/fake_superpos.py:477 |
do_PATCH |
software | healthy | tests/fake_superpos.py:480 |
do_PUT |
software | healthy | tests/fake_superpos.py:483 |
do_DELETE |
software | healthy | tests/fake_superpos.py:486 |
base_url |
software | healthy | tests/fake_superpos.py:501 |
__enter__ |
software | healthy | tests/fake_superpos.py:505 |
__exit__ |
software | healthy | tests/fake_superpos.py:509 |
main |
software | healthy | tests/smoke_stdio.py:18 |
make_server |
software | healthy | tests/test_server.py:11 |
call |
software | healthy | tests/test_server.py:17 |
test_lists_all_tools |
software | healthy | tests/test_server.py:31 |
test_whoami_connected |
software | healthy | tests/test_server.py:59 |
test_whoami_reports_missing_config |
software | healthy | tests/test_server.py:68 |
test_full_task_lifecycle |
software | healthy | tests/test_server.py:77 |
test_fail_task |
software | healthy | tests/test_server.py:113 |
test_knowledge_roundtrip |
software | healthy | tests/test_server.py:125 |
test_events_pubsub |
software | healthy | tests/test_server.py:144 |
test_schedules |
software | healthy | tests/test_server.py:156 |
test_issue_lifecycle |
software | healthy | tests/test_server.py:173 |
test_create_issue_assignee_shorthand |
software | healthy | tests/test_server.py:219 |
test_issue_types_link_approval_and_dependencies |
software | healthy | tests/test_server.py:231 |
test_track_lifecycle |
software | healthy | tests/test_server.py:299 |
test_hive_map |
software | healthy | tests/test_server.py:342 |
test_expired_token_recovers_transparently |
software | healthy | tests/test_server.py:351 |
test_persona_and_memory |
software | healthy | tests/test_server.py:360 |
test_ttl_shorthand_conversion |
software | healthy | tests/test_server.py:369 |
test_setup_login_writes_credentials |
software | healthy | tests/test_cli.py:10 |
test_setup_register_creates_agent |
software | healthy | tests/test_cli.py:27 |
test_setup_register_forwards_registration_token |
software | healthy | tests/test_cli.py:42 |
test_setup_bad_login_fails |
software | healthy | tests/test_cli.py:54 |
test_install_writes_cursor_and_gemini_configs |
software | healthy | tests/test_cli.py:66 |
test_install_merges_existing_cursor_config |
software | healthy | tests/test_cli.py:83 |
test_install_codex_appends_toml |
software | healthy | tests/test_cli.py:94 |
test_install_print_outputs_snippet |
software | healthy | tests/test_cli.py:105 |
test_install_unknown_target_fails |
software | healthy | tests/test_cli.py:113 |
test_doctor_ok |
software | healthy | tests/test_cli.py:119 |
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 |
install.sh |
software | healthy | install.sh |
pyproject.toml |
software | healthy | pyproject.toml |
conftest.py |
software | healthy | tests/conftest.py |
live_drive.py |
software | healthy | tests/live_drive.py |
fake_superpos.py |
software | healthy | tests/fake_superpos.py |
smoke_stdio.py |
software | healthy | tests/smoke_stdio.py |
test_server.py |
software | healthy | tests/test_server.py |
test_cli.py |
software | healthy | tests/test_cli.py |
test_client.py |
software | healthy | tests/test_client.py |
superpos-app-integration.md |
software | healthy | docs/superpos-app-integration.md |
ci.yml |
software | healthy | .github/workflows/ci.yml |
release.yml |
software | healthy | .github/workflows/release.yml |
client.py |
software | healthy | src/superpos_mcp/client.py |
__init__.py |
software | healthy | src/superpos_mcp/__init__.py |
config.py |
software | healthy | src/superpos_mcp/config.py |
cli.py |
software | healthy | src/superpos_mcp/cli.py |
server.py |
software | healthy | src/superpos_mcp/server.py |
__main__.py |
software | healthy | src/superpos_mcp/__main__.py |
| Label | Layer | Status | Path |
|---|---|---|---|
tests |
software | healthy | tests |
docs |
software | healthy | docs |
.github |
software | healthy | .github |
workflows |
software | healthy | .github/workflows |
src |
software | healthy | src |
superpos_mcp |
software | healthy | src/superpos_mcp |
| Label | Layer | Status | Path |
|---|---|---|---|
FakeState |
software | healthy | tests/fake_superpos.py:17 |
Handler |
software | healthy | tests/fake_superpos.py:53 |
FakeSuperpos |
software | healthy | tests/fake_superpos.py:492 |
SuperposError |
software | healthy | src/superpos_mcp/client.py:17 |
SuperposApi |
software | healthy | src/superpos_mcp/client.py:24 |
Config |
software | healthy | src/superpos_mcp/config.py:49 |
| Label | Layer | Status | Path |
|---|---|---|---|
lint |
cicd | healthy | .github/workflows/ci.yml |
test |
cicd | healthy | .github/workflows/ci.yml |
release |
cicd | healthy | .github/workflows/release.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
auth::.github/workflows/release.yml |
security | healthy | .github/workflows/release.yml |
auth::README.md |
security | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::ci |
cicd | healthy | .github/workflows/ci.yml |
gha::release |
cicd | healthy | .github/workflows/release.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-fc9hbqs4 |
software | healthy | /tmp/repobility-clone-fc9hbqs4 |
| Label | Layer | Status | Path |
|---|---|---|---|
127.0.0.1 |
network | healthy | tests/fake_superpos.py |
This page is publicly accessible at:
https://repobility.com/scan/bed1bb24-48be-49d9-9941-e4461d44104c/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/bed1bb24-48be-49d9-9941-e4461d44104c/
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.