boris
Audited by Socket on Aug 22, 2026
2 alerts found:
SecurityAnomalySUSPICIOUS. The core content is benign documentation, but the skill includes an unnecessary silent self-update path that fetches and overwrites its own SKILL.md from a third-party website. That weak install trust and the contradiction with the local-only claim make the skill higher risk than its stated purpose warrants.
No direct evidence of malware/backdoor/persistence within this updater module: it only fetches upstream JSON/markdown and performs repo-local synchronization actions, with no execution of downloaded content. The main security risk is supply-chain integrity: in --apply mode it copies fetched upstream markdown verbatim into vendor/SKILL.md without signature verification or pinned-hash acceptance criteria. Treat this as a legitimate updater that warrants strengthening (e.g., pinned hash/signature verification and/or stricter validation) before allowing automated or unreviewed application of updates.