Compile YARA rules and scan files for binary triage and security analysis.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "re-yara" yet — see the docs or source repo.
Use the following YARA rule to scan /samples/suspicious.exe and return matched rule names, matched strings, and offsets: rule SuspiciousAPI { strings: $a = "CreateRemoteThread" $b = "VirtualAllocEx" condition: any of them }A scan result showing whether the file matched the rule, with matched content and offsets.
Compile this set of YARA rules and check for syntax errors; if any exist, identify the line and suggest fixes.
A result indicating whether the rules compile successfully, plus error causes and fix suggestions.
Use the specified YARA rules to scan all files in /malware-samples/ and summarize matches by filename, then output a high-risk sample list.
A batch scan summary including matched rules per file and a list of high-risk samples.
Let AI apps search the web through a YaCy engine instance.
Install and manage MCP servers centrally with a single setup.
Use natural language to drive IDA Pro and Ghidra for binary analysis.
Connect AI assistants to YAPI for API lookup and development collaboration.
Analyze AI security, scan vulnerabilities, and monitor code leaks efficiently.
Analyze MCP tool security risks, detect malicious behavior, and provide risk scores.