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.

SpartanLabsXyz/simmer-sdk

https://github.com/SpartanLabsXyz/simmer-sdk · scanned 2026-06-16 00:19 UTC (2 months, 2 weeks ago)

131 raw signals (0 security + 131 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 114 actionable findings from 1 signal source. 17 repeated signals 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
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 54.4/100 with 88.9% coverage. It contains 2624 nodes across 17 cross-layer flows, written primarily in mixed languages. Engine surfaced 131 findings — concentrated in quality (77), api (18), software (17). Risk profile is high: 0 critical, 7 high, 18 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 81 of 114 actionable findings. 131 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: skills/simmer-x402/SKILL.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
skills/simmer-x402/SKILL.md:35 SecretsSkill file
high System graph api Wiring conf 1.00 Dangling fetch: GET https://registry.npmjs.org/simmer-mcp/latest (mcp/src/mcp-server.ts:161)
`mcp/src/mcp-server.ts:161` calls `GET https://registry.npmjs.org/simmer-mcp/latest` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/registry.npmjs.org/simmer-mcp/latest` If this points at an external API, pre…
Dangling fetchFetch
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — mcp/src/api.ts:375
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: mcp/skills/autoresearch/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
mcp/skills/autoresearch/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/polymarket-ai-divergence/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/polymarket-ai-divergence/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/polymarket-btc-up-down-trader/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/polymarket-btc-up-down-trader/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/polymarket-elon-tweets/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/polymarket-elon-tweets/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/polymarket-market-maker/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/polymarket-market-maker/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/polymarket-nothing-ever-happens/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/polymarket-nothing-ever-happens/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/polymarket-research/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/polymarket-research/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/polymarket-worldcup-copytrader/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/polymarket-worldcup-copytrader/SKILL.md VerificationSkill file
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: skills/prediction-trade-journal/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
skills/prediction-trade-journal/SKILL.md VerificationSkill file
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: skills/simmer-mcp-setup/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
skills/simmer-mcp-setup/SKILL.md:34 Supply chainSkill file
medium System graph security Agent instructions conf 1.00 Agent instruction contains unpinned remote install: skills/simmer-wallet-setup/SKILL.md
Remote install commands in agent instructions are a supply-chain risk, especially when an agent can execute shell commands.
skills/simmer-wallet-setup/SKILL.md:44 Supply chainSkill file
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in mcp/src/core/runner.ts:3
Found a known-risky pattern (node_child_process). Review and replace if possible.
mcp/src/core/runner.ts:3 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in mcp/src/runtime-probe.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
mcp/src/runtime-probe.ts:1 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in mcp/src/skill-runner.ts:7
Found a known-risky pattern (node_child_process). Review and replace if possible.
mcp/src/skill-runner.ts:7 Node child process
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — simmer_sdk/backtest/demo/backtest-demo-favorites/favorites_demo.py:55
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 1440 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph cicd CI/CD security conf 1.00 4 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/setup-python@v5 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
2 files, 4 locations
.github/workflows/ci.yml:35, 62, 67 (3 hits)
.github/workflows/publish-mcp.yml:20
CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 11 places
Functions with the same first-5-line body hash: skills/polymarket-weather-trader/weather_trader.py:get_client, skills/polymarket-btc-up-down-trader/strategy.py:get_client, skills/polymarket-signal-sniper/signal_sniper.py:get_client, skills/polymarket-elon-tweets/elon_tweets.py:get_client This is *…
duplicatesduplication
low System graph quality Integrity conf 1.00 12 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: skills/polymarket-weather-trader/weather_trader.py:get_noaa_forecast_for_station, skills/polymarket-weather-trader/weather_trader.py:get_noaa_forecast This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai…
12 occurrences
repo-level (12 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: skills/polymarket-weather-trader/weather_trader.py:fetch_json, skills/polymarket-elon-tweets/elon_tweets.py:fetch_json, skills/kalshi-weather-trader/weather_trader.py:fetch_json This is *the* AI-coder failure mode (4× more duplication in vibe-coded r…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: skills/polymarket-fast-loop/fastloop_trader.py:get_positions, skills/polymarket-mert-sniper/mert_sniper.py:get_positions, skills/kalshi-weather-trader/weather_trader.py:get_positions, skills/polymarket-ai-divergence/ai_divergence.py:get_positions Thi…
duplicatesduplication
low System graph quality Integrity conf 1.00 3 occurrences Near-duplicate function bodies in 6 places
Functions with the same first-5-line body hash: skills/polymarket-weather-trader/weather_trader.py:log_trade, skills/polymarket-weather-trader/weather_trader.py:log, skills/polymarket-elon-tweets/elon_tweets.py:log_trade, skills/polymarket-elon-tweets/elon_tweets.py:log This is *the* AI-coder fail…
3 occurrences
repo-level (3 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 7 places
Functions with the same first-5-line body hash: skills/polymarket-signal-sniper/scripts/status.py:main, skills/polymarket-elon-tweets/scripts/status.py:main, skills/polymarket-mert-sniper/scripts/status.py:main, skills/simmer-skill-builder/scripts/status.py:main This is *the* AI-coder failure mode…
duplicatesduplication
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
package.json LockfileReproducibilityGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `ctf_exchange_v2` in simmer_sdk/approvals.py:81
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `py_clob_client_v2` in simmer_sdk/signing.py:7
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_default_pre_cutover_signs_v1` in tests/test_polymarket_v2.py:61
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_ows_sign_typed_tx_rejects_legacy` in tests/test_ows_utils.py:215
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `test_polymarket_v2` in tests/test_poly_1271_signing.py:8
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 Possibly dead Python function: approve_agent
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
simmer_sdk/hyperliquid_venue.py:178
low System graph software Dead code conf 1.00 Possibly dead Python function: cancel_all_orders
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
simmer_sdk/client.py:3484
low System graph software Dead code conf 1.00 Possibly dead Python function: check_conflict
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
simmer_sdk/client.py:2523
low System graph software Dead code conf 1.00 Possibly dead Python function: check_market_exists
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
simmer_sdk/client.py:2808
low System graph software Dead code conf 1.00 Possibly dead Python function: close_all_positions
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
examples/humanplane_integration.py:156
low System graph software Dead code conf 1.00 Possibly dead Python function: create_alert
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
simmer_sdk/client.py:4049
low System graph software Dead code conf 1.00 Possibly dead Python function: delete_alert
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
simmer_sdk/client.py:4115
low System graph software Dead code conf 1.00 Possibly dead Python function: delete_webhook
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
simmer_sdk/client.py:4203
low System graph software Dead code conf 1.00 Possibly dead Python function: import_kalshi_event
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
simmer_sdk/client.py:2714
low System graph software Dead code conf 1.00 Possibly dead Python function: list_webhooks
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
simmer_sdk/client.py:4189
low System graph software Dead code conf 1.00 Possibly dead Python function: prepare_real_trade
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
simmer_sdk/client.py:2307
low System graph software Dead code conf 1.00 Possibly dead Python function: register_webhook
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
simmer_sdk/client.py:4152
low System graph software Dead code conf 1.00 Possibly dead Python function: remove_risk_monitor
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
skills/polymarket-copytrading/copytrading_trader.py:265
low System graph software Dead code conf 1.00 Possibly dead Python function: set_risk_monitor
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
skills/polymarket-signal-sniper/signal_sniper.py:478
low System graph software Dead code conf 1.00 Possibly dead Python function: set_risk_monitor
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
skills/polymarket-copytrading/copytrading_trader.py:246
low System graph software Dead code conf 1.00 Possibly dead Python function: test_webhook
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
simmer_sdk/client.py:4218
low System graph software Dead code conf 1.00 Possibly dead Python function: update_settings
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
simmer_sdk/client.py:3315
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — mcp/scripts/bundle-skills.ts:67
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — mcp/src/mcp-server.ts:34
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — simmer_sdk/scripts/sign-solana.js:67
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph quality Integrity conf 1.00 Stub function `log_trade` (body is just `pass`/`return`) — skills/polymarket-btc-up-down-trader/strategy.py:46
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `log_trade` (body is just `pass`/`return`) — skills/polymarket-fast-loop/fastloop_trader.py:41
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph quality Integrity conf 1.00 Stub function `log_trade` (body is just `pass`/`return`) — skills/polymarket-fast-scaler/fast_scaler.py:49
Likely an AI scaffold that was never filled in. Remove or implement.
Empty handlerDead code
low System graph api Wiring conf 1.00 Unused endpoint: DELETE /api/sdk/orders/{order_id}
`simmer_sdk/backtest/replay/server.py` declares `DELETE /api/sdk/orders/{order_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consume…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/replay-data/candles
`simmer_sdk/backtest/replay/server.py` declares `GET /api/replay-data/candles` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/sdk/agents/me
`simmer_sdk/backtest/replay/server.py` declares `GET /api/sdk/agents/me` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/sdk/briefing
`simmer_sdk/backtest/replay/server.py` declares `GET /api/sdk/briefing` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/sdk/context/{market_id}
`simmer_sdk/backtest/replay/server.py` declares `GET /api/sdk/context/{market_id}` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/sdk/fast-markets
`simmer_sdk/backtest/replay/server.py` declares `GET /api/sdk/fast-markets` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/sdk/health
`simmer_sdk/backtest/replay/server.py` declares `GET /api/sdk/health` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/sdk/markets
`simmer_sdk/backtest/replay/server.py` declares `GET /api/sdk/markets` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/sdk/markets/importable
`simmer_sdk/backtest/replay/server.py` declares `GET /api/sdk/markets/importable` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/sdk/markets/{market_id}/history
`simmer_sdk/backtest/replay/server.py` declares `GET /api/sdk/markets/{market_id}/history` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who …
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/sdk/orders/open
`simmer_sdk/backtest/replay/server.py` declares `GET /api/sdk/orders/open` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/sdk/portfolio
`simmer_sdk/backtest/replay/server.py` declares `GET /api/sdk/portfolio` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/sdk/positions
`simmer_sdk/backtest/replay/server.py` declares `GET /api/sdk/positions` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/sdk/markets/import
`simmer_sdk/backtest/replay/server.py` declares `POST /api/sdk/markets/import` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/sdk/positions/{market_id}/monitor
`simmer_sdk/backtest/replay/server.py` declares `POST /api/sdk/positions/{market_id}/monitor` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting w…
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/sdk/redeem
`simmer_sdk/backtest/replay/server.py` declares `POST /api/sdk/redeem` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/sdk/trade
`simmer_sdk/backtest/replay/server.py` declares `POST /api/sdk/trade` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: simmer_sdk/client.py (5806 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: simmer_sdk/signing.py (1540 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: skills/polymarket-copytrading/copytrading_trader.py (1238 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: skills/polymarket-fast-loop/fastloop_trader.py (1470 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: skills/polymarket-weather-trader/weather_trader.py (1848 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: skills/polymarket-worldcup-copytrader/tests/test_copytrader.py (1119 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: skills/polymarket-worldcup-parlay-roller/tests/test_parlay_roller_trader.py (1319 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
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/160f6284-ecab-4ef1-952c-777d5256ff06/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/160f6284-ecab-4ef1-952c-777d5256ff06/

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.