honeybadger
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were detected across the skill's instructions or scripts.
- [COMMAND_EXECUTION]: The skill executes local Ruby scripts to perform API operations. These scripts are self-contained, use only the Ruby standard library (json, net/http, uri, fileutils), and do not perform arbitrary command execution.
- [EXTERNAL_DOWNLOADS]: All network activity is directed to the official Honeybadger API at
app.honeybadger.io. This is a well-known service and communication is conducted over HTTPS. - [CREDENTIALS_UNSAFE]: The skill manages a personal API token. It guides the user to save the token in a configuration directory (
~/.config/honeybadger/token) and usesFile.chmod(0600, ...)to ensure the file is only accessible by the current user, following secure credential storage practices.
Audit Metadata