pp-ticktick
Warn
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: MEDIUMDATA_EXFILTRATIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The tool includes a
--deliver webhook:<url>parameter that allows the agent to send command outputs to an arbitrary external URL. This facilitates the exfiltration of sensitive information retrieved from TickTick, such as daily notes, task lists, and focus records. - [DATA_EXFILTRATION]: The
feedbackcommand allows sending data to a remote endpoint ifTICKTICK_FEEDBACK_ENDPOINTis configured. - [PROMPT_INJECTION]: The skill ingests and processes potentially untrusted content from the user's TickTick account (tasks, notes, habits), creating an indirect prompt injection surface.
- Ingestion points: Commands such as
review,agenda, andtasks listretrieve content from TickTick into the agent's context. - Boundary markers: The skill does not provide instructions to wrap retrieved data in delimiters or warn the agent to ignore embedded instructions.
- Capability inventory: The agent has access to
Read Bashto execute the CLI, the ability to modify notes vianote edit, and network exfiltration capabilities via thewebhooksink. - Sanitization: There is no evidence of sanitization or filtering of the content retrieved from the external TickTick API before it is processed by the agent.
- [EXTERNAL_DOWNLOADS]: The skill requires the installation of the
ticktick-pp-cliandticktick-pp-mcpbinaries from the vendor's GitHub repository (github.com/mvanhorn/printing-press-library) or via NPM (@mvanhorn/printing-press-library). - [COMMAND_EXECUTION]: The skill operates by executing shell commands using the
ticktick-pp-clibinary.
Audit Metadata