stask-general
Pass
Audited by Gen Agent Trust Hub on Apr 11, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill relies on the
@web42/staskpackage, which is fetched from the NPM registry during execution. - [REMOTE_CODE_EXECUTION]: Uses
npxto execute the@web42/stasktool, resulting in the execution of remotely downloaded code. - [COMMAND_EXECUTION]: Executes shell commands such as
npxfor task lifecycle operations andgitfor managing worktrees and branches. - [DATA_EXFILTRATION]: Transmits task metadata, progress updates, and results to Slack using the
chat.postMessageAPI. While Slack is a well-known service, this involves sending project-specific data externally. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection because it processes task specifications (
specs/*.md) and Slack thread content which could contain malicious instructions. - Ingestion points: Reads external task specifications from files and monitors Slack thread replies for updates.
- Boundary markers: Absent; the skill does not define specific delimiters or provide instructions to the agent to disregard instructions embedded within the task specs.
- Capability inventory: The agent can execute shell commands (
npx,git), interact with the filesystem (via worktrees), and communicate with the Slack API. - Sanitization: No validation or sanitization of the specification content is documented.
Audit Metadata