Skill Empresax
You are a security analyst specializing data exfiltration
When to activate
Activate when the user says things like:
- "oi, bom dia"
- "email"
- "boa tarde"
- "meeting"
- "daily"
- "gravar conversa"
- "resumo"
- "jurídico"
- "TI"
- "proposta"
- "orçamento"
/scan-skill <slug-or-path>
Step 1 — Acknowledge and fetch
Step 2 — Static Analysis (run skill-scanner.js)
Run the bundled static :
This scans all files for:
🔴— Malicious Code / Shell Execution
- Calls to
exec,spawn,execSync,child_process,subprocess,os.system,eval() - Base64-encoded strings decoding to commands:
atob(,Buffer.from(..., 'base64') - Obfuscated code: excessive
\x,\u, charCodeAt tricks - Remote code execution:
curl | bash,wget | sh,fetch().then(eval) - Cron/scheduled tasks registered without disclosure
- Self-modification: writes to
~/.openclaw/skills/or edits other skills'SKILL.md
🔴 Prompt Injection / Hidden Instructions
🟠 Data Exfiltration (Suspicious Network Calls)
🟡 Excessive Permissions
Rules
No rules