https://github.com/cskaa/ai-superposition
· scanned 2026-06-17 01:52 UTC (1 month, 1 week ago)
32 raw signals (0 security + 32 graph)
Last scanned 1 month, 1 week ago · v2 · last Δ +6.9 (diff) · 23 actionable findings from 1 signal source. 9 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.
All 379 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 |
|---|---|---|---|
load_dotenv |
software | healthy | backend/app/store.py:32 |
_build_database_url |
software | healthy | backend/app/store.py:46 |
_parse_created_at |
software | healthy | backend/app/store.py:94 |
_to_model |
software | healthy | backend/app/store.py:111 |
__init__ |
software | healthy | backend/app/store.py:198 |
_put |
software | healthy | backend/app/store.py:130 |
_get |
software | healthy | backend/app/store.py:141 |
_list |
software | healthy | backend/app/store.py:150 |
put_twin |
software | healthy | backend/app/store.py:206 |
get_twin |
software | healthy | backend/app/store.py:211 |
list_twins |
software | healthy | backend/app/store.py:216 |
put_decision |
software | healthy | backend/app/store.py:222 |
get_decision |
software | healthy | backend/app/store.py:227 |
list_decisions |
software | healthy | backend/app/store.py:232 |
put_result |
software | healthy | backend/app/store.py:238 |
get_result |
software | healthy | backend/app/store.py:243 |
_connect_mysql |
software | healthy | backend/app/store.py:252 |
get_store |
software | healthy | backend/app/store.py:289 |
health |
software | healthy | backend/app/main.py:22 |
propose_hedges |
software | healthy | backend/app/agents/hedges.py:215 |
score |
software | healthy | backend/app/agents/hedges.py:240 |
fmt_usd |
software | healthy | backend/app/agents/heuristics.py:39 |
dist_mean |
software | healthy | backend/app/agents/heuristics.py:54 |
implied_growth_churn |
software | healthy | backend/app/agents/heuristics.py:68 |
top_drivers |
software | healthy | backend/app/agents/heuristics.py:83 |
leading_option |
software | healthy | backend/app/agents/heuristics.py:88 |
bucket |
software | healthy | backend/app/agents/heuristics.py:93 |
_clamp |
software | healthy | backend/app/agents/heuristics.py:97 |
_short |
software | healthy | backend/app/agents/heuristics.py:101 |
cfo_report |
software | dead | backend/app/agents/heuristics.py:108 |
cmo_report |
software | dead | backend/app/agents/heuristics.py:163 |
risk_report |
software | dead | backend/app/agents/heuristics.py:227 |
market_intel_report |
software | dead | backend/app/agents/heuristics.py:283 |
llm_enabled |
software | healthy | backend/app/agents/llm.py:44 |
model_name |
software | healthy | backend/app/agents/llm.py:48 |
_parse |
software | healthy | backend/app/agents/llm.py:52 |
generate_report |
software | healthy | backend/app/agents/llm.py:71 |
polish_hedges |
software | healthy | backend/app/agents/llm.py:83 |
_stats_summary |
software | healthy | backend/app/agents/council.py:70 |
_agent_report |
software | healthy | backend/app/agents/council.py:117 |
run_council |
software | healthy | backend/app/agents/council.py:143 |
list_templates |
software | healthy | backend/app/api/routes.py:32 |
create_twin |
software | healthy | backend/app/api/routes.py:37 |
list_twins |
software | healthy | backend/app/api/routes.py:44 |
get_twin |
software | healthy | backend/app/api/routes.py:49 |
create_decision |
software | healthy | backend/app/api/routes.py:57 |
list_decisions |
software | healthy | backend/app/api/routes.py:68 |
get_decision |
software | healthy | backend/app/api/routes.py:73 |
simulate_decision |
software | healthy | backend/app/api/routes.py:81 |
get_result |
software | healthy | backend/app/api/routes.py:115 |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
CLAUDE.md |
software | healthy | CLAUDE.md |
README.md |
software | healthy | README.md |
.env.example |
software | healthy | backend/.env.example |
conftest.py |
software | healthy | backend/conftest.py |
requirements.txt |
software | healthy | backend/requirements.txt |
__init__.py |
software | healthy | backend/app/__init__.py |
store.py |
software | healthy | backend/app/store.py |
main.py |
software | healthy | backend/app/main.py |
schemas.py |
software | healthy | backend/app/schemas.py |
hedges.py |
software | healthy | backend/app/agents/hedges.py |
__init__.py |
software | healthy | backend/app/agents/__init__.py |
heuristics.py |
software | healthy | backend/app/agents/heuristics.py |
llm.py |
software | healthy | backend/app/agents/llm.py |
council.py |
software | healthy | backend/app/agents/council.py |
routes.py |
software | healthy | backend/app/api/routes.py |
__init__.py |
software | healthy | backend/app/api/__init__.py |
templates.py |
software | healthy | backend/app/sim/templates.py |
scoring.py |
software | healthy | backend/app/sim/scoring.py |
analysis.py |
software | healthy | backend/app/sim/analysis.py |
__init__.py |
software | healthy | backend/app/sim/__init__.py |
engine.py |
software | healthy | backend/app/sim/engine.py |
simulate.py |
software | healthy | backend/app/sim/simulate.py |
builder.py |
software | healthy | backend/app/twin/builder.py |
__init__.py |
software | healthy | backend/app/twin/__init__.py |
csv_import.py |
software | healthy | backend/app/twin/csv_import.py |
benchmarks.py |
software | healthy | backend/app/twin/benchmarks.py |
__init__.py |
software | healthy | backend/tests/__init__.py |
test_api.py |
software | healthy | backend/tests/test_api.py |
tailwind.config.ts |
software | healthy | frontend/tailwind.config.ts |
next.config.mjs |
software | healthy | frontend/next.config.mjs |
package-lock.json |
software | healthy | frontend/package-lock.json |
postcss.config.mjs |
software | healthy | frontend/postcss.config.mjs |
package.json |
software | healthy | frontend/package.json |
tsconfig.json |
software | healthy | frontend/tsconfig.json |
globals.css |
software | healthy | frontend/app/globals.css |
layout.tsx |
software | healthy | frontend/app/layout.tsx |
page.tsx |
software | healthy | frontend/app/page.tsx |
page.tsx |
software | healthy | frontend/app/onboarding/page.tsx |
page.tsx |
software | healthy | frontend/app/decisions/[id]/page.tsx |
page.tsx |
software | healthy | frontend/app/decisions/new/page.tsx |
format.ts |
software | healthy | frontend/components/twin/format.ts |
DecisionLog.tsx |
software | healthy | frontend/components/twin/DecisionLog.tsx |
OnboardingForm.tsx |
software | healthy | frontend/components/twin/OnboardingForm.tsx |
TwinCard.tsx |
software | healthy | frontend/components/twin/TwinCard.tsx |
FormField.tsx |
software | healthy | frontend/components/twin/FormField.tsx |
format.ts |
software | healthy | frontend/components/framing/format.ts |
SimulationProgress.tsx |
software | healthy | frontend/components/framing/SimulationProgress.tsx |
LeverInput.tsx |
software | healthy | frontend/components/framing/LeverInput.tsx |
StepNav.tsx |
software | healthy | frontend/components/framing/StepNav.tsx |
OptionEditor.tsx |
software | healthy | frontend/components/framing/OptionEditor.tsx |
Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.
| Label | Layer | Status | Path |
|---|---|---|---|
MySQLStore |
software | healthy | backend/app/store.py:118 |
InMemoryStore |
software | healthy | backend/app/store.py:191 |
Distribution |
software | healthy | backend/app/schemas.py:22 |
Assumption |
software | healthy | backend/app/schemas.py:37 |
RevenueStream |
software | healthy | backend/app/schemas.py:48 |
CompanyTwin |
software | healthy | backend/app/schemas.py:55 |
TwinInterview |
software | healthy | backend/app/schemas.py:74 |
LeverMeta |
software | healthy | backend/app/schemas.py:92 |
DecisionOption |
software | healthy | backend/app/schemas.py:102 |
TemplateMeta |
software | healthy | backend/app/schemas.py:109 |
DecisionCreate |
software | healthy | backend/app/schemas.py:118 |
Decision |
software | healthy | backend/app/schemas.py:127 |
SimulateRequest |
software | healthy | backend/app/schemas.py:139 |
Percentiles |
software | healthy | backend/app/schemas.py:145 |
HistogramBin |
software | healthy | backend/app/schemas.py:153 |
Driver |
software | healthy | backend/app/schemas.py:159 |
FutureBucket |
software | healthy | backend/app/schemas.py:167 |
AgentReport |
software | healthy | backend/app/schemas.py:174 |
Hedge |
software | healthy | backend/app/schemas.py:181 |
OptionResult |
software | healthy | backend/app/schemas.py:187 |
Recommendation |
software | healthy | backend/app/schemas.py:199 |
SimulationResult |
software | healthy | backend/app/schemas.py:208 |
AgentReportPayload |
software | healthy | backend/app/agents/llm.py:24 |
HedgeItemPayload |
software | healthy | backend/app/agents/llm.py:32 |
HedgeListPayload |
software | healthy | backend/app/agents/llm.py:38 |
RandomScope |
software | healthy | backend/app/sim/engine.py:42 |
OptionPaths |
software | healthy | backend/app/sim/engine.py:136 |
_Baseline |
software | healthy | backend/app/sim/engine.py:153 |
_Events |
software | healthy | backend/app/sim/engine.py:225 |
names |
software | healthy | frontend/components/results/SparklineRow.tsx:names |
| Label | Layer | Status | Path |
|---|---|---|---|
backend |
software | healthy | backend |
app |
software | healthy | backend/app |
agents |
software | healthy | backend/app/agents |
api |
software | healthy | backend/app/api |
sim |
software | healthy | backend/app/sim |
twin |
software | healthy | backend/app/twin |
tests |
software | healthy | backend/tests |
frontend |
software | healthy | frontend |
app |
software | healthy | frontend/app |
onboarding |
software | healthy | frontend/app/onboarding |
decisions |
software | healthy | frontend/app/decisions |
[id] |
software | healthy | frontend/app/decisions/[id] |
new |
software | healthy | frontend/app/decisions/new |
components |
software | healthy | frontend/components |
twin |
software | healthy | frontend/components/twin |
framing |
software | healthy | frontend/components/framing |
results |
software | healthy | frontend/components/results |
lib |
software | healthy | frontend/lib |
docs |
software | healthy | docs |
graphify-out |
software | healthy | graphify-out |
| Label | Layer | Status | Path |
|---|---|---|---|
RootLayout |
frontend | healthy | frontend/app/layout.tsx |
DashboardPage |
frontend | healthy | frontend/app/page.tsx |
OnboardingPage |
frontend | healthy | frontend/app/onboarding/page.tsx |
DecisionResultsPage |
frontend | healthy | frontend/app/decisions/[id]/page.tsx |
NewDecisionPage |
frontend | healthy | frontend/app/decisions/new/page.tsx |
FutureBuckets |
frontend | healthy | frontend/components/results/FutureBuckets.tsx |
RecommendationCard |
frontend | healthy | frontend/components/results/RecommendationCard.tsx |
AssumptionsEditor |
frontend | healthy | frontend/components/results/AssumptionsEditor.tsx |
OptionComparison |
frontend | healthy | frontend/components/results/OptionComparison.tsx |
AgentPanel |
frontend | healthy | frontend/components/results/AgentPanel.tsx |
SparklineRow |
frontend | healthy | frontend/components/results/SparklineRow.tsx |
HedgesList |
frontend | healthy | frontend/components/results/HedgesList.tsx |
TornadoChart |
frontend | healthy | frontend/components/results/TornadoChart.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
GET /api/health |
api | healthy | backend/app/main.py |
GET /templates |
api | healthy | backend/app/api/routes.py |
POST /twins |
api | healthy | backend/app/api/routes.py |
GET /twins |
api | healthy | backend/app/api/routes.py |
GET /twins/{twin_id} |
api | healthy | backend/app/api/routes.py |
POST /decisions |
api | healthy | backend/app/api/routes.py |
GET /decisions |
api | healthy | backend/app/api/routes.py |
GET /decisions/{decision_id} |
api | healthy | backend/app/api/routes.py |
POST /decisions/{decision_id}/simulate |
api | healthy | backend/app/api/routes.py |
GET /decisions/{decision_id}/result |
api | healthy | backend/app/api/routes.py |
| Label | Layer | Status | Path |
|---|---|---|---|
/page.tsx |
frontend | healthy | frontend/app/page.tsx |
/onboarding |
frontend | healthy | frontend/app/onboarding/page.tsx |
/decisions/[id] |
frontend | healthy | frontend/app/decisions/[id]/page.tsx |
/decisions/new |
frontend | healthy | frontend/app/decisions/new/page.tsx |
| Label | Layer | Status | Path |
|---|---|---|---|
cskaa__ai-superposition |
software | healthy | /data/fable5_failed_archive/cskaa__ai-superposition |
| Label | Layer | Status | Path |
|---|---|---|---|
mysql |
data | healthy | README.md |
This page is publicly accessible at:
https://repobility.com/scan/9748b78b-d26b-4ca7-849f-7674ab5b2ad4/
To check status programmatically (no auth required):
curl -s https://repobility.com/api/v1/public/scan/9748b78b-d26b-4ca7-849f-7674ab5b2ad4/
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.