Skip to main content
Back to the directory
trailofbits/skillsSoftware EngineeringFrontend and Design

yara-rule-authoring

Detection rules for malware that balance specificity with performance, avoiding false positives through careful string selection and atom optimization.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/trailofbits/skills --skill yara-rule-authoring
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of May 1, 2026, yara-rule-authoring has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: trailofbits/skills. Canonical URL: https://skills.sh/trailofbits/skills/yara-rule-authoring.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Detection rules for malware that balance specificity with performance, avoiding false positives through careful string selection and atom optimization. Write detection rules that catch malware without drowning in false positives. This skill targets YARA-X , the Rust-based successor to legacy YARA. YARA-X powers VirusTotal's production systems and is the recommended implementation. See Migrating from Legacy YARA if you have existing rules. Strings must generate good atoms — YARA extracts 4-byte subsequences for fast matching. Strings with repeated bytes, common sequences, or under 4 bytes force slow bytecode verification on too many files. Target specific families, not categories — "Detects ransomware" catches everything and nothing.

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does yara-rule-authoring do?

Detection rules for malware that balance specificity with performance, avoiding false positives through careful string selection and atom optimization.

Is yara-rule-authoring good?

yara-rule-authoring does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support yara-rule-authoring?

yara-rule-authoring currently lists compatibility with Skills CLI.

Is yara-rule-authoring safe to install?

yara-rule-authoring has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to yara-rule-authoring?

Skills in the same category include review-management, conversation-memory, coverage, grimoire-aave.

How do I install yara-rule-authoring?

Run the following command to install yara-rule-authoring: npx skills add https://github.com/trailofbits/skills --skill yara-rule-authoring

Related skills

More from trailofbits/skills

Related skills

Alternatives in Software Engineering