mo-note
Pass
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
mocliCLI tool to execute commands likenote search,note homepage, andnote mine. This execution is restricted to the specific subcommands and arguments necessary for managing and viewing notes on the Mowen platform. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface as it ingests and processes untrusted content (note titles and summaries) from the Mowen service. This behavior is inherent to the skill's primary purpose of displaying note content.
- Ingestion points: Note metadata such as
titleandbriefare ingested into the agent context inSKILL.mdvia note listing and search results. - Boundary markers: No explicit delimiters are specified in the current instruction set to separate untrusted content from system instructions.
- Capability inventory: The skill performs shell-based interactions using the
moclibinary. - Sanitization: The instructions do not specify any validation or sanitization routines for the content returned by the CLI tool before it is processed by the agent.
Audit Metadata