Acca Tracker
PassAudited by ClawScan on Apr 15, 2026.
Overview
The skill's requests and instructions are coherent with its stated purpose (parsing bet slips, polling live scores, and reporting acca status); it asks for no credentials and has no install steps, though it will create autonomous cron jobs that poll public score sources and process user-supplied images/text.
This skill appears to do what it says: parse a bet slip and poll public score sources periodically. Things to consider before installing: (1) it will create recurring cron jobs that run autonomously and make network requests every 10–15 minutes — confirm you are comfortable with that behavior and any platform-level access the cronjob tool has; (2) you will upload photos of betting slips (which may contain personal info) — treat those images as sensitive; (3) it uses public live-score sources (TheSportsDB + web_search) and an example shows executing HTTP requests via code — there are no credentials requested, but network traffic will be sent to external services; (4) confirm the skill’s confirmation step (it shows the parsed slip and asks Start tracking?) is honored so jobs aren’t scheduled without explicit approval. If you want extra caution, ask the developer to (a) limit frequency or duration of cronjobs by default, (b) explicitly log where data is sent and retained, or (c) require per-user opt-in for persistent tracking.
