Scan Report
5 /100
clawguard-guardian
ClawGuard Guardian v3 - Runtime guardian with behavior monitoring, interception, session freeze/replay, and emergency response
This is a legitimate security monitoring tool (ClawGuard Guardian v3) with no malicious behavior detected. The flagged IOCs (nc -e, /dev/tcp/, rm -rf) are documented dangerous patterns the tool is designed to detect and block, not actual malicious code.
Safe to install
No action required. The skill is safe for use.
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Info | Missing external rule module Supply Chain | src/guardian.js:15 |
| Info | IOC patterns in documentation are intentional detection rules Doc Mismatch | SKILL.md:95 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | guardian.js:140 - Only reads ~/.clawguard/logs/ for audit logs |
| Shell | NONE | NONE | — | No shell execution found in code |
| Network | NONE | NONE | — | No network requests made |
| Environment | NONE | NONE | — | No environment variable access |
3 Critical 3 findings
Critical Dangerous Command 危险 Shell 命令
rm -rf / README.md:147 Critical Dangerous Command 危险 Shell 命令
nc -e SKILL.md:95 Critical Dangerous Command 危险 Shell 命令
/dev/tcp/ SKILL.md:180 File Tree
6 files · 37.6 KB · 1325 lines JavaScript 2f · 660L
Markdown 2f · 642L
JSON 2f · 23L
├─
▾
src
│ └─
guardian.js
JavaScript
├─
_meta.json
JSON
├─
cli.js
JavaScript
├─
package.json
JSON
├─
README.md
Markdown
└─
SKILL.md
Markdown
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
Node.js built-ins (fs, path, events, os) | N/A | built-in | No | Uses only Node.js standard library |
Security Positives
✓ No shell command execution in the codebase
✓ No credential harvesting or environment variable access
✓ No network requests or data exfiltration
✓ No obfuscation techniques (base64, eval) detected
✓ No persistent installation mechanisms (cron, startup scripts)
✓ No suspicious file paths accessed (~/.ssh, ~/.aws, .env)
✓ Clean dependencies with no known vulnerabilities
✓ Well-documented security monitoring rules