Health
Outdated
Benchmark
34/100
SDK Version
No SDK dependency
Audit Status
Audit Done
Started May 11, 2026
Approval
Not requested
Audited exa-labs/Exa-highlight-extension, the accessible repo matching the requested exa-labs/exa-highlight slug. The integration is API-direct with no SDK dependency and calls only POST /search through api/search.js to https://api.exa.ai/search; it does not call /contents, /findSimilar, or /answer. The /search request uses type: "instant", which is valid in current Exa docs and appropriate for low-latency extension UX, but mismatches the declared auto capability. The request only asks for contents.highlights, so declared text content is still not implemented. The highlights request still uses deprecated numSentences and highlightsPerUrl fields; the Feb 2026 changelog says to migrate to maxCharacters or highlights: true, and highlightsPerUrl is accepted but ignored. No sunset endpoints or April 2026 deprecation fields are used. Build validation could not run because this repo has no package.json, so npm run build is not available.
Missing Features (4)
Marked outdated since May 11, 2026