Skip to content

Commit 3aba865

Browse files
haowu77claude
andcommitted
Bump version to 0.3.5: exclude SUBMISSIONS.md from ClawHub to fix suspicious flag
SUBMISSIONS.md contained example API key strings (sk-proj-...) that triggered ClawHub's security scanner. Added to .clawhubignore along with references/. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a5cec2e commit 3aba865

6 files changed

Lines changed: 7 additions & 5 deletions

File tree

.clawhubignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ CHANGELOG.md
2323
CONTRIBUTING.md
2424
CODE_OF_CONDUCT.md
2525
LICENSE
26+
SUBMISSIONS.md
27+
references/

SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: >-
88
data and applies blur/fill redaction overlays. Supports GDPR and
99
compliance workflows, secret detection, and data loss prevention (DLP).
1010
All processing runs 100% locally and offline — no data leaves your machine.
11-
version: 0.3.4
11+
version: 0.3.5
1212
license: MIT
1313
compatibility: Requires tesseract OCR, Python 3.10+, and pre-installed privacy-mask CLI.
1414
metadata:

marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "privacy-mask",
55
"repo": "fullstackcrew-alpha/privacy-mask",
66
"description": "Auto-mask sensitive info in images before AI upload. 100% local, 47 regex rules, dual OCR engine.",
7-
"version": "0.3.4",
7+
"version": "0.3.5",
88
"keywords": ["privacy", "pii", "masking", "redaction", "security", "ocr", "screenshot", "sensitive-data", "data-protection", "offline", "local", "claude-code", "api-keys", "secrets"]
99
}
1010
]

mask_engine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Local Image Privacy Mask Engine."""
22

3-
__version__ = "0.3.4"
3+
__version__ = "0.3.5"
44

55
from .ocr import OcrResult, run_ocr
66
from .detector import Detection, detect_sensitive

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "privacy-mask"
7-
version = "0.3.4"
7+
version = "0.3.5"
88
description = "Local image privacy masking — detect and redact sensitive info (IDs, phones, keys, etc.) before images leave your machine."
99
readme = "README.md"
1010
license = {text = "MIT"}

skills/privacy-mask/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: >-
66
passwords, and more. 100% local, 100% offline. Uses OCR with 47 regex rules
77
and optional NER. Use when receiving screenshots that may contain private data,
88
or when the user mentions privacy/masking/脱敏/打码.
9-
version: 0.3.4
9+
version: 0.3.5
1010
license: MIT
1111
compatibility: Requires tesseract OCR, Python 3.10+, and pre-installed privacy-mask CLI.
1212
metadata:

0 commit comments

Comments
 (0)