Consensus Publish Guard

PassAudited by VirusTotal on May 11, 2026.

Findings (1)

The consensus-publish-guard skill bundle implements a content governance and moderation system designed to review outbound drafts (social media, blogs) for policy risks. The code in src/index.mjs and run.js performs deterministic logic, such as keyword flagging and weighted vote aggregation, and persists results to a local state directory. No evidence of data exfiltration, malicious execution (eval/exec), or harmful prompt injection was found; the filesystem writes are restricted to configured state paths and a local output directory for audit artifacts.