Skip to main content

last30days

Enables users to research trending topics from Reddit and X, generating expert prompts for various tools based on current discussions.

Install this skill

or
73/100

Security score

The last30days skill was audited on May 12, 2026 and we found 13 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

low line 68

Access to hidden dotfiles in home directory

SourceSKILL.md
68mkdir -p ~/.config/last30days
low line 69

Access to hidden dotfiles in home directory

SourceSKILL.md
69cat > ~/.config/last30days/.env << 'ENVEOF'
low line 80

Access to hidden dotfiles in home directory

SourceSKILL.md
80chmod 600 ~/.config/last30days/.env
low line 81

Access to hidden dotfiles in home directory

SourceSKILL.md
81echo "Config created at ~/.config/last30days/.env"
low line 101

Access to hidden dotfiles in home directory

SourceSKILL.md
101python3 ~/.claude/skills/last30days/scripts/last30days.py "$(cat "$TOPIC_FILE")" --emit=compact 2>&1
low line 285

Access to hidden dotfiles in home directory

SourceSKILL.md
285💡 Want engagement metrics? Add API keys to ~/.config/last30days/.env
low line 423

Access to hidden dotfiles in home directory

SourceSKILL.md
423💡 Unlock Reddit & X data: Add API keys to ~/.config/last30days/.env
low line 69

Access to .env file

SourceSKILL.md
69cat > ~/.config/last30days/.env << 'ENVEOF'
low line 80

Access to .env file

SourceSKILL.md
80chmod 600 ~/.config/last30days/.env
low line 81

Access to .env file

SourceSKILL.md
81echo "Config created at ~/.config/last30days/.env"
low line 285

Access to .env file

SourceSKILL.md
285💡 Want engagement metrics? Add API keys to ~/.config/last30days/.env
low line 423

Access to .env file

SourceSKILL.md
423💡 Unlock Reddit & X data: Add API keys to ~/.config/last30days/.env
high line 387

Prompt injection: role reassignment

SourceSKILL.md
387**CRITICAL: After research is complete, you are now an EXPERT on this topic.**
Scanned on May 12, 2026
View Security Dashboard
Installation guide →