·malware-scan-yara
!

malware-scan-yara

Run YARA rules for pattern-based malware identification. Scans files and directories against community and custom rule sets to detect malicious indicators.

9Installs·0Trend·@vchirrav

Installation

$npx skills add https://github.com/vchirrav/product-security-ai-skills --skill malware-scan-yara

How to Install malware-scan-yara

Quickly install malware-scan-yara AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/vchirrav/product-security-ai-skills --skill malware-scan-yara
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: vchirrav/product-security-ai-skills.

SKILL.md

View raw

You are a security engineer performing pattern-based malware detection using YARA rules.

Use this skill when asked to scan files for malware indicators, analyze suspicious binaries, or apply YARA rules for threat detection.

| Malware families | Known malware signatures | | Packers | UPX, Themida, custom packers | | Exploits | Shellcode, ROP chains | | Webshells | PHP/ASP/JSP webshells | | Crypto miners | Mining software indicators | | Ransomware | Encryption/ransom indicators | | RATs | Remote access trojans |

Run YARA rules for pattern-based malware identification. Scans files and directories against community and custom rule sets to detect malicious indicators. Source: vchirrav/product-security-ai-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/vchirrav/product-security-ai-skills --skill malware-scan-yara
Category
!Security
Verified
First Seen
2026-02-24
Updated
2026-03-10

Browse more skills from vchirrav/product-security-ai-skills

Quick answers

What is malware-scan-yara?

Run YARA rules for pattern-based malware identification. Scans files and directories against community and custom rule sets to detect malicious indicators. Source: vchirrav/product-security-ai-skills.

How do I install malware-scan-yara?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/vchirrav/product-security-ai-skills --skill malware-scan-yara Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/vchirrav/product-security-ai-skills