openshift

Create Fuzzing — Development skill for Claude Code

Development community

Create or run Go fuzz harnesses for authorized targets and triage resulting crashes.

How to install Create Fuzzing

Installs to ~/.claude/commands/openshift-traust-create-fuzzing.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/openshift/traust/HEAD/.claude/commands/create-fuzzing.md -o ~/.claude/commands/openshift-traust-create-fuzzing.md

Restart Claude Code, or start a new session, for it to be picked up.

What Create Fuzzing does


description: "Create or run Go fuzz harnesses for authorized targets and triage resulting crashes."

Author and/or run Go-native fuzz harnesses for $ARGUMENTS using the create-fuzzing skill. Load the skill at .claude/skills/create-fuzzing/SKILL.md and follow its full procedure — locate or add a targets.json entry, author a white-box *_fuzz_test.go under harnesses//, drive `make clone install build fuzz-`, and triage any crashers into follow-up findings. `$ARGUMENTS` may be a repo

Alternatives in Development

  • Auto Update — Pull the latest ECC repo changes and reinstall the current managed targets 243.5k ★
  • Rank — /rank - Triage Scraped Jobs into a Ranked Shortlist 36.6k ★
  • Triage PRs — Classify all open PRs by module, review state, scope, and architectural impact — produces a prioritized triage 12.6k ★

Full documentation available on GitHub

View Source Repository