Scan Report
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.
Safe to install
No action required. This is a pure-documentation skill with no security concerns.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | SKILL.md: reads .agents/product-marketing-context.md or .claude/product-marketin… |
| Network | READ | READ | ✓ Aligned | SKILL.md: describes web search and scraping via external tools (exa, firecrawl) … |
| Shell | WRITE | NONE | ✓ Aligned | SKILL.md contains example bash commands using node tools/clis/exa.js and firecra… |
| Environment | NONE | NONE | — | No environment variable access found in SKILL.md |
| Skill Invoke | NONE | NONE | — | No direct skill invocation behavior found |
| Clipboard | NONE | NONE | — | No clipboard access |
| Browser | NONE | NONE | — | No browser automation |
| Database | NONE | NONE | — | No database access |
File Tree
1 files · 6.9 KB · 177 lines Markdown 1f · 177L
└─
SKILL.md
Markdown
Security Positives
✓ 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