This skill allows remote code execution and is vulnerable to shell
Claims to do
RequestHunt Skill: Generate user demand research reports by collecting and analyzing real user feedback from Reddit, X (Twitter), and GitHub.
Actually does
This skill installs the `requesthunt` CLI from `https://requesthunt.com/cli` and authenticates with `https://requesthunt.com/device` or a manual API key. It then uses the `requesthunt` CLI to scrape, search, and list user feedback data from Reddit, X, and GitHub via `https://requesthunt.com`. It provides commands to manage data collection and view account status.
Remote code download and execution detected
curl -fsSL https://requesthunt.com/cli | sh
The skill constructs and executes shell commands using arguments that are likely derived from user-provided strings (e.g., search queries, topics, platforms). If the `requesthunt` CLI does not properly sanitize these inputs, it could lead to shell injection vulnerabilities, allowing an attacker to execute arbitrary commands.
requesthunt scrape start "ai-coding-assistant" --platforms reddit,x,github --depth 2
The `requesthunt scrape` command includes a `--depth` parameter. If an excessively large or unconstrained value is provided for this parameter, it could potentially lead to excessive data collection, network requests, or resource consumption on the `requesthunt` service or the agent's environment.
requesthunt scrape start "developer-tools" --depth 1
The skill provides instructions for configuring an API key (`requesthunt config set-key`). While this is necessary for functionality, it highlights a sensitive area where actual API keys could be mishandled if not securely managed by the agent's environment or if a real key were to be inadvertently exposed.
requesthunt config set-key rh_live_your_key
The skill claims to 'generate user demand research reports,' but it primarily provides tools for data collection and listing. The actual analytical content and structured report generation (e.g., 'Key Findings,' 'Pain Points Analysis') is presented as a manual process using a Markdown template, not an automated function of the skill.
The 'Step 3: Generate Report' section shows a Markdown template and states 'Analyze collected data and generate a structured Markdown report,' implying human analysis, not an automated command to produce the analytical sections.
[](https://mondoo.com/ai-agent-security/skills/github/resciencelab/opc-skills/requesthunt)<a href="https://mondoo.com/ai-agent-security/skills/github/resciencelab/opc-skills/requesthunt"><img src="https://mondoo.com/ai-agent-security/api/badge/github/resciencelab/opc-skills/requesthunt.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/resciencelab/opc-skills/requesthunt.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.