From 74391e1b059c74fe0fee87cad579f5cebe74242b Mon Sep 17 00:00:00 2001 From: Eve McGivern Date: Mon, 15 Jun 2026 14:28:14 -0500 Subject: [PATCH] chore(defect-scan): repin marketplace to v1.6.1 Both Claude (.claude-plugin) and Codex (.agents/plugins) manifests bumped v1.6.0 -> v1.6.1 (gitleaks signal/noise fix). Refs verified in sync. Co-Authored-By: Claude Opus 4.8 --- .agents/plugins/marketplace.json | 2 +- .claude-plugin/marketplace.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json index d78a10b..8a137e5 100644 --- a/.agents/plugins/marketplace.json +++ b/.agents/plugins/marketplace.json @@ -24,7 +24,7 @@ "source": { "source": "url", "url": "https://github.com/stylusnexus/defect-scan.git", - "ref": "v1.6.0" + "ref": "v1.6.1" }, "policy": { "installation": "AVAILABLE", diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index b5c3bcb..4ec2374 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -19,7 +19,7 @@ "source": { "source": "github", "repo": "stylusnexus/defect-scan", - "ref": "v1.6.0" + "ref": "v1.6.1" }, "description": "Language-aware defect hunter for Claude Code AND Codex. Detect stack -> triage by risk -> run real analyzers (ruff/mypy, tsc/eslint, rubocop/brakeman, +optional semgrep/gitleaks/bandit) -> reason with battle-tested patterns + 14 language profiles (python, react-typescript, ruby, go, csharp, java, kotlin, swift, php, rust, yaml, shell, dart) -> report (confidence-tiered, severity/priority, gh-issue-correlated) -> optionally file deduped/labeled issues (--file-issues), apply safe fixes (--fix), or second-opinion via Codex (--cross-model). Runs on macOS/Linux/Windows (WSL/Git-Bash or PowerShell shim); model-free eval harness; extensible drop-in profiles/patterns." }