From 4cf0cb970b6c6c15f29ba4e2069feaeda23a3364 Mon Sep 17 00:00:00 2001 From: Keshav Pradeep <32313895+keshprad@users.noreply.github.com> Date: Mon, 6 Jul 2026 17:34:19 -0700 Subject: [PATCH] chore(release): bump version to 2.3.11 Refresh the public SkillSpector snapshot from internal branch release/oss-2026-07-06 at b86ae09dac661abef3a0c87258e7ec7f669f5f52. The merged public feature content already matches the internal OSS tree, so this release advances only the package and lockfile versions from 2.3.9 to 2.3.11. Verification: - create-oss-release.sh via uv run --all-extras (1,256 passed; 12 skipped; 34 deselected; 6 xfailed) - uv lock --check - git diff --check origin/main Signed-off-by: Keshav Pradeep <32313895+keshprad@users.noreply.github.com> --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index de7a4b46..6728f55c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "skillspector" -version = "2.3.9" +version = "2.3.11" description = "SkillSpector: Security scanner for AI agent skills (Claude Code, Cursor, and similar). Scans skills for vulnerabilities, malicious patterns, and security risks before installation. Supports Git repos, URLs, zips, and local directories; runs static pattern checks and optional LLM semantic analysis; outputs terminal, JSON, and Markdown reports with risk scoring." readme = "README.md" license = "Apache-2.0" diff --git a/uv.lock b/uv.lock index af08a456..cedf295b 100644 --- a/uv.lock +++ b/uv.lock @@ -2660,7 +2660,7 @@ wheels = [ [[package]] name = "skillspector" -version = "2.3.9" +version = "2.3.11" source = { editable = "." } dependencies = [ { name = "boto3" },