skill-voter
Audited by Socket on Mar 3, 2026
1 alert found:
AnomalyThe fragment is coherently designed to support a community voting system for OpenClaw skills by authenticating to GitHub, reading/updating a per-instance vote ledger, and registering new skills. The main security concerns are: (1) use of a local proxy for all traffic which could misroute or intercept credentials if misused; (2) reliance on a local token file whose permissions and exposure determine risk; (3) potential inadvertent data exposure if the target GitHub repository is not properly access-controlled. Overall, the code matches its described purpose, but the setup introduces medium security risk due to credential handling and proxy usage. Treat as SUSPICIOUS-to-MEDIUM risk depending on deployment context; not malicious by itself but requires careful secret management and network hygiene.