google-trends
Monitors Google Trends for trending searches, keyword comparisons, and interest tracking to aid market research and content planning.
Install this skill
or
67/100
Security score
The google-trends skill was audited on Feb 16, 2026 and we found 13 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 72
Template literal with variable interpolation in command context
SourceSKILL.md
| 72 | ```bash |
medium line 38
Curl to non-GitHub URL
SourceSKILL.md
| 38 | curl -s "https://trends.google.com/trending/rss?geo=US" | head -100 |
medium line 41
Curl to non-GitHub URL
SourceSKILL.md
| 41 | curl -s "https://trends.google.com/trending/rss?geo=LT" | head -100 |
medium line 44
Curl to non-GitHub URL
SourceSKILL.md
| 44 | curl -s "https://trends.google.com/trending/rss?geo=" | head -100 |
medium line 78
Curl to non-GitHub URL
SourceSKILL.md
| 78 | curl -s "https://trends.google.com/trending/rss?geo=$GEO" | \ |
low line 38
External URL reference
SourceSKILL.md
| 38 | curl -s "https://trends.google.com/trending/rss?geo=US" | head -100 |
low line 41
External URL reference
SourceSKILL.md
| 41 | curl -s "https://trends.google.com/trending/rss?geo=LT" | head -100 |
low line 44
External URL reference
SourceSKILL.md
| 44 | curl -s "https://trends.google.com/trending/rss?geo=" | head -100 |
low line 53
External URL reference
SourceSKILL.md
| 53 | open "https://trends.google.com/trends/explore?q=bitcoin&geo=US" |
low line 56
External URL reference
SourceSKILL.md
| 56 | web_fetch "https://trends.google.com/trends/explore?q=bitcoin" |
low line 63
External URL reference
SourceSKILL.md
| 63 | open "https://trends.google.com/trends/explore?q=bitcoin,ethereum,solana&geo=US" |
low line 78
External URL reference
SourceSKILL.md
| 78 | curl -s "https://trends.google.com/trending/rss?geo=$GEO" | \ |
low line 95
External URL reference
SourceSKILL.md
| 95 | echo "https://trends.google.com/trends/explore?q=$KEYWORDS" |
Scanned on Feb 16, 2026
View Security Dashboard