cursor-skills
Verified Safeby 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
npm run build && npx serve distEnvironment 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
claude-todo-emulator
Provides persistent task management for AI coding assistants within IDEs like Cursor and Windsurf by emulating Claude Code's todo system.
mcp_generate_images
Generate images using Volcengine Doubao model, integrated with Cursor IDE.
mcp-install-instructions-generator
Generates installation instructions for Model Context Protocol (MCP) servers across various client applications and formats.
laravel-mcp
Provides a collection of Laravel helper tools for integration with Cursor IDE, enhancing development workflow and debugging capabilities.