rewrite
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill interacts exclusively with the official API domain
api.rewritetoday.com. All network communications are performed over HTTPS. - [SAFE]: API tokens are stored securely in the user's home directory (
~/.config/rewrite/token) with restricted permissions (0600), preventing unauthorized local access. - [SAFE]: The skill is built using only Ruby's standard library, which eliminates risks associated with third-party package dependencies.
- [SAFE]: Command-line arguments are used solely as data for API requests and are not passed to shell execution functions, effectively preventing command injection vulnerabilities.
Audit Metadata