๐ŸŽ Get the FREE AI Skills Starter Guide โ€” Subscribe โ†’
BytesAgainBytesAgain
๐Ÿฆ€ ClawHub

Sensitive Info Protection

by @leefj0606

Sensitive information real-time protection skill that automatically detects, alerts, and handles sensitive data in user interactions. Supports custom detecti...

Versionv1.0.0
๐Ÿ’ก Examples

Scanning Content for Sensitive Information

from scripts.detector import SensitiveDetector

detector = SensitiveDetector() results = detector.scan(text_content)

if results: # Print detection results in standard format detector.print_results(results) # Wait for user decision to proceed else: # No sensitive information detected pass

Adding Custom Rule

from scripts.models import DetectionRule

new_rule = DetectionRule( name="custom_secret", pattern=r"MY_SECRET=\w+", sensitivity="high", description="Custom secret pattern" ) detector.add_rule(new_rule)

Loading Configuration from File

detector.load_config("path/to/config.json")

View on ClawHub
TERMINAL
clawhub install sensitive-info-protection

๐Ÿงช Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

๐Ÿ” Can't find the right skill?

Search 60,000+ AI agent skills โ€” free, no login needed.

Search Skills โ†’