Back to Skills

harness-writing

plurigrid
Updated 5 days ago
10 views
7
3
7
View on GitHub
Othertesting

About

This skill helps developers write effective fuzzing harnesses for security testing, enabling automated vulnerability discovery. It provides specialized guidance for creating robust test cases that stress software components. Use it when you need to implement structured fuzzing to identify security flaws in your codebase.

Quick Install

Claude Code

Recommended
Primary
npx skills add plurigrid/asi -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/plurigrid/asi
Git CloneAlternative
git clone https://github.com/plurigrid/asi.git ~/.claude/skills/harness-writing

Copy and paste this command in Claude Code to install this skill

GitHub Repository

plurigrid/asi
Path: skills/harness-writing
0

Related Skills

libfuzzer

Other

This skill enables fuzzing with libFuzzer to automatically discover vulnerabilities in code through automated test generation. It's particularly useful for security testing and identifying edge cases that could lead to crashes or security issues. Developers should use it when conducting security audits or robustness testing of C/C++ codebases.

View skill

atheris

Other

This skill enables Python fuzzing with Atheris to automatically discover vulnerabilities like crashes and memory errors in your code. It's ideal for developers building security testing into their workflow to uncover bugs through automated input generation. Use it when you need to harden Python applications against unexpected or malicious inputs.

View skill

libafl

Other

This skill provides the LibAFL framework for building custom, advanced fuzzing campaigns to discover software vulnerabilities. It's designed for security testing scenarios where you need fine-grained control over fuzzer components like mutators, feedback, and schedulers. Use it when standard fuzzing tools are insufficient and you require a modular, library-based approach.

View skill

constant-time-testing

Other

This skill detects timing side channels and verifies constant-time implementations in code to prevent security vulnerabilities. It's used during security testing when cryptographic operations or sensitive data handling must be protected against timing attacks. Developers should reference the original Trail of Bits repository for detailed usage and examples.

View skill