公众号审稿 / 合规 / 校对
PassAudited by ClawScan on Apr 22, 2026.
Overview
The skill is an instruction-only, local article review tool whose declared behaviors (local file reads/writes, no network, no credentials) match its instructions; minor inconsistency: it lists python3 as a required binary despite having no code files.
This skill appears to be what it says: a local, repo-based article review/checklist tool that reads config files in .aws-article and article files and writes article.md and review records. Before installing, note: (1) skill.json lists filesystem permission — the skill will read/write files in your workspace, so avoid running it in directories with secrets you don't want accessed; (2) the package lists python3 as a required binary but contains no code — confirm whether your agent/runtime actually needs python3 or if that requirement is vestigial; (3) the skill references other skills in the suite for publishing/automation — those may perform network actions (this one claims no network), so review the other skills separately if you install the whole suite; (4) because it is instruction-only, if you run it under an agent that itself has network access, the agent could still perform network actions outside the skill’s instructions — only rely on the skill’s declared behavior if your runtime environment is trusted or sandboxed. If you want extra caution, inspect the rest of the suite repo (github link in SKILL.md) and run the skill in an isolated workspace first.
