company-research — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited company-research (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
ONLY use web_search_advanced_exa. Do NOT use web_search_exa or any other Exa tools.
Never run Exa searches in main context. Always spawn Task agents:
No hardcoded numResults. Tune to user intent:
Exa returns different results for different phrasings. For coverage:
Use appropriate Exa category depending on what you need:
company → homepages, rich metadata (headcount, location, funding, revenue)news → press coverage, announcementspeople → LinkedIn profiles (public data)type: "auto") → general web results, deep dives, broader contextStart with category: "company" for discovery, then use other categories or no category for deeper research.
When using category: "company", these parameters cause 400 errors:
includeDomains / excludeDomainsstartPublishedDate / endPublishedDatestartCrawlDate / endCrawlDateWhen searching without a category (or with news), domain and date filters work fine.
Universal restriction: includeText and excludeText only support single-item arrays. Multi-item arrays cause 400 errors across all categories.
Public LinkedIn via Exa: category: "people", no other filters. Auth-required LinkedIn → use Claude in Chrome browser fallback.
Auto-fallback to Claude in Chrome when:
web_search_advanced_exa {
"query": "AI infrastructure startups San Francisco",
"category": "company",
"numResults": 20,
"type": "auto"
}web_search_advanced_exa {
"query": "Anthropic funding rounds valuation 2024",
"type": "deep",
"numResults": 10,
"includeDomains": ["techcrunch.com", "crunchbase.com", "bloomberg.com"]
}web_search_advanced_exa {
"query": "Anthropic AI safety",
"category": "news",
"numResults": 15,
"startPublishedDate": "2024-01-01"
}web_search_advanced_exa {
"query": "VP Engineering AI infrastructure",
"category": "people",
"numResults": 20
}Return: 1) Results (structured list; one company per row) 2) Sources (URLs; 1-line relevance each) 3) Notes (uncertainty/conflicts)
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.