扫描报告
5 /100
competitive-intelligence
Performs competitive intelligence by researching competitors and analyzing their online presence using web search and site scraping.
Single-file Markdown skill providing a competitive intelligence workflow. Contains no executable code, scripts, or dependencies — only documentation for orchestrating external tools (exa, firecrawl) via shell commands.
可以安装
No action required. This is a pure-documentation skill with no security concerns.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | SKILL.md: reads .agents/product-marketing-context.md or .claude/product-marketin… |
| 网络访问 | READ | READ | ✓ 一致 | SKILL.md: describes web search and scraping via external tools (exa, firecrawl) … |
| 命令执行 | WRITE | NONE | ✓ 一致 | SKILL.md contains example bash commands using node tools/clis/exa.js and firecra… |
| 环境变量 | NONE | NONE | — | No environment variable access found in SKILL.md |
| 技能调用 | NONE | NONE | — | No direct skill invocation behavior found |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser automation |
| 数据库 | NONE | NONE | — | No database access |
目录结构
1 文件 · 6.9 KB · 177 行 Markdown 1f · 177L
└─
SKILL.md
Markdown
安全亮点
✓ Single-file skill containing only Markdown documentation — no executable code present
✓ No dependencies (no requirements.txt, package.json, Cargo.toml, etc.) — no supply chain risk
✓ No sensitive file or credential access — does not touch ~/.ssh, ~/.aws, .env, or similar paths
✓ No network calls encoded in the skill — all network behavior is through documented external tools
✓ No obfuscation, base64, or anti-analysis patterns detected
✓ No hidden functionality — the skill does exactly what its documentation describes