panguard_scan
Run a security health check scan on the local system. Returns risk score (0—100), grade (A—F), and list of security findings.Scan depth:
quick (~30 seconds) or full (~60 seconds).Output language:
en or zh-TW.panguard_scan_code
Scan a source code directory for security vulnerabilities (SAST). Detects SQL injection, XSS, hardcoded secrets, command injection, and more.Source code directory to scan. Absolute or relative path.
Output language:
en or zh-TW.panguard_guard_start
Start the Panguard Guard real-time threat monitoring daemon.Data directory path. Defaults to
~/.panguard-guard.Operating mode:
learning or protection.panguard_guard_stop
Stop the Panguard Guard daemon.Data directory path. Defaults to
~/.panguard-guard.panguard_status
Get the current status of all Panguard services (Guard, Scan, Manager). Returns running state, threat counts, and system information.Data directory path. Defaults to
~/.panguard-guard.panguard_alerts
Get recent security alerts detected by Panguard Guard. Returns the latest threat events with severity and details.Maximum number of alerts to return.
Filter by severity:
critical, high, medium, low, or all.Data directory path. Defaults to
~/.panguard-guard.panguard_block_ip
Manually block an IP address from accessing the system.IP address to block (IPv4 or IPv6).
Block duration. Examples:
1h, 24h, permanent.Reason for blocking (stored in the action manifest).
panguard_generate_report
Generate a PDF compliance report from scan results. Returns the path to the generated PDF.Output PDF file path.
Report language:
en or zh-TW.Scan depth for the underlying scan:
quick or full.panguard_init
Initialize Panguard configuration with defaults (non-interactive mode).Data directory path. Defaults to
~/.panguard-guard.Default language:
en or zh-TW.Initial operating mode:
learning or protection.panguard_audit_skill
Audit an OpenClaw/AgentSkillsSKILL.md directory for security issues. Checks manifest validity, prompt injection, tool poisoning, code vulnerabilities, dependencies, and permissions.
Path to skill directory containing
SKILL.md.- Manifest validity
- Prompt injection detection
- Tool poisoning analysis
- Code vulnerability scanning
- Dependency audit
- Permission review
panguard_deploy
Deploy Panguard services: scan for vulnerabilities, start Guard monitoring, and generate an initial report. This is the one-click setup for full protection.Data directory path. Defaults to
~/.panguard-guard.Language:
en or zh-TW.Initial Guard mode:
learning or protection.Whether to generate a PDF report after scanning.
panguard scan + panguard guard start + panguard scan --output report.pdf
Tool Availability by Plan
| Tool | Community | Solo | Pro | Business |
|---|---|---|---|---|
panguard_scan | Yes | Yes | Yes | Yes |
panguard_scan_code | Yes | Yes | Yes | Yes |
panguard_guard_start | — | Yes | Yes | Yes |
panguard_guard_stop | — | Yes | Yes | Yes |
panguard_status | Yes | Yes | Yes | Yes |
panguard_alerts | — | Yes | Yes | Yes |
panguard_block_ip | — | Yes | Yes | Yes |
panguard_generate_report | — | — | Yes | Yes |
panguard_init | Yes | Yes | Yes | Yes |
panguard_audit_skill | Yes | Yes | Yes | Yes |
panguard_deploy | — | Yes | Yes | Yes |