Scan Report
5 /100
sysclaw-ops
SysClaw operator skill for processing agent requests and managing cross-agent communication system
Documentation-only skill describing SysClaw operator workflow; no executable code, scripts, or malicious indicators present.
Safe to install
No action needed. This is a pure documentation skill (SKILL.md + schema reference) with no executable components.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No file operations in documentation |
| Network | READ | READ | ✓ Aligned | Describes DB connections and Telegram; no network calls in code |
| Shell | NONE | NONE | — | Mentions SSH execution conceptually but no shell code in skill |
| Environment | NONE | NONE | — | References env vars (SYSCLAW_DB_*) but doesn't read them |
| Database | READ | READ | ✓ Aligned | Describes PostgreSQL operations via SQL examples only |
| Skill Invoke | NONE | NONE | — | No skill chaining described |
| Clipboard | NONE | NONE | — | Not referenced |
| Browser | NONE | NONE | — | Not referenced |
File Tree
4 files · 18.3 KB · 450 lines Markdown 3f · 445L
JSON 1f · 5L
├─
▾
references
│ └─
db-schema.md
Markdown
├─
_meta.json
JSON
├─
CHANGELOG.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ Pure documentation skill with no executable code
✓ All capabilities (DB, SSH) properly declared in SKILL.md
✓ No base64, obfuscation, or suspicious encoding patterns
✓ No credential harvesting or exfiltration behavior
✓ No remote script downloads (curl|bash patterns)
✓ Clear security decision guidelines documented
✓ Minimal privilege principle documented for DB role
✓ Human oversight requirement enforced for high-risk actions
✓ Clean dependency list - no external packages