printing-press-retro
Audited by Socket on May 7, 2026
2 alerts found:
Anomalyx2This module is best characterized as an artifact packaging and sharing helper. It stages local files, relies on an external secret-scrubbing/verification step, compresses staged content, and then uploads the retro markdown plus zips to an external service (catbox.moe) using curl. There is no direct evidence of classic malware behaviors in this snippet; however, the primary supply-chain security risk is privacy/data exfiltration if secret scrubbing/verification is incomplete or bypassed, plus weaker upload-success validation based solely on a simple 'https://' check. Review and verify the referenced secret-scrubbing implementation and confirm the intended destination and user consent model for uploads.
SUSPICIOUS: The skill’s core behavior is largely aligned with its retrospective purpose, and GitHub issue filing via the official gh CLI is proportionate. The main concern is data-flow integrity: it exports scrubbed local artifacts to catbox.moe, a third-party host unrelated to the publisher or GitHub, creating unnecessary external exposure alongside public filing actions. Not malicious on the provided evidence, but medium risk due to third-party artifact upload and autonomous external publishing capability.