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.

roberthantink/AI-factory

https://github.com/roberthantink/AI-factory · scanned 2026-06-15 23:53 UTC (2 months, 3 weeks ago)

29 raw signals (0 security + 29 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 28 actionable findings from 1 signal source. 1 repeated signal grouped for readability. 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 281 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
_print_tool_call software healthy cli.py:39
_summarize_args software healthy cli.py:47
cmd_chat software healthy cli.py:57
cmd_ask software healthy cli.py:98
main software healthy cli.py:111
sendPushNotifications software healthy projects/tapin/functions/src/index.ts:sendPushNotifications
className software healthy projects/tapin/functions/src/index.ts:className
__init__ software healthy orchestrator/memory_compactor.py:23
compact_agent_episodic software healthy orchestrator/memory_compactor.py:27
compact_all_agents software healthy orchestrator/memory_compactor.py:84
detect_conflicts software dead orchestrator/memory_compactor.py:91
_summarize_entries software healthy orchestrator/memory_compactor.py:139
__init__ software healthy orchestrator/config.py:19
reload software healthy orchestrator/config.py:29
_load_yaml software healthy orchestrator/config.py:37
factory software healthy orchestrator/config.py:46
model_default software healthy orchestrator/config.py:50
model_fallback software healthy orchestrator/config.py:54
max_tokens software healthy orchestrator/config.py:58
temperature software healthy orchestrator/config.py:62
max_concurrent_agents software healthy orchestrator/config.py:66
review_required software healthy orchestrator/config.py:70
tiers software healthy orchestrator/config.py:76
tier_config software dead orchestrator/config.py:79
agent_config software healthy orchestrator/config.py:84
list_agents software healthy orchestrator/config.py:90
project_config software healthy orchestrator/config.py:101
list_projects software healthy orchestrator/config.py:107
agent_template software healthy orchestrator/config.py:118
list_templates software healthy orchestrator/config.py:122
agent_dir software healthy orchestrator/config.py:130
project_dir software healthy orchestrator/config.py:133
workspace_dir software healthy orchestrator/config.py:136
__init__ software healthy orchestrator/scheduler.py:24
get_backlog software healthy orchestrator/scheduler.py:30
get_active_tasks software healthy orchestrator/scheduler.py:34
get_done_tasks software healthy orchestrator/scheduler.py:38
get_agent_active_task software healthy orchestrator/scheduler.py:42
create_task software healthy orchestrator/scheduler.py:51
assign_task software healthy orchestrator/scheduler.py:86
submit_for_review software healthy orchestrator/scheduler.py:149
complete_task software healthy orchestrator/scheduler.py:180
find_reviewer software healthy orchestrator/scheduler.py:226
_count_all_tasks software healthy orchestrator/scheduler.py:257
_rewrite_jsonl software healthy orchestrator/scheduler.py:265
__init__ software healthy orchestrator/agent_factory.py:23
create_agent software healthy orchestrator/agent_factory.py:26
delete_agent software healthy orchestrator/agent_factory.py:127
list_agents software healthy orchestrator/agent_factory.py:134
_tool_list_agents software healthy orchestrator/orchestrator_tools.py:242

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

LabelLayerStatusPath
.mcp.json software healthy .mcp.json
README.md software healthy README.md
CLAUDE.md software healthy CLAUDE.md
cli.py software healthy cli.py
requirements.txt software healthy requirements.txt
factory.yaml software healthy config/factory.yaml
memory-tiers.yaml software healthy config/memory-tiers.yaml
reviewer.yaml software healthy config/agent-templates/reviewer.yaml
architect.yaml software healthy config/agent-templates/architect.yaml
qa.yaml software healthy config/agent-templates/qa.yaml
orchestrator.yaml software healthy config/agent-templates/orchestrator.yaml
backend-dev.yaml software healthy config/agent-templates/backend-dev.yaml
frontend-dev.yaml software healthy config/agent-templates/frontend-dev.yaml
package.json software healthy projects/yoloplata/package.json
package-lock.json software healthy projects/yoloplata/package-lock.json
project.yaml software healthy projects/yoloplata/project.yaml
project.yaml software healthy projects/tapin/project.yaml
package.json software healthy projects/tapin/functions/package.json
tsconfig.json software healthy projects/tapin/functions/tsconfig.json
index.ts software healthy projects/tapin/functions/src/index.ts
2026-06-10-phase1-factory-repo-cleanup.md software healthy docs/superpowers/plans/2026-06-10-phase1-factory-repo-clean…
2026-06-11-phase4-yoloplata-audit-and-fix.md software healthy docs/superpowers/plans/2026-06-11-phase4-yoloplata-audit-an…
2026-06-15-password-reset-implementation.md software healthy docs/superpowers/plans/2026-06-15-password-reset-implementa…
2026-06-15-bjj-belt-stripes-implementation.md software healthy docs/superpowers/plans/2026-06-15-bjj-belt-stripes-implemen…
2026-06-11-phase2-factory-process-upgrades.md software healthy docs/superpowers/plans/2026-06-11-phase2-factory-process-up…
2026-06-11-phase3-tapin-audit-and-fix.md software healthy docs/superpowers/plans/2026-06-11-phase3-tapin-audit-and-fi…
2026-06-10-factory-rewrite-design.md software healthy docs/superpowers/specs/2026-06-10-factory-rewrite-design.md
2026-06-15-bjj-belt-stripes-design.md software healthy docs/superpowers/specs/2026-06-15-bjj-belt-stripes-design.md
2026-06-15-password-reset-design.md software healthy docs/superpowers/specs/2026-06-15-password-reset-design.md
README.md software healthy shared/tools/README.md
README.md software healthy shared/knowledge/README.md
message-schema.json software healthy shared/protocols/message-schema.json
handoff-schema.json software healthy shared/protocols/handoff-schema.json
review-schema.json software healthy shared/protocols/review-schema.json
task-schema.json software healthy shared/protocols/task-schema.json
memory-schema.json software healthy shared/protocols/memory-schema.json
__init__.py software healthy orchestrator/__init__.py
memory_compactor.py software healthy orchestrator/memory_compactor.py
config.py software healthy orchestrator/config.py
scheduler.py software healthy orchestrator/scheduler.py
agent_factory.py software healthy orchestrator/agent_factory.py
orchestrator_tools.py software healthy orchestrator/orchestrator_tools.py
llm_client.py software healthy orchestrator/llm_client.py
models.py software healthy orchestrator/models.py
review_router.py software healthy orchestrator/review_router.py
context_assembler.py software healthy orchestrator/context_assembler.py
memory_manager.py software healthy orchestrator/memory_manager.py
main.py software healthy orchestrator/main.py
CHEATSHEET.md software healthy agents/hephaestus/CHEATSHEET.md
stop-commit.py software healthy agents/shared/hooks/stop-commit.py

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

LabelLayerStatusPath
config software healthy config
agent-templates software healthy config/agent-templates
projects software healthy projects
yoloplata software healthy projects/yoloplata
tapin software healthy projects/tapin
functions software healthy projects/tapin/functions
src software healthy projects/tapin/functions/src
docs software healthy docs
superpowers software healthy docs/superpowers
plans software healthy docs/superpowers/plans
specs software healthy docs/superpowers/specs
shared software healthy shared
tools software healthy shared/tools
knowledge software healthy shared/knowledge
protocols software healthy shared/protocols
orchestrator software healthy orchestrator
agents software healthy agents
hephaestus software healthy agents/hephaestus
shared software healthy agents/shared
hooks software healthy agents/shared/hooks
prompts software healthy agents/shared/prompts
apollo software healthy agents/apollo
athena software healthy agents/athena
daedalus software healthy agents/daedalus
argus software healthy agents/argus
prometheus software healthy agents/prometheus
.claude software healthy .claude
agents software healthy .claude/agents
agent-memory software healthy .claude/agent-memory
hephaestus software healthy .claude/agent-memory/hephaestus
apollo software healthy .claude/agent-memory/apollo
athena software healthy .claude/agent-memory/athena
daedalus software healthy .claude/agent-memory/daedalus
argus software healthy .claude/agent-memory/argus
prometheus software healthy .claude/agent-memory/prometheus

LabelLayerStatusPath
const software healthy projects/tapin/functions/src/index.ts:const
message software healthy projects/tapin/functions/src/index.ts:message
somehow software healthy projects/tapin/functions/src/index.ts:somehow
MemoryCompactor software healthy orchestrator/memory_compactor.py:20
Config software healthy orchestrator/config.py:16
Scheduler software healthy orchestrator/scheduler.py:21
AgentFactory software healthy orchestrator/agent_factory.py:20
LLMClient software healthy orchestrator/llm_client.py:30
Task software healthy orchestrator/models.py:56
EpisodicEntry software healthy orchestrator/models.py:82
SemanticEntry software healthy orchestrator/models.py:98
ProceduralEntry software healthy orchestrator/models.py:113
Handoff software healthy orchestrator/models.py:130
Review software healthy orchestrator/models.py:147
ReviewRouter software healthy orchestrator/review_router.py:18
ContextAssembler software healthy orchestrator/context_assembler.py:22
MemoryManager software healthy orchestrator/memory_manager.py:27
Factory software healthy orchestrator/main.py:30

LabelLayerStatusPath
repobility-clone-magievub software healthy /tmp/repobility-clone-magievub

LabelLayerStatusPath
127.0.0.1 network healthy agents/shared/hooks/session-start.py

LabelLayerStatusPath
vps::gcp hardware healthy projects/yoloplata/package-lock.json

LabelLayerStatusPath
auth::projects/tapin/project.yaml security healthy projects/tapin/project.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/ee143e75-6b70-42df-9538-1db1de86c676/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/ee143e75-6b70-42df-9538-1db1de86c676/

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.