diff --git a/Makefile b/Makefile index 9661880c..1e33173b 100644 --- a/Makefile +++ b/Makefile @@ -103,3 +103,4 @@ docker-build: # Build and smoke test the Docker image docker-smoke: docker-build tests/docker/smoke.sh + diff --git a/pyproject.toml b/pyproject.toml index 03d5961e..f6569aee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "skillspector" -version = "2.1.4" +version = "2.1.5" 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 be928d3f..67f399d4 100644 --- a/uv.lock +++ b/uv.lock @@ -1782,7 +1782,7 @@ wheels = [ [[package]] name = "skillspector" -version = "2.1.4" +version = "2.1.5" source = { editable = "." } dependencies = [ { name = "httpx" },