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.

sisyphe10/Antigravity_Market_Dashboard

https://github.com/sisyphe10/Antigravity_Market_Dashboard · scanned 2026-06-16 00:14 UTC (2 months, 2 weeks ago)

125 raw signals (0 security + 125 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 78 actionable findings from 1 signal source. 47 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.9/100 with 88.9% coverage. It contains 1085 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 125 findings — concentrated in quality (43), cicd (36), software (28). Risk profile is high: 3 critical, 2 high, 35 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 69 of 78 actionable findings. 125 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.

critical System graph security Secrets conf 1.00 Possible secret in execution/earnings_bot/ticker_registry.py
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
execution/earnings_bot/ticker_registry.py:25
critical System graph security Secrets conf 1.00 Possible secret in execution/earnings_calendar_sync.py
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
execution/earnings_calendar_sync.py:33
critical System graph security Secrets conf 1.00 Possible secret in execution/sisyphe_bot.py
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
execution/sisyphe_bot.py:2284
high System graph quality Integrity conf 1.00 Blocking `requests.get(...)` inside `async def idea_command` — execution/sisyphe_bot.py:2225
Sync I/O inside an async function blocks the event loop. While `requests.get(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_th…
execution/sisyphe_bot.py:2225 Sync io in asyncPerformance
high System graph security security conf 1.00 Insecure pattern 'tls_verify_false' in execution/sources/foreign_ir.py:143
Found a known-risky pattern (tls_verify_false). Review and replace if possible.
execution/sources/foreign_ir.py:143 Tls verify false
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/rules/target-transform.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.
.claude/rules/target-transform.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/rules/vm-deploy.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.
.claude/rules/vm-deploy.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing license, operator-readme. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
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 cicd CI/CD security conf 1.00 3 occurrences GitHub Action is tag-pinned rather than SHA-pinned
browser-actions/setup-chrome@v1 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
3 files, 3 locations
.github/workflows/daily_crawl.yml:131
.github/workflows/daily_disclosures.yml:40
.github/workflows/daily_universe.yml:37
CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 11 occurrences GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
11 files, 11 locations
.github/workflows/claude.yml
.github/workflows/daily_crawl.yml
.github/workflows/daily_disclosures.yml
.github/workflows/daily_ecos.yml
.github/workflows/daily_fred.yml
.github/workflows/daily_kofia.yml
.github/workflows/daily_universe.yml
.github/workflows/finalize_orders.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in architecture.html:253
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
architecture.html:253 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in index.html:171
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
index.html:171 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in market.html:806
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
market.html:806 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in market_alert.html:796
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
market_alert.html:796 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in seibro.html:168
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
seibro.html:168 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in universe.html:205
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
universe.html:205 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in wrap.html:369
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
wrap.html:369 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in wrap.html:2853
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
wrap.html:2853 Local storage auth token
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — add_universe_ticker.py:149
`subprocess.run(...)` 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
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — execution/sisyphe_bot.py:1566
`requests.put(...)` 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
medium System graph security Coverage conf 1.00 No auth library detected
The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing.
auth
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 20 placeholder/mock markers across 3 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph network Security conf 1.00 Privileged port 16 in use
Port 16 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/deploy.sh Ports
medium System graph network Security conf 1.00 Privileged port 23 in use
Port 23 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/deploy.sh Ports
medium System graph network Security conf 1.00 Privileged port 30 in use
Port 30 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/deploy.sh Ports
medium System graph network Security conf 1.00 Privileged port 59 in use
Port 59 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/deploy.sh Ports
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
1 test file(s) for 101 source file(s) (ratio 0.01). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Integrity conf 1.00 16 env vars used in code but missing from .env.example
Drift between code and config docs. The first few: `DATA_GO_KR_API_KEY`, `EARNINGS_BOT_DRY_RUN`, `EARNINGS_BOT_LOG_LEVEL`, `ECOS_API_KEY`, `FRED_API_KEY`, `KIS_APP_KEY`, `KIS_APP_SECRET`, `KIS_BASE_URL` + 8 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break.
config drift
low System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, operator-readme. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 582 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 22 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
11 files, 22 locations
.github/workflows/daily_crawl.yml:29, 34 (2 hits)
.github/workflows/daily_disclosures.yml:16, 19 (2 hits)
.github/workflows/daily_ecos.yml:25, 30 (2 hits)
.github/workflows/daily_fred.yml:25, 30 (2 hits)
.github/workflows/daily_kofia.yml:24, 29 (2 hits)
.github/workflows/daily_universe.yml:19, 22 (2 hits)
.github/workflows/earnings_calendar_sync.yml:14, 17 (2 hits)
.github/workflows/finalize_orders.yml:20, 25 (2 hits)
CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 15 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: add_aum.py:read_input, add_universe_ticker.py:read_input This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
15 occurrences
repo-level (15 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: execution/earnings_bot/transcript_sources/insider_monkey.py:parse, execution/earnings_bot/transcript_sources/motley_fool.py:parse, execution/earnings_bot/transcript_sources/marketbeat.py:parse, execution/earnings_bot/transcript_sources/globe_and_mail.…
duplicatesduplication
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph quality Docs conf 1.00 No README detected
No README file was found. Generated repos without README context are hard to operate, validate, or safely hand off.
ReadmeRepo hardeningGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `df_old` in calculate_wrap_nav.py:70
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 `earnings_bot_v1` in execution/earnings_bot/prompt_builder.py:24
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: b_alert_counts
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
execution/create_landing_highlights.py:445
low System graph software Dead code conf 1.00 Possibly dead Python function: b_battery_lithium
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
execution/create_landing_highlights.py:374
low System graph software Dead code conf 1.00 Possibly dead Python function: b_commodity_gold
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
execution/create_landing_highlights.py:312
low System graph software Dead code conf 1.00 Possibly dead Python function: b_crypto_btc
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
execution/create_landing_highlights.py:299
low System graph software Dead code conf 1.00 Possibly dead Python function: b_dxy
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
execution/create_landing_highlights.py:332
low System graph software Dead code conf 1.00 Possibly dead Python function: b_featured_chg_top
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
execution/create_landing_highlights.py:495
low System graph software Dead code conf 1.00 Possibly dead Python function: b_featured_volume_top
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
execution/create_landing_highlights.py:471
low System graph software Dead code conf 1.00 Possibly dead Python function: b_fx_usdkrw
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
execution/create_landing_highlights.py:322
low System graph software Dead code conf 1.00 Possibly dead Python function: b_index_kosdaq
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
execution/create_landing_highlights.py:557
low System graph software Dead code conf 1.00 Possibly dead Python function: b_index_kospi
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
execution/create_landing_highlights.py:419
low System graph software Dead code conf 1.00 Possibly dead Python function: b_index_nasdaq
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
execution/create_landing_highlights.py:432
low System graph software Dead code conf 1.00 Possibly dead Python function: b_index_nikkei
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
execution/create_landing_highlights.py:565
low System graph software Dead code conf 1.00 Possibly dead Python function: b_index_russell
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
execution/create_landing_highlights.py:569
low System graph software Dead code conf 1.00 Possibly dead Python function: b_index_sp500
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
execution/create_landing_highlights.py:561
low System graph software Dead code conf 1.00 Possibly dead Python function: b_index_tsec
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
execution/create_landing_highlights.py:573
low System graph software Dead code conf 1.00 Possibly dead Python function: b_market_1m_leader
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
execution/create_landing_highlights.py:234
low System graph software Dead code conf 1.00 Possibly dead Python function: b_market_breadth
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
execution/create_landing_highlights.py:254
low System graph software Dead code conf 1.00 Possibly dead Python function: b_memory_ddr5
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
execution/create_landing_highlights.py:276
low System graph software Dead code conf 1.00 Possibly dead Python function: b_scfi
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
execution/create_landing_highlights.py:406
low System graph software Dead code conf 1.00 Possibly dead Python function: b_smp
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
execution/create_landing_highlights.py:396
low System graph software Dead code conf 1.00 Possibly dead Python function: b_us10y
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
execution/create_landing_highlights.py:364
low System graph software Dead code conf 1.00 Possibly dead Python function: b_vix
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
execution/create_landing_highlights.py:348
low System graph software Dead code conf 1.00 Possibly dead Python function: build_quote_slots
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
execution/create_landing_highlights.py:44
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_data
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
execution/fetch_kna_news.py:101
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_endtag
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
execution/fetch_kna_news.py:92
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_starttag
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
execution/fetch_kna_news.py:80
low System graph software Dead code conf 1.00 Possibly dead Python function: safe_push
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/local_safe_push.py:152
low System graph software Dead code conf 1.00 Possibly dead Python function: weighted_ret
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
execution/fetch_kodex_sectors.py:169
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 quality Complexity conf 1.00 Very large file: execution/create_dashboard.py (8270 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: execution/sisyphe_bot.py (2574 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/a8d2ace7-39ff-4ebd-88c3-6068f140aa72/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/a8d2ace7-39ff-4ebd-88c3-6068f140aa72/

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.