deep-research
Answer a hard research question with a cited, cross-checked report built from live SearchApi results across many engines at once. Use when the user says "deep research", "research this", "do deep research on", "research report", "literature review", "state of the art", "what does the evidence say...
Install this skill
or
99/100
Security score
The deep-research skill was audited on Aug 6, 2026 and we found 1 security issue across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 128
Command substitution pattern
SourceSKILL.md
| 126 | ```bash |
| 127 | Q="how does X compare to Y for Z" # the research question, verbatim |
| 128 | RUN="$(date +%F)-$(echo "$Q" | tr '[:upper:] ' '[:lower:]-' | tr -cd 'a-z0-9-' | cut -c1-50)" |
| 129 | mkdir -p ".deep-research/$RUN/raw" |
| 130 | ``` |
Scanned on Aug 6, 2026
View Security Dashboard