Plugin marketplace repository for Kusari security scanning and remediation skills.
claude plugin marketplace add kusaridev/kusari-skills
claude plugin install kusari@kusari-security
Or from within Claude Code:
/plugin marketplace add kusaridev/kusari-skills
/plugin install kusari@kusari-security
Currently, you will need to restart Claude Code for the plugin to load.
bash install.sh /path/to/target-repo| Skill | Description |
|---|---|
/kusari-change-evaluate |
Run a security scan against a git revision |
/kusari-change-fix |
Review and apply security fixes from scan results |
Kusari Plugin (plugins/kusari/)
Detailed usage documentation, prerequisites, and scan output format.
- Git repository
- Kusari CLI v0.21.0+ OR the
kusari-inspectorMCP server - Claude Code
bash scripts/lint.shRuns ShellCheck on all project-owned shell scripts (excludes .specify/ framework scripts). This is the same check that runs in CI.
bash tests/test-run-kusari-scan.sh
bash tests/test-sarif-parser.shTests use fixture data and do not require the Kusari CLI or network access.
.claude-plugin/ # Marketplace manifest
plugins/kusari/ # Distributable plugin
.claude-plugin/ # Plugin manifest
skills/ # Skill definitions
CHANGELOG.md
README.md
specs/ # Feature specifications (dev only)
tests/ # Test harnesses and fixtures (dev only)
install.sh # Manual installer
See CONTRIBUTING.md for guidelines.