yara-detection-harness

epaneral/yara-detection-harness
★ 0 stars Python Code/Dev Tools Updated 5d ago
Detection-as-code for generated text & code: hand-written YARA rules, a paired synthetic corpus, and a CI harness gating on recall + false-positive rate — plus a VirusTotal enrichment MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "yara-detection-harne": {
      "command": "uvx",
      "args": [
        "yara-detection-harness"
      ]
    }
  }
}

Or install with pip: pip install yara-detection-harness

README Excerpt

A small, testable detection pipeline for **generated text and code**: hand-written YARA rules, a labeled synthetic corpus, and a regression harness that gates the build on recall and false-positive rate. This is detection-as-code. Rules live in version control, every rule is exercised against known-positive and known-benign samples on each run, and a rule cannot

Topics

detection-as-codedetection-engineeringgithub-actionsmcpmodel-context-protocolphishing-detectionpythonregression-testingsecuritythreat-detectionthreat-intelligencevirustotalyarayara-rules