task-manager
Pass
Audited by Gen Agent Trust Hub on Apr 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to run shell commands using
pnpm(specificallytypecheck,lint, andtest) to verify the output of assigned tasks. These are standard development tools used for project maintenance. - [PROMPT_INJECTION]: The skill is subject to potential indirect prompt injection (Category 8) because it ingests untrusted user task descriptions and incorporates them into the
tasks.mdproject file. This content is subsequently used to direct the behavior of other agents. - Ingestion points: User-provided messages containing multiple tasks (Phase 1, SKILL.md).
- Boundary markers: No specific delimiters or instructions to ignore embedded commands are present in the generated
tasks.mdformat. - Capability inventory: The workflow involves shell command execution through the
pnpmtoolset (Phase 4 and 5, SKILL.md). - Sanitization: The instructions do not specify any sanitization or validation of the user input before it is written to the task list.
Audit Metadata