Scan Report
5 /100
exa-x-search
Search Twitter/X for tweets, discussions, and sentiment on topics using Exa's tweet category search
This is a pure documentation skill (SKILL.md only) that describes a Twitter/X search workflow using Exa's CLI tool. All shell execution is declared in the documentation.
Safe to install
No action needed. The skill is a simple wrapper for a documented CLI tool with no hidden functionality.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No filesystem access declared or implied |
| Network | READ | READ | ✓ Aligned | SKILL.md: Uses exa.js CLI for API calls - declared behavior |
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md:29 - node tools/clis/exa.js exec declared as core functionality |
| Environment | NONE | NONE | — | No environment variable access declared or observed |
File Tree
1 files · 3.6 KB · 102 lines Markdown 1f · 102L
└─
SKILL.md
Markdown
Security Positives
✓ No implementation code present - pure documentation skill
✓ All shell execution via node exa.js is explicitly declared in SKILL.md
✓ No external dependencies or package files that could introduce supply chain risk
✓ No sensitive file access patterns observed
✓ No credential harvesting or exfiltration behavior
✓ No obfuscation or base64-encoded payloads
✓ No hidden instructions in comments