evernote-rate-limits
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements rate limiting and queuing logic using standard JavaScript patterns and the official Evernote SDK. No malicious behaviors such as unauthorized data access, persistence mechanisms, or hidden commands were found.
- [SAFE]: Authentication tokens are correctly handled via environment variables rather than being hardcoded in the script, preventing accidental credential exposure.
- [SAFE]: The use of a Proxy to wrap API calls is a legitimate implementation of the decorator pattern for cross-cutting concerns like rate limiting and does not introduce security risks in this context.
- [SAFE]: External links and documentation references point exclusively to the official Evernote developer portal.
Audit Metadata