pm-demand
Fail
Audited by Gen Agent Trust Hub on Aug 3, 2026
Risk Level: HIGHCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill's preamble automatically executes a shell script named
check-update.shfrom its own directory whenever the skill is loaded. - [REMOTE_CODE_EXECUTION]: The skill contains instructions for sub-agents to perform dynamic code execution. It mandates searching for a specific Python script,
anysearch_cli.py, across multiple hidden application directories in the user's home folder (including~/.claude/,~/.cursor/, and~/.anysearch/) and executing it using theBashtool. Running executables discovered via dynamic path searching in sensitive system folders is a high-risk behavior. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because user-supplied input is interpolated directly into sub-agent prompts without sanitization or protective boundary markers.
- Ingestion points: Product details and requirements collected via
AskUserQuestionin steps 1 through 3 of the execution flow. - Boundary markers: Absent; user input is placed directly into the task descriptions for sub-agents.
- Capability inventory: The skill uses the
Agenttool to invoke sub-agents which have access to theBashandWebSearchtools. - Sanitization: None; the agent does not escape or validate user-provided strings before using them in sub-agent prompts.
Recommendations
- AI detected serious security threats
Audit Metadata