Smart Search Fallback

PassAudited by VirusTotal on Apr 29, 2026.

Findings (1)

The skill implements a search fallback mechanism but contains a shell injection vulnerability in `scripts/fallback-search.sh`. Specifically, the `$QUERY` variable is expanded directly into a Python script executed via `python3 -c` in the T3 fallback block, which allows for arbitrary Python code execution if a user provides a crafted search query. While the intent appears to be functional (improving search reliability), the lack of input sanitization in the shell script poses a significant security risk.