Releases: Aimer-zero/wuyun
Release list
Wuyun v0.3.0
Wuyun v0.3.0
Productization release for security-focused skill workflows.
Added
- New
wuyun-skill-security-auditcompanion for passive third-party Skill/MCP/plugin/agent-instruction security review. - New
wuyun-supply-chain-auditcompanion for CI/CD, dependency, scanner-output, and language-pack triage. - Machine-readable skill
catalog.json/index.jsonpluswuyun catalog --check. - Normalized finding schema and
export-findingsfor JSON, SARIF 2.1.0, Markdown, and HTML. - Diff-aware
pr-reviewhelper and GitHub Actions artifact workflow. - External scanner adapter for Semgrep, Gitleaks, Trivy, npm audit, pip-audit, and generic JSON.
- Language-pack mapper for Node/Next.js, Python, Java/Spring, Go, Rust, C/C++, mobile, and smart contracts.
- Synthetic benchmark suite covering skill security, supply chain, language packs, PR review, finding export, and catalog validation.
- Codex and Claude plugin manifests with a
skills/symlink compatibility layout.
Validation
validate_skill.py .: PASSrun_eval.py .: PASS 21 / FAIL 0benchmark_suite.py --suite all: PASS 6 / FAIL 0quality_gate.py . --skip-preflight: PASS- Codex installed-skill eval: PASS 21 / FAIL 0
Wuyun v0.2.2
Wuyun v0.2.2
Focused usability release for installation and release visibility.
- Added
wuyun_cli.py version/version --jsonto show package version, install source, install metadata path, bundled skill count, and skill list. - The command works in both local checkout mode and installed Codex/Claude skill directories by reading
VERSIONor.wuyun-install.json. - Added offline regression coverage for version/source/skill-list visibility.
- Updated README fixed-release install examples and useful CLI commands.
Install fixed release:
curl -fsSL https://raw.githubusercontent.com/Aimer-zero/wuyun/main/install.sh | bash -s -- --version v0.2.2Wuyun v0.2.1
Wuyun v0.2.1
Focused usability release for wuyun-redteam-ops.
- Added
purple_team_mapper.py/wuyun_cli.py purple-mapto convert local red-team plans, attack matrices, and artifacts into purple-team detection/remediation workstreams. - Added
references/purple-team-detection.mdwith safe telemetry, detection objective, emulation, remediation, and retest mapping guidance. - Expanded offline regression eval so red-team coverage now verifies plan generation, attack-path matrixing, and purple-team coverage mapping.
- Updated README fixed-release install examples and package
VERSIONto0.2.1.
Install fixed release:
curl -fsSL https://raw.githubusercontent.com/Aimer-zero/wuyun/main/install.sh | bash -s -- --version v0.2.1Wuyun v0.2.0
Wuyun v0.2.0
- Added
wuyun-redteam-opsfor authorized red-team / purple-team planning, rules-of-engagement tracking, attack-path matrices, safe validation steps, detection opportunities, and remediation/retest loops. - Added
redteam-planandattack-matrixhelper CLIs plus unifiedwuyun_cli.pyrouting. - Added release version recording via
VERSIONand installerpackage_versionmetadata. - Expanded offline regression eval to cover red-team helpers and fast
--helpsmoke tests for all Wuyun helper CLIs. - Fixed slow/hanging
--helpbehavior in runtime/protocol helpers by lazy-loadingasyncioonly for execution paths.
Install fixed release:
curl -fsSL https://raw.githubusercontent.com/Aimer-zero/wuyun/main/install.sh | bash -s -- --version v0.2.0Wuyun v0.1.0
Wuyun v0.1.0
First public release of Wuyun: a vulnerability research Skill suite for AI coding agents.
Wuyun helps security researchers and defensive teams route AI-assisted audit work across source-code review, Web/API testing, cloud security analysis, frontend JavaScript reverse engineering, protocol analysis, authentication review, LLM/RAG/Agent security, recon planning, and CTF/lab research.
Highlights
- Skill Router entrypoint: call
$wuyunand describe the task, then route to the relevant companion workflow. - Multi-platform installation flow for Codex and Claude-style skill environments.
- Web/API audit workflow for authorized application security review.
- JavaScript reverse engineering and deobfuscation workflows for API discovery, signing logic, WASM, and browser runtime analysis.
- Authentication review workflow for JWT, OAuth, SAML, sessions, and tenant authorization risks.
- AI security workflow for LLM, RAG, Agent, and prompt-injection assessment.
- Recon, protocol, cloud, and CTF/lab workflows for structured defensive research.
Install
curl -fsSL https://raw.githubusercontent.com/Aimer-zero/wuyun/main/install.sh | bashInstall for one platform only:
curl -fsSL https://raw.githubusercontent.com/Aimer-zero/wuyun/main/install.sh | bash -s -- --target codex
curl -fsSL https://raw.githubusercontent.com/Aimer-zero/wuyun/main/install.sh | bash -s -- --target claudeNotes
Wuyun is intended for lawful security research, authorized code auditing, CTF/lab work, and defensive security activities. Do not use it for illegal, abusive, or out-of-scope testing.