pm-position
Pass
Audited by Gen Agent Trust Hub on Aug 3, 2026
Risk Level: SAFECOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a bash script using a relative path traversal:
bash "$(dirname "${BASH_SOURCE[0]}")/../../check-update.sh". This executes code located outside the skill's root folder, creating a dependency on the external repository structure and the integrity of scripts in the parent directory. - [REMOTE_CODE_EXECUTION]: The preamble triggers an external script (
check-update.sh) to perform maintenance tasks. While this script is not part of the skill's local files, it serves as a vendor-provided utility for version checking. - [INDIRECT_PROMPT_INJECTION]: The skill reads data from local files and user-provided lists to drive its analysis and subagent prompts, establishing an indirect prompt injection surface.
- Ingestion points: The skill ingests content from
docs/01-需求调研/需求调研报告.mdanddocs/01-需求调研/市场调研报告.md, as well as competitor names provided by the user. - Boundary markers: There are no explicit delimiters or safety instructions in the prompt logic to prevent the agent from following instructions embedded within the processed files.
- Capability inventory: The skill has access to powerful tools including
Bash,Write, andAgent, which increases the potential impact of a successful injection attack. - Sanitization: The skill does not perform sanitization or validation of the data read from external documentation before incorporating it into the workflow.
Audit Metadata