@coo-quack/sensitive-canary 0.4.4 → 0.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,7 +14,7 @@
14
14
  "repo": "coo-quack/sensitive-canary"
15
15
  },
16
16
  "description": "Blocks secrets and PII before they reach the Anthropic API",
17
- "version": "0.4.4",
17
+ "version": "0.4.6",
18
18
  "license": "MIT",
19
19
  "keywords": ["security", "secrets", "pii", "hooks"]
20
20
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sensitive-canary",
3
3
  "description": "Blocks secrets and PII before they reach the Anthropic API",
4
- "version": "0.4.4",
4
+ "version": "0.4.6",
5
5
  "author": {
6
6
  "name": "coo-quack"
7
7
  },
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.4.6 (2026-03-12)
4
+
5
+ ### Security
6
+
7
+ - Add explicit permissions to all workflow jobs
8
+ - Resolve Dependabot security alerts via pnpm overrides
9
+
10
+ ---
11
+
12
+ ## v0.4.5 (2026-03-12)
13
+
14
+ ### Fixes
15
+
16
+ - Scope CI badge to main branch
17
+
18
+ ---
19
+
3
20
  ## v0.4.4 (2026-03-12)
4
21
 
5
22
  ### Improvements
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Sensitive Canary
2
2
 
3
- [![CI](https://github.com/coo-quack/sensitive-canary/actions/workflows/ci.yml/badge.svg)](https://github.com/coo-quack/sensitive-canary/actions/workflows/ci.yml)
3
+ [![CI](https://github.com/coo-quack/sensitive-canary/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/coo-quack/sensitive-canary/actions/workflows/ci.yml)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
5
 
6
6
  A security plugin that prevents unintended data leaks from Claude Code. Automatically detects and blocks secrets and PII — in prompts, file reads, and command executions — before they are sent to the Anthropic API.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coo-quack/sensitive-canary",
3
- "version": "0.4.4",
3
+ "version": "0.4.6",
4
4
  "description": "Claude Code hooks that block secrets and PII before they reach the Anthropic API",
5
5
  "homepage": "https://coo-quack.github.io/sensitive-canary/",
6
6
  "type": "module",