evernote-security-basics
Audited by Socket on Mar 12, 2026
1 alert found:
Obfuscated FileThe Evernote Security Basics skill presents a coherent security-focused approach to credential handling, OAuth, and token lifecycle with encryption and CSRF protections. The overall footprint aligns with its stated purpose, and the use of secret managers, environment variables, encrypted token storage, and input validation is appropriate. However, there are security concerns around session-based token storage (risk mitigated by HttpOnly/Secure cookies and proper session storage), potential over-reliance on multiple secret managers without clear governance, and a cryptographic key derivation approach that could be strengthened. Given these factors, the evaluation leans toward a moderate risk (suspicious-to-benign boundary), with concrete improvements recommended to reach a robust benign classification.