parallel-ai-search

Pass

Audited by Gen Agent Trust Hub on Mar 12, 2026

Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [PROMPT_INJECTION]: The skill ingests untrusted data from the live web through its search and extraction functions, making it susceptible to indirect prompt injection where malicious instructions on web pages could influence the agent's behavior. ● Ingestion points: scripts/parallel-search.mjs, scripts/parallel-extract.mjs, and scripts/parallel-search-extract.mjs (via Parallel AI API). ● Boundary markers: None; fetched content is returned directly to the agent context as text or Markdown. ● Capability inventory: scripts/lib.mjs performs network operations via the fetch API and can read local files using fs.readFile (triggered by the --request flag). ● Sanitization: No sanitization or safety filtering is performed on the extracted content.
  • [EXTERNAL_DOWNLOADS]: The skill communicates with the Parallel AI API at https://api.parallel.ai to perform its core functions of web searching and data extraction. This is documented and expected behavior.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 12, 2026, 04:19 PM