mastodon
Pass
Audited by Gen Agent Trust Hub on Jul 4, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: Uses standard system tools like
curl,jq, anduuidgento interact with the Mastodon REST API. - [EXTERNAL_DOWNLOADS]: Makes network requests to the user-specified Mastodon instance URL for authorized API operations.
- [SAFE]: Manages sensitive information (access tokens and base URLs) through platform-injected environment variables rather than hardcoding credentials.
- [SAFE]: Employs safe command-line practices by using
--data-urlencodeto sanitize user-provided text, mitigating potential injection risks.
Audit Metadata