Trusted — Risk Score 5/100
Last scan:17 hr ago Rescan
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.
Skill Namesysclaw-ops
Duration34.3s
Enginepi
Safe to install
No action needed. This is a pure documentation skill (SKILL.md + schema reference) with no executable components.
ResourceDeclaredInferredStatusEvidence
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 122L · 5.7 KB
├─ 📋 _meta.json JSON 5L · 130 B
├─ 📝 CHANGELOG.md Markdown 43L · 1.3 KB
└─ 📝 SKILL.md Markdown 280L · 11.1 KB

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