mcp-server-semgrep
Version:
MCP Server for Semgrep Integration - static code analysis with AI
18 lines (17 loc) • 464 B
YAML
rules:
- id: unsafe-usage
message: Detected 'unsafe' usage, please audit for secure usage
pattern: "unsafe { ... }"
metadata:
references:
- https://doc.rust-lang.org/std/keyword.unsafe.html
technology:
- rust
category: security
cwe: "CWE-242: Use of Inherently Dangerous Function"
confidence: HIGH
likelihood: LOW
impact: LOW
subcategory: audit
languages: [rust]
severity: INFO