Privacy Guard - 敏感信息外泄检测

Detect sensitive data leakage in OpenClaw logs using Python.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/cq2000419/privacy-guard --skill privacy-guard-cq2000419
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Privacy Guard - 敏感信息外泄检测
Source: https://github.com/cq2000419/privacy-guard/tree/main
Command: npx skills add https://github.com/cq2000419/privacy-guard --skill privacy-guard-cq2000419

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the detection of sensitive information leakage in OpenClaw logs, helping to identify potential security risks and maintain data privacy.

Core Features & Use Cases

  • Three-Level Detection: Identifies high-risk (CRITICAL), moderate-risk (HIGH), and suspicious data patterns.
  • Smart Error Tolerance: Prevents false alarms for common patterns such as timestamps, UUIDs, and JSON data.
  • Interactive Learning: Allows users to confirm safe or risky items, enhancing the detection accuracy over time.
  • Auto Evolution: Updates the detection patterns based on user feedback, improving accuracy.
  • Use Case: Use this Skill to automatically scan OpenClaw logs for sensitive information leaks and review the results to enhance data security.

Quick Start

Use the 'scan' command to initiate a scan of OpenClaw logs.

Frequently Asked Questions about Privacy Guard - 敏感信息外泄检测

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate sensitive data leakage detection in OpenClaw logs?

You can automate sensitive data leakage detection in OpenClaw logs by using the scan command, which evaluates log entries against critical, high, and suspicious data patterns to identify potential security risks.

How does the three-level detection mechanism work for sensitive information?

The three-level detection mechanism categorizes potential sensitive information leaks into CRITICAL, HIGH, and suspicious data patterns, allowing you to prioritize security risks based on their severity level.

Can I prevent false alarms for timestamps and UUIDs during log analysis?

Yes, smart error tolerance prevents false alarms during log analysis by automatically filtering out common non-sensitive patterns such as timestamps, UUIDs, and JSON data from the detection results.

Do I need Python to scan OpenClaw logs for information security risks?

Yes, you need Python and its associated libraries installed in your environment to execute the automated detection scripts and handle OpenClaw log file processing for sensitive data.

How can interactive learning improve sensitive data detection accuracy?

Interactive learning improves detection accuracy by allowing you to manually confirm whether flagged items are safe or risky, enabling the system to auto-evolve its detection patterns based on your feedback.

Related Skills