devto
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
bash -cto wrapcurlcommands. This approach is documented as a workaround for environment variable handling within the agent's execution context. - [SAFE]: All external communications are directed to official Dev.to API domains (dev.to).
- [SAFE]: API keys are managed securely using the
vm0_secretsframework and environment variables, avoiding hardcoded credentials. - [SAFE]: Data processing uses
jqfor proper JSON escaping and sanitization of article content.
Audit Metadata