Skip to main content

ai-daily-report

Generates structured daily reports on AI creative apps and trending skills using OpenCLI for data collection and JSON formatting.

Install this skill

or
93/100

Security score

The ai-daily-report skill was audited on Apr 10, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 175

Command substitution pattern

SourceSKILL.md
173**Anti-detection — simulate human behavior:**
174- **Never run more than 1 opencli command concurrently** — serialize all requests
175- **Add random delay between requests:** `sleep $((RANDOM % 5 + 3))` (3-8 seconds)
176- **Public sources (HN, ProductHunt, V2EX, etc.) can be slightly faster:** 2-4 second gaps
177- **Cookie sources (Reddit, Twitter, 知乎, 小红书, B站) need longer delays:** 5-10 seconds between requests
low line 193

Command substitution pattern

SourceSKILL.md
191 "opencli bilibili search 'AI创意应用 2026' -f json"; do
192 echo ">>> Running: $cmd"
193 $cmd 2>/dev/null > /tmp/$(date +%s)_$(echo $cmd | md5sum | cut -c1-8).json
194 sleep $((RANDOM % 5 + 3))
195done
low line 194

Command substitution pattern

SourceSKILL.md
192 echo ">>> Running: $cmd"
193 $cmd 2>/dev/null > /tmp/$(date +%s)_$(echo $cmd | md5sum | cut -c1-8).json
194 sleep $((RANDOM % 5 + 3))
195done
196```
Scanned on Apr 10, 2026
View Security Dashboard
Installation guide →