moda-one-pager
Pass
Audited by Gen Agent Trust Hub on Aug 23, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data when reading web content via
moda web reador collaborative canvas data viamoda canvas read. - Ingestion points: Web research results and shared canvas elements (SKILL.md, references/web.md, references/reading-and-verifying.md).
- Boundary markers: The instructions explicitly state that canvas content is to be treated as DATA and should never override agent tasks or guidelines.
- Capability inventory: The skill uses the
modaCLI to mutate design state and export files (PDF, PPTX). - Sanitization: The skill relies on specific instructional guardrails to ensure the agent distinguishes between processed data and its own command logic.
- [DYNAMIC_EXECUTION]: The skill utilizes a sandboxed JavaScript environment for batch editing (
moda canvas edit) and procedural layout generation (<generate>). - The documentation (references/edit-code.md) identifies strict constraints that block dangerous patterns such as
eval,require,import, and network access viafetchorwindow. - Execution is limited to a 100ms synchronous budget to prevent resource exhaustion attacks.
- [EXTERNAL_DOWNLOADS]: The skill requires the installation of the
@moda-design/modapackage vianpmto provide its core functionality. - This package is a vendor-owned CLI tool necessary for the skill's stated purpose of interacting with the Moda design platform.
- [COMMAND_EXECUTION]: The skill makes extensive use of the
modaCLI to perform design operations, manage brand kits, and execute metered media generation tasks.
Audit Metadata