https://github.com/sujitojha1/repo-genesis
· scanned 2026-06-16 00:25 UTC (2 months, 2 weeks ago)
51 raw signals (0 security + 51 graph)
Last scanned 2 months, 2 weeks ago · v1 · 47 actionable findings from 1 signal source. 4 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 589 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 |
|---|---|---|---|
new_id |
software | healthy | code/schemas.py:21 |
all_done |
software | healthy | code/schemas.py:74 |
next_unfinished |
software | healthy | code/schemas.py:77 |
is_answer |
software | healthy | code/schemas.py:96 |
__init__ |
software | healthy | code/skills.py:77 |
prompt_template |
software | healthy | code/skills.py:70 |
get |
software | healthy | code/skills.py:81 |
names |
software | dead | code/skills.py:86 |
resolve_inputs |
software | healthy | code/skills.py:92 |
_format_memory_hits |
software | healthy | code/skills.py:128 |
render_prompt |
software | healthy | code/skills.py:162 |
parse_skill_json |
software | healthy | code/skills.py:207 |
tool_payload |
software | healthy | code/skills.py:267 |
run_skill |
software | healthy | code/skills.py:275 |
classify_failure |
software | healthy | code/recovery.py:29 |
recovery_root_for |
software | healthy | code/recovery.py:46 |
plan_recovery |
software | healthy | code/recovery.py:70 |
handle_critic_verdict |
software | healthy | code/recovery.py:113 |
_snapshot_history |
software | healthy | code/perception.py:114 |
_snapshot_hits |
software | healthy | code/perception.py:127 |
observe |
software | healthy | code/perception.py:147 |
_safe |
software | healthy | code/mcp_server.py:57 |
_empty_usage |
software | healthy | code/mcp_server.py:65 |
_load_usage |
software | healthy | code/mcp_server.py:73 |
_save_usage |
software | healthy | code/mcp_server.py:88 |
_bump |
software | healthy | code/mcp_server.py:92 |
_under_cap |
software | healthy | code/mcp_server.py:99 |
_tavily_search |
software | healthy | code/mcp_server.py:103 |
_ddg_search |
software | healthy | code/mcp_server.py:118 |
_crawl4ai_fetch |
software | healthy | code/mcp_server.py:138 |
web_search |
software | healthy | code/mcp_server.py:175 |
fetch_url |
software | healthy | code/mcp_server.py:192 |
get_time |
software | healthy | code/mcp_server.py:198 |
currency_convert |
software | healthy | code/mcp_server.py:213 |
read_file |
software | healthy | code/mcp_server.py:235 |
list_dir |
software | healthy | code/mcp_server.py:248 |
create_file |
software | healthy | code/mcp_server.py:271 |
update_file |
software | healthy | code/mcp_server.py:283 |
edit_file |
software | healthy | code/mcp_server.py:293 |
_read_for_index |
software | healthy | code/mcp_server.py:317 |
_chunk_text |
software | healthy | code/mcp_server.py:325 |
index_document |
software | healthy | code/mcp_server.py:343 |
search_knowledge |
software | healthy | code/mcp_server.py:376 |
_format_hits |
software | healthy | code/decision.py:81 |
_format_history |
software | healthy | code/decision.py:119 |
_format_attached |
software | healthy | code/decision.py:142 |
next_step |
software | healthy | code/decision.py:158 |
_load |
software | healthy | code/memory.py:45 |
_save |
software | healthy | code/memory.py:52 |
_index |
software | healthy | code/memory.py:61 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
run_demo.sh |
software | healthy | run_demo.sh |
README.md |
software | healthy | README.md |
package.json |
software | healthy | package.json |
package-lock.json |
software | healthy | package-lock.json |
LICENSE |
software | healthy | LICENSE |
architecture.md |
software | healthy | docs/architecture.md |
session-9-study-notes.md |
software | healthy | docs/session-9-study-notes.md |
requirements.md |
software | healthy | docs/requirements.md |
run-report-laptops-under-80k.md |
software | healthy | docs/run-report-laptops-under-80k.md |
assignment.md |
software | healthy | docs/assignment.md |
schemas.py |
software | healthy | code/schemas.py |
skills.py |
software | healthy | code/skills.py |
recovery.py |
software | healthy | code/recovery.py |
perception.py |
software | healthy | code/perception.py |
mcp_server.py |
software | healthy | code/mcp_server.py |
VALIDATION.md |
software | healthy | code/VALIDATION.md |
agent_config.yaml |
software | healthy | code/agent_config.yaml |
decision.py |
software | healthy | code/decision.py |
memory.py |
software | healthy | code/memory.py |
gateway.py |
software | healthy | code/gateway.py |
replay.py |
software | healthy | code/replay.py |
sandbox.py |
software | healthy | code/sandbox.py |
persistence.py |
software | healthy | code/persistence.py |
artifacts.py |
software | healthy | code/artifacts.py |
mcp_runner.py |
software | healthy | code/mcp_runner.py |
agent7_s7_carryover.py |
software | healthy | code/agent7_s7_carryover.py |
vector_index.py |
software | healthy | code/vector_index.py |
.env.example |
software | healthy | code/.env.example |
pyproject.toml |
software | healthy | code/pyproject.toml |
github_auth.py |
software | healthy | code/github_auth.py |
flow.py |
software | healthy | code/flow.py |
test_mcp_server.py |
software | healthy | code/test_mcp_server.py |
requirements.txt |
software | healthy | code/requirements.txt |
action.py |
software | healthy | code/action.py |
test_critic_autoinsert.py |
software | healthy | code/tests/test_critic_autoinsert.py |
test_natural_vision_search.py |
software | healthy | code/tests/test_natural_vision_search.py |
test_recovery.py |
software | healthy | code/tests/test_recovery.py |
test_github_auth.py |
software | healthy | code/tests/test_github_auth.py |
test_recovery_amnesia.py |
software | healthy | code/tests/test_recovery_amnesia.py |
test_recovery_cap.py |
software | healthy | code/tests/test_recovery_cap.py |
test_browser_enumerate_retry.py |
software | healthy | code/tests/test_browser_enumerate_retry.py |
sandbox_executor.md |
software | healthy | code/prompts/sandbox_executor.md |
distiller.md |
software | healthy | code/prompts/distiller.md |
critic.md |
software | healthy | code/prompts/critic.md |
researcher.md |
software | healthy | code/prompts/researcher.md |
summariser.md |
software | healthy | code/prompts/summariser.md |
planner.md |
software | healthy | code/prompts/planner.md |
specifier.md |
software | healthy | code/prompts/specifier.md |
formatter.md |
software | healthy | code/prompts/formatter.md |
github_auth.md |
software | healthy | code/prompts/github_auth.md |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
MemoryItem |
software | healthy | code/schemas.py:30 |
Artifact |
software | healthy | code/schemas.py:52 |
Goal |
software | healthy | code/schemas.py:63 |
Observation |
software | healthy | code/schemas.py:70 |
ToolCall |
software | healthy | code/schemas.py:83 |
DecisionOutput |
software | healthy | code/schemas.py:88 |
NodeSpec |
software | healthy | code/schemas.py:102 |
AgentResult |
software | healthy | code/schemas.py:125 |
BrowserOutput |
software | healthy | code/schemas.py:143 |
NodeState |
software | healthy | code/schemas.py:160 |
Skill |
software | healthy | code/skills.py:53 |
SkillRegistry |
software | healthy | code/skills.py:76 |
RecoveryDecision |
software | healthy | code/recovery.py:63 |
_GoalDelta |
software | healthy | code/perception.py:24 |
_PerceptionOutput |
software | healthy | code/perception.py:35 |
_Classification |
software | healthy | code/memory.py:178 |
SessionLoadError |
software | healthy | code/persistence.py:30 |
SessionStore |
software | healthy | code/persistence.py:51 |
VectorIndex |
software | healthy | code/vector_index.py:42 |
GitHubAuthSkill |
software | healthy | code/github_auth.py:129 |
Graph |
software | healthy | code/flow.py:44 |
Executor |
software | healthy | code/flow.py:206 |
_StubGraph |
software | healthy | code/tests/test_recovery.py:117 |
_StubDef |
software | healthy | code/tests/test_recovery_cap.py:30 |
_StubRegistry |
software | healthy | code/tests/test_recovery_cap.py:35 |
_FakePage |
software | healthy | code/tests/test_browser_enumerate_retry.py:34 |
GatewayResult |
software | healthy | code/browser/client.py:21 |
V9Client |
software | healthy | code/browser/client.py:36 |
Element |
software | healthy | code/browser/dom.py:133 |
PageSnapshot |
software | healthy | code/browser/dom.py:159 |
BrowserSkill |
software | healthy | code/browser/skill.py:122 |
StepRecord |
software | healthy | code/browser/driver.py:128 |
DriverConfig |
software | healthy | code/browser/driver.py:141 |
DriverResult |
software | healthy | code/browser/driver.py:155 |
BaseDriver |
software | healthy | code/browser/driver.py:211 |
SetOfMarksDriver |
software | healthy | code/browser/driver.py:334 |
A11yDriver |
software | healthy | code/browser/driver.py:369 |
LLM |
software | healthy | gateway/client.py:24 |
RateState |
software | healthy | gateway/router.py:35 |
Router |
software | healthy | gateway/router.py:114 |
RouterPool |
software | healthy | gateway/router.py:165 |
ToolDef |
software | healthy | gateway/schemas.py:6 |
ToolCall |
software | healthy | gateway/schemas.py:13 |
CacheableSystemBlock |
software | healthy | gateway/schemas.py:24 |
ResponseFormat |
software | healthy | gateway/schemas.py:29 |
ChatRequest |
software | healthy | gateway/schemas.py:38 |
RouterDecision |
software | healthy | gateway/schemas.py:69 |
EmbedRequest |
software | healthy | gateway/schemas.py:83 |
EmbedResponse |
software | healthy | gateway/schemas.py:92 |
ChatResponse |
software | healthy | gateway/schemas.py:101 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
docs |
software | healthy | docs |
code |
software | healthy | code |
tests |
software | healthy | code/tests |
prompts |
software | healthy | code/prompts |
browser |
software | healthy | code/browser |
.claude |
software | healthy | .claude |
skills |
software | healthy | .claude/skills |
codebase-to-course |
software | healthy | .claude/skills/codebase-to-course |
references |
software | healthy | .claude/skills/codebase-to-course/references |
gateway |
software | healthy | gateway |
tests |
software | healthy | gateway/tests |
static |
software | healthy | gateway/static |
course |
software | healthy | course |
modules |
software | healthy | course/modules |
| Label | Layer | Status | Path |
|---|---|---|---|
POST /v1/chat |
api | healthy | gateway/main.py |
POST /v1/chat/batch |
api | healthy | gateway/main.py |
POST /v1/vision |
api | healthy | gateway/main.py |
GET /v1/cost/by_agent |
api | healthy | gateway/main.py |
POST /v1/embed |
api | healthy | gateway/main.py |
GET /v1/embedders |
api | healthy | gateway/main.py |
GET /v1/providers |
api | healthy | gateway/main.py |
GET /v1/capabilities |
api | healthy | gateway/main.py |
GET /v1/status |
api | healthy | gateway/main.py |
GET /v1/routers |
api | healthy | gateway/main.py |
GET /v1/calls |
api | healthy | gateway/main.py |
GET / |
api | healthy | gateway/main.py |
GET /help |
api | healthy | gateway/main.py |
| Label | Layer | Status | Path |
|---|---|---|---|
port:29148 |
network | healthy | code/agent_config.yaml |
port:2018 |
network | healthy | code/agent_config.yaml |
| Label | Layer | Status | Path |
|---|---|---|---|
131.0.0.0 |
network | healthy | code/browser/skill.py |
127.0.0.1 |
network | healthy | gateway/tests/test_embed.py |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-jm2lun6q |
software | healthy | /tmp/repobility-clone-jm2lun6q |
| Label | Layer | Status | Path |
|---|---|---|---|
sqlite |
data | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
calls |
data | healthy | gateway/db.py |
| Label | Layer | Status | Path |
|---|---|---|---|
gpu (detected) |
hardware | healthy | gateway/router.py |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::azure |
hardware | healthy | gateway/providers.py |
This page is publicly accessible at:
https://repobility.com/scan/288edcf4-b66b-41b0-a0e5-b16338a5d9eb/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/288edcf4-b66b-41b0-a0e5-b16338a5d9eb/
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.