api
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses standard Bearer token authentication for API requests. It correctly instructs users to treat the token like a password and generate it through official account settings.
- [SAFE]: All API endpoints and URLs use the official
savee.comdomain, and data is fetched over HTTPS. No untrusted or suspicious external domains were detected. - [SAFE]: The skill documents standard read-only operations for fetching user data (saves, feed, boards) via a REST API. It does not perform any sensitive file access, command execution, or data exfiltration.
- [SAFE]: No obfuscation, prompt injection, or persistence mechanisms were found. The examples use standard
curlcommands and environment variables ($SAVEE_TOKEN) for secret management, which is a recommended practice.
Audit Metadata