Skip to main content

cursor-rules

Guides users in creating and editing Cursor rules files for effective AI instruction in Cursor IDE.

Install this skill

or
79/100

Security score

The cursor-rules skill was audited on Feb 9, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 640

Template literal with variable interpolation in command context

SourceSKILL.md
640const response = await fetch(`/api/[entity]/${id}`);
medium line 665

Template literal with variable interpolation in command context

SourceSKILL.md
665const response = await fetch(`/api/users/${id}`);
medium line 667

Template literal with variable interpolation in command context

SourceSKILL.md
667throw new Error(`HTTP ${response.status}: ${response.statusText}`);
medium line 681

Template literal with variable interpolation in command context

SourceSKILL.md
681const response = await fetch(`/api/users/${id}`);
low line 294

Fetch to external URL

SourceSKILL.md
294const response = await fetch('/api/[endpoint]');
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →