Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Libafl

Skill Aktiv

LibAFL is a modular fuzzing library for building custom fuzzers. Use for advanced fuzzing needs, custom mutators, or non-standard fuzzing targets.

Zweck

To provide a powerful and flexible Rust library for developers and security researchers to build custom fuzzing tools for advanced needs, novel techniques, or non-standard targets.

Funktionen

  • Modular fuzzing library in Rust
  • Customizable fuzzing components (observers, mutators, schedulers)
  • libFuzzer drop-in replacement
  • Build custom fuzzers from scratch
  • Extensive examples and troubleshooting guide

Anwendungsfälle

  • Building advanced fuzzing strategies beyond standard tools
  • Implementing novel fuzzing techniques for research
  • Fuzzing non-standard architectures or complex targets
  • Replacing existing libFuzzer setups with a more modular backend

Nicht-Ziele

  • Providing a ready-to-use end-user fuzzer application
  • Automating the entire fuzzing campaign setup without user intervention
  • Fuzzing simple targets that are adequately covered by standard tools like libFuzzer or AFL++

Documentation

  • info:Configuration & parameter referenceWhile the SKILL.md details installation and compilation flags, it does not explicitly document default values for all possible configuration parameters or their precedence order.

Trust

  • warning:Issues AttentionIn the last 90 days, 13 issues were opened and 4 were closed, indicating a low closure rate and potentially slow maintainer response.

Errors

  • info:Actionable error messagesWhile Rust's error handling is generally good, the SKILL.md focuses on build and usage instructions rather than detailing specific error messages and their remediation steps for user-facing issues.

Practical Utility

  • info:Edge casesThe troubleshooting section addresses common problems and their solutions, but explicit documentation of all failure modes and recovery steps for the LibAFL library itself is not comprehensive.

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add trailofbits/skills
/plugin install testing-handbook-skills@trailofbits

Qualitätspunktzahl

79 /100
Analysiert about 21 hours ago

Vertrauenssignale

Letzter Commit3 days ago
Sterne5.2k
LizenzCC-BY-SA-4.0
Status
Quellcode ansehen

Ähnliche Erweiterungen

Senior Backend Engineer

100

Designs and implements backend systems including REST APIs, microservices, database architectures, authentication flows, and security hardening. Use when the user asks to "design REST APIs", "optimize database queries", "implement authentication", "build microservices", "review backend code", "set up GraphQL", "handle database migrations", or "load test APIs". Covers Node.js/Express/Fastify development, PostgreSQL optimization, API security, and backend architecture patterns.

Skill
alirezarezvani

LibFuzzer

95

Coverage-guided fuzzer built into LLVM for C/C++ projects. Use for fuzzing C/C++ code that can be compiled with Clang.

Skill
trailofbits

Lean Ctx

100

Context Runtime für KI-Agenten — 59 MCP-Tools, 10 Lesemodi, über 95 Shell-Muster, Tree-sitter AST für 18 Sprachen. Komprimiert LLM-Kontext um bis zu 99%. Verwenden Sie es beim Lesen von Dateien, Ausführen von Shell-Befehlen, Suchen von Code oder Erkunden von Verzeichnissen. Automatische Installation, falls nicht vorhanden.

Skill
yvgude

Cleanup Cycles

100

Detect and untangle circular dependencies. Runs madge/skott (TS), pycycle (Py), or compiler-only checks (Go/Rust). Auto-fixes leaf-extractable cycles; reports core cycles for human review. Use when the user asks to find circular imports, fix dependency cycles, or untangle module graph. Example queries — "find circular imports", "fix dependency cycles", "untangle our module graph", "why is madge complaining".

Skill
raintree-technology

Running Tend

100

Worktrunk-spezifische Anleitung für tend CI-Workflows. Ergänzt generische tend-\* Skills um Codecov-Polling, Rust-Testbefehle, Labels und Review-Kriterien. Verwendung bei der Ausführung in CI.

Skill
max-sixty

Secrets Management

100

Implement secure secrets management for CI/CD pipelines using Vault, AWS Secrets Manager, or native platform solutions. Use when handling sensitive credentials, rotating secrets, or securing CI/CD environments.

Skill
wshobson