jetty-setup
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill follows security best practices for handling secrets, such as using
read -rsfor interactive input and applying restrictive file permissions (chmod 600) to the stored API token. - [EXTERNAL_DOWNLOADS]: Network operations via
curltarget the officialjetty.ioAPI to validate authentication tokens and retrieve configuration metadata, which aligns with the skill's intended setup functionality. - [COMMAND_EXECUTION]: Uses
python3locally to parse JSON data from API responses. This is a standard utility pattern and does not involve executing remote or untrusted code.
Audit Metadata