Back to Home
grapelike-class151 icon

cursor-skills

Verified Safe

by grapelike-class151

Overview

A comprehensive repository and static website for CURSOR IDE best practices, rules, guidelines, templates, and examples across various programming environments, with a utility for link validation.

Installation

Run Command
npm run build && npx serve dist

Environment Variables

  • NODE_ENV

Security Notes

The `checklinks.py` script, a web crawler utility, has its `base_url` hardcoded, limiting Server-Side Request Forgery (SSRF) risk in its current configuration. Node.js build/validation scripts use `execSync` but only with predefined commands for repository maintenance, not exposed to arbitrary user input, thus posing a low security risk. The overall project primarily generates a static website, which inherently reduces common server-side vulnerabilities. Security largely depends on the integrity of referenced third-party packages and the examples themselves if users run them.

Similar Servers

Stats

Interest Score34
Security Score8
Cost ClassMedium
Avg Tokens250
Stars3
Forks1
Last Update2026-01-19

Tags

CURSOR IDEDevelopment Best PracticesCode QualityDocumentationTemplatesWeb CrawlerStatic Site Generator