people-research — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited people-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:
people → LinkedIn profiles, public bios (primary for discovery)personal site → personal blogs, portfolio sites, about pagesnews → press mentions, interviews, speaker biostype: "auto") → general web results, broader contextStart with category: "people" for profile discovery, then use other categories or no category for deeper research on specific individuals.
When using category: "people", these parameters cause errors:
startPublishedDate / endPublishedDatestartCrawlDate / endCrawlDateincludeText / excludeTextexcludeDomainsincludeDomains — LinkedIn domains only (e.g., "linkedin.com")When searching without a category, all parameters are available (but includeText/excludeText still only support single-item arrays).
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": "VP Engineering AI infrastructure",
"category": "people",
"numResults": 20,
"type": "auto"
}web_search_advanced_exa {
"query": "machine learning engineer San Francisco",
"category": "people",
"additionalQueries": ["ML engineer SF", "AI engineer Bay Area"],
"numResults": 25,
"type": "deep"
}web_search_advanced_exa {
"query": "Dario Amodei Anthropic CEO background",
"type": "auto",
"numResults": 15
}web_search_advanced_exa {
"query": "Dario Amodei interview",
"category": "news",
"numResults": 10,
"startPublishedDate": "2024-01-01"
}Return: 1) Results (name, title, company, location if available) 2) Sources (Profile URLs) 3) Notes (profile completeness, verification status)
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.