pp-morgen
Warn
Audited by Gen Agent Trust Hub on Jul 20, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill facilitates the installation of the
morgen-pp-cliandmorgen-pp-mcptools from the developer's GitHub repository and NPM package registry. - [COMMAND_EXECUTION]: The skill is centered around executing shell commands via a binary to interact with the Morgen API.
- [DATA_EXFILTRATION]: The tool includes a
--deliverfeature that can send the results of any command to a remote URL viawebhook:<url>. This provides a direct mechanism for exfiltrating sensitive calendar events, tasks, and account integration details. - [COMMAND_EXECUTION]: The
--deliverfeature also allows writing command output to an arbitrary local file path viafile:<path>, which could be used to overwrite or create files in sensitive directories. - [PROMPT_INJECTION]: The skill processes untrusted data from external calendar and task providers.
- Ingestion points: Calendar events and tasks fetched via
events listandtasks listinSKILL.md. - Boundary markers: None provided to distinguish between tool instructions and data content.
- Capability inventory: The skill can execute shell commands, write to the filesystem, and perform network requests via the
morgen-pp-clitool. - Sanitization: No sanitization or validation of the fetched data is described, making the agent vulnerable to instructions embedded in event titles or task descriptions.
Audit Metadata