aws-wechat-article-formatting
Pass
Audited by Gen Agent Trust Hub on Apr 25, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local Python script
scripts/format.pyusingpython3to handle the conversion of Markdown content to HTML. This operation is performed entirely within the user's environment using local files. - [SAFE]: The Python script
scripts/format.pyusesyaml.safe_load()for parsing configuration and theme files. This is a security best practice that prevents arbitrary code execution vulnerabilities during the deserialization of YAML data. - [SAFE]: The skill operates with a zero-network posture. There are no functions for making external HTTP requests, ensuring that no data (including the Markdown articles being processed) can be exfiltrated to remote servers.
- [SAFE]: While the skill reads configuration from the repository and a specific path in the user's home directory (
~/.aws-article/), these actions are documented and limited to non-sensitive theme and layout presets.
Audit Metadata