Skip to main content

evernote-common-errors

Diagnoses and resolves common Evernote API errors, aiding developers in troubleshooting integration issues effectively.

Install this skill

or
70/100

Security score

The evernote-common-errors skill was audited on Feb 21, 2026 and we found 10 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 100

Template literal with variable interpolation in command context

SourceSKILL.md
100errors.push(`Forbidden element: ${pattern.source}`);
medium line 277

Template literal with variable interpolation in command context

SourceSKILL.md
277console.log(`Rate limited. Waiting ${error.rateLimitDuration}s...`);
medium line 310

Template literal with variable interpolation in command context

SourceSKILL.md
310console.log(`Service maintenance. Retrying in ${delay / 1000}s...`);
medium line 344

Template literal with variable interpolation in command context

SourceSKILL.md
344console.log(`Note not found: ${guid}`);
medium line 413

Template literal with variable interpolation in command context

SourceSKILL.md
413action: `Wait ${error.rateLimitDuration} seconds before retrying`,
low line 57

External URL reference

SourceSKILL.md
57<!DOCTYPE en-note SYSTEM "http://xml.evernote.com/pub/enml2.dtd">
low line 147

External URL reference

SourceSKILL.md
147// See: https://dev.evernote.com/doc/articles/permissions.php
low line 485

External URL reference

SourceSKILL.md
485- [Error Handling](https://dev.evernote.com/doc/articles/error_handling.php)
low line 486

External URL reference

SourceSKILL.md
486- [Rate Limits](https://dev.evernote.com/doc/articles/rate_limits.php)
low line 487

External URL reference

SourceSKILL.md
487- [API Reference](https://dev.evernote.com/doc/reference/)
Scanned on Feb 21, 2026
View Security Dashboard
Installation guide →