wechat-rewrite
Pass
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes a Python script used to extract platform-specific copywriting rules from a local file. \n
- Evidence: The script
scripts/rewrite.pyis called by the agent to retrieve instructions fromassets/platform-rules.md. \n - Analysis: The script uses only the Python standard library and performs read-only operations on its own local assets. It does not accept external input for command execution or perform any shell-out operations beyond its specific purpose. \n- [SAFE]: The skill is a standalone local utility with no external requirements. \n
- Analysis: Code and metadata analysis confirm the skill does not perform network operations, access sensitive system paths (like .ssh or .aws), or require API keys. It adheres to a purely local execution model.
Audit Metadata