manage-taskboard
Pass
Audited by Gen Agent Trust Hub on Aug 27, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONDATA_EXFILTRATIONCOMMAND_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and act upon data from external sources, specifically Taskboard issue descriptions and comments. It explicitly instructs the agent to treat these comments as current requirements, creating a vulnerability where an attacker could embed malicious instructions in a task to manipulate the agent's behavior.
- Ingestion points:
SKILL.md(Core workflow step 1) utilizestaskctl issue getandtaskctl comment listto retrieve data. - Boundary markers: Absent. There are no instructions to delimit or ignore instructions within the retrieved data.
- Capability inventory: The skill has the ability to read and write files via
taskctl attachment upload/downloadand perform network operations through the Taskboard API. - Sanitization: Absent. The skill does not describe any sanitization or validation of the external content before processing.
- [DATA_EXFILTRATION]: The skill provides the ability to upload local files to a remote server using the
taskctl attachment upload --file PATHcommand. While intended for task management, this capability could be abused if the agent is misled by an indirect prompt injection to upload sensitive local files (such as.envor credentials) to the Taskboard. - [COMMAND_EXECUTION]: The skill relies on the execution of the
taskctlCLI binary. It provides specific system paths for this tool on macOS and Linux, which is a powerful capability that allows the agent to interact with the underlying system. - [CREDENTIALS_UNSAFE]: The documentation in
references/cli.mddescribes acloud loginworkflow that handles authentication secrets, including a "Shared key" prompt and the use of Basic Authentication via a local proxy service.
Audit Metadata