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.

user01ju/twse_website

https://github.com/user01ju/twse_website · scanned 2026-06-16 00:46 UTC (2 months, 1 week ago)

35 raw signals (0 security + 35 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 34 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

Showing 30 of 34 actionable findings. 35 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.

medium System graph quality Tests conf 1.00 CI is configured but no tests are detected
A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal.
CI/CDConfig theaterRepo hardening
medium System graph cicd CI/CD security conf 1.00 GitHub Action is tag-pinned rather than SHA-pinned
peaceiris/actions-gh-pages@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/daily_update.yml:78 CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 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.
.github/workflows/daily_update.yml CI/CD securitySupply chainGithub actions
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 network Security conf 1.00 Privileged port 15 in use
Port 15 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
.github/workflows/daily_update.yml Ports
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.
.github/workflows/daily_update.yml Ports
medium System graph network Security conf 1.00 Privileged port 7 in use
Port 7 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
.github/workflows/daily_update.yml Ports
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
0 test file(s) for 32 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, tests. 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 9 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 2 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.
lines 40, 56
.github/workflows/daily_update.yml:40, 56 (2 hits)
CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: processor/sector_inst.py:build_summary, processor/sector_inst.py:build 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.
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 Integrity conf 1.00 Old/deprecated-named symbol `_fetch_legacy` in fetcher/twse_client.py:113
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: build_summary
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
processor/sector_inst.py:163
low System graph software Dead code conf 1.00 Possibly dead Python function: date_to_roc
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
fetcher/market_calendar.py:27
low System graph software Dead code conf 1.00 Possibly dead Python function: fetch_3insti_all
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
fetcher/tpex_client.py:135
low System graph software Dead code conf 1.00 Possibly dead Python function: fetch_3insti_qfii
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
fetcher/tpex_client.py:123
low System graph software Dead code conf 1.00 Possibly dead Python function: fetch_3insti_summary
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
fetcher/tpex_client.py:117
low System graph software Dead code conf 1.00 Possibly dead Python function: fetch_3insti_trust
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
fetcher/tpex_client.py:129
low System graph software Dead code conf 1.00 Possibly dead Python function: fetch_bfi82u
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
fetcher/twse_client.py:165
low System graph software Dead code conf 1.00 Possibly dead Python function: fetch_daily_quotes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
fetcher/tpex_client.py:111
low System graph software Dead code conf 1.00 Possibly dead Python function: fetch_esb_quotes
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
fetcher/tpex_client.py:141
low System graph software Dead code conf 1.00 Possibly dead Python function: fetch_highlight
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
fetcher/tpex_client.py:87
low System graph software Dead code conf 1.00 Possibly dead Python function: fetch_sector_performance
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
fetcher/sector_client.py:30
low System graph software Dead code conf 1.00 Possibly dead Python function: fetch_stock_day_all
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
fetcher/twse_client.py:86
low System graph software Dead code conf 1.00 Possibly dead Python function: fetch_t86
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
fetcher/twse_client.py:170
low System graph software Dead code conf 1.00 Possibly dead Python function: fetch_taiex_index
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
fetcher/twse_client.py:47
low System graph software Dead code conf 1.00 Possibly dead Python function: job
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scheduler.py:17
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
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/f5bc04da-bd0b-4864-a56e-b1aa910f3e6f/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/f5bc04da-bd0b-4864-a56e-b1aa910f3e6f/

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.