brand-monitoring
Weekly (or daily) brand-mention monitoring in Google News via SearchApi's `google_news` engine, with a local archive that dedupes against past runs and flags which mentions are NEW since the last run - a scriptable Google Alerts replacement. Every run lists all relevant in-window mentions and mar...
Install this skill
or
95/100
Security score
The brand-monitoring 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
medium line 91
Curl to non-GitHub URL
SourceSKILL.md
| 89 | ```bash |
| 90 | SLUG="searchapi-io"; DATE=$(date +%F); mkdir -p ".brand-monitoring/$SLUG" |
| 91 | curl -sG "https://www.searchapi.io/api/v1/search" \ |
| 92 | --data-urlencode "engine=google_news" \ |
| 93 | --data-urlencode "q=SearchApi" \ |
Scanned on Aug 6, 2026
View Security Dashboard