Caveat verdict
stock-ocr
Automates screenshot capture of the TongDaXin financial terminal and uses OCR engines to extract MA moving-average values; credential access is for an optional Baidu OCR API key, all operations are local desktop automation.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
Permission integrity
package_install
Findings (8)
Possible hardcoded credential
docs/OCR配置指南.md · prose · downgraded · API_KEY = "your_api_key
subprocess execution — runs system commands from Python
capture_ma20_powershell.py · prose · downgraded · subprocess.run(
Python chr() concatenation — builds strings to evade detection
capture_ma20_powershell.py · prose · downgraded · chr(92)+chr(92)
Instructs covert action — may act without user awareness
get_ma20_final.py · prose · downgraded · Silently
subprocess with shell=True — command injection vector
setup_ocr.py · prose · downgraded · subprocess.run(
cmd,
shell=True
Python urllib.request — network access
capture_ma20.py · prose · downgraded · urllib.request
POSTs data to external URL
get_ma20.py · prose · downgraded · .post(
'https://
Python os.environ.get — reads environment variable
ocr_with_api.py · prose · downgraded · os.environ.get(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions — minimal attack surface.
credential_accesspackage_install Is this flag fair?
Thanks — recorded.