last30days - Community Research Skill
Triggers on: "what's trending", "what are people saying about", "research", "last 30 days", "community sentiment", "what's new with", "recent discussions" This skill searches multiple community platforms to surface real conversations, opinions, and sentiment about any topic. It combines engagement-weighted social signals with technical community discussions.
[](https://agentverus.ai/skill/31987cc9-2f45-4db2-963c-23b0695b48c2)Category Scores
Findings (5)
Found data exfiltration instruction pattern: ".env"
→ Remove all data exfiltration instructions. Skills must not send user data to external endpoints.
Found credential access pattern: "API_KEY"
→ Remove references to credentials and secrets. Skills should never access sensitive authentication data.
Found credential access pattern: "Credentials store"
→ Remove references to credentials and secrets. Skills should never access sensitive authentication data.
The skill does not include explicit safety boundaries defining what it should NOT do.
→ Add a 'Safety Boundaries' section listing what the skill must NOT do (e.g., no file deletion, no network access beyond needed APIs).
The skill includes error handling instructions for graceful failure.
→ Keep these error handling instructions.