Generate user demand research reports from real user feedback. Scrape and analyze feature requests, complaints, and questions from Reddit, X, and GitHub. Use when user wants to do demand research, find feature requests, analyze user demand, or run RequestHunt queries.
86
82%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Risky
Do not use without reviewing
Security
3 findings — 1 high severity, 2 medium severity. You should review these findings carefully before considering using this skill.
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
Insecure credential handling detected (high risk: 1.00). The prompt instructs embedding a manual API key directly into command-line arguments (e.g., `requesthunt config set-key rh_live_your_key`), which requires the LLM or user to include secret values verbatim in commands and outputs, creating exfiltration risk.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 0.90). The SKILL.md explicitly instructs the agent to run RequestHunt scrape/search commands that fetch and ingest user-generated content from public sites (Reddit, X/Twitter, and GitHub), and that scraped content is then analyzed and used to drive reports and recommendations, so untrusted third‑party content can materially influence the agent's outputs and actions.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
Potentially malicious external URL detected (high risk: 1.00). The skill's prerequisite runs a remote installer that is fetched and executed at runtime via "curl -fsSL https://requesthunt.com/cli | sh" (https://requesthunt.com/cli), which is remote code execution and a required dependency.
b18c6e6
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.