扫描报告
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.
可以安装
No action needed. The skill is a simple wrapper for a documented CLI tool with no hidden functionality.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No filesystem access declared or implied |
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md: Uses exa.js CLI for API calls - declared behavior |
| 命令执行 | WRITE | WRITE | ✓ 一致 | SKILL.md:29 - node tools/clis/exa.js exec declared as core functionality |
| 环境变量 | NONE | NONE | — | No environment variable access declared or observed |
目录结构
1 文件 · 3.6 KB · 102 行 Markdown 1f · 102L
└─
SKILL.md
Markdown
安全亮点
✓ 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