raycast-extensions

Warn

Audited by Socket on Jul 22, 2026

1 alert found:

Anomaly
AnomalyLOW
evals/fixtures/dictionary-flawed/src/search.tsx

This module appears to be a legitimate dictionary lookup UI, with no overt malicious behavior such as payload execution, backdoors, or system/data manipulation beyond the intended API call. The main supply-chain/security issue is the embedding of a live API key directly in client-side code (credential disclosure risk) combined with constructing the request URL using raw, unencoded user input. That combination increases the likelihood of key leakage (and any abuse tied to that key) and can cause malformed or manipulated requests. Review/replace with a backend-mediated approach and store secrets in server-side environment variables; URL-encode the user query before building the URL.

Confidence: 78%Severity: 68%
Audit Metadata
Analyzed At
Jul 22, 2026, 01:16 AM
Package URL
pkg:socket/skills-sh/connorads%2Fdotfiles%2Fraycast-extensions%2F@9336fbcd52e24342b05e905d89c5becf2d9964c54449f732fd13be561f093845
Security Audit — socket — raycast-extensions