pm-change
Warn
Audited by Gen Agent Trust Hub on Aug 3, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The Preamble section contains shell commands executed via the
Bashtool to run a local script (check-update.sh) and create directories. Executing commands at skill initialization reduces user oversight. - [REMOTE_CODE_EXECUTION]: The skill attempts to execute an external script,
check-update.sh, whose contents are not provided within the skill package. This creates a risk as the script's behavior cannot be audited or verified, potentially allowing unauthorized operations. - [PROMPT_INJECTION]: The skill collects data from user interactions and writes it directly to local files without sanitization or clear data boundaries, making it susceptible to indirect prompt injection where a malicious user input could influence future agent actions when reading these documents.
- Ingestion points:
AskUserQuestioncalls in Steps 1 through 4 (SKILL.md). - Boundary markers: None present to distinguish user input from system instructions.
- Capability inventory:
Bash,Write, andAgenttools are available. - Sanitization: No evidence of input validation or escaping before writing to
docs/04-风控管理/需求变更记录.md.
Audit Metadata