share-docs
Audited by Socket on Feb 28, 2026
1 alert found:
MalwareThis skill's described behavior is coherent with its purpose: it reads personal document directories, computes the next shared number, copies content into thoughts/shared/, updates frontmatter in both copies, and runs git add/commit/push to publish. There are no signs of supply-chain download-execute patterns, external exfiltration endpoints, or hardcoded secrets. The primary security consideration is that it performs git push (a sensitive sink) and modifies user files; these are expected for the task but should require explicit user consent and bounded retry logic to avoid accidental or repeated publication. Overall this appears benign for its intended use but operational controls (confirmation, retry limits, auditability) are recommended.