mcp-server-semgrep
Version:
MCP Server for Semgrep Integration - static code analysis with AI
13 lines (12 loc) • 347 B
YAML
rules:
- id: robots-denied
metadata:
category: best-practice
technology:
- html
message: This page denies crawlers from indexing the page. Remove the robots 'meta' tag.
severity: INFO
languages: [generic]
pattern-either:
- pattern: <meta name="robots" ...>
- pattern: <META NAME="ROBOTS" ...>