exa-contents-11c960 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited exa-contents-11c960 (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.
Use Exa Contents as an API-backed web_fetch provider when ArkSpace needs full text, summaries, highlights, subpages, link extras, or metadata for known URLs or Exa result ids.
Exa configuration is shared with exa-search through provider-manager.
https://exa.ai/docs/reference/get-contentshttps://exa.ai/docs/reference/searchResolve the installed ArkSpace package root before running commands. Replace <installed-arkspace-path> with the directory two levels above this loaded SKILL.md, such as /Users/<user>/.claude/plugins/cache/ark-space/ark-space/0.1.2. Use the installed package path, not a repository-relative command.
Check configuration:
python3 <installed-arkspace-path>/scripts/arkspace.py provider check exa --capability web_fetchConfigure Exa once:
python3 <installed-arkspace-path>/scripts/arkspace.py provider setup exa --wizardIf the provider check reports a missing Exa API key:
python3 <installed-arkspace-path>/scripts/arkspace.py provider setup exa --wizard.--wizard through that tool.! python3 <installed-arkspace-path>/scripts/arkspace.py provider setup exa --wizard in the Claude prompt or terminal, orpython3 <installed-arkspace-path>/scripts/arkspace.py provider setup exa --save-secret EXA_API_KEY --secret-stdin./ark-space:exa-contents <url>.Single URL:
python3 <installed-arkspace-path>/scripts/arkspace.py web fetch --provider exa "https://example.com/article" --output jsonWith summaries and highlights:
python3 <installed-arkspace-path>/scripts/arkspace.py web fetch --provider exa "https://example.com/article" \
--include-summary \
--include-highlights \
--output jsonWith freshness, subpages, and link extras:
python3 <installed-arkspace-path>/scripts/arkspace.py web fetch --provider exa "https://example.com/article" \
--max-age-hours 24 \
--subpages 5 \
--include-links \
--output jsonexa-similar when the user wants pages similar to the provided URL rather than the provided URL's own content.defuddle for normal pages when local extraction is enough and no API call is needed.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.