Search DevTools

Jump to any tool or page

Cursor Security Rules

Unexplored

This repository contains Cursor Security Rules designed to improve the security of both development workflows and AI agent usage within the Cursor environment. These rules aim to enforce safe coding practices, control sensitive operations, and reduce risk in AI-assisted development.

matank001379 stars34 forksAI & Agents
View source

Install

Terminal

$agy skill add matank001/cursor-security-rules

mcp_config.json

{
  "mcpServers": {
    "matank001-cursor-security-rules": {
      "command": "npx",
      "args": [
        "-y",
        "matank001-cursor-security-rules"
      ]
    }
  }
}

Tools exposed1

execute
Invokes exported functions and tools from cursor-security-rules.

Documentation

cursor-security-rules

This repository contains Cursor Security Rules designed to improve the security of both development workflows and AI agent usage within the Cursor environment. These rules aim to enforce safe coding practices, control sensitive operations, and reduce risk in AI-assisted development.

Repository & Author

Installation

agy skill add matank001/cursor-security-rules

Sourced from the repository README.

More in AI & Agents