moda-social-linkedin
Warn
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: MEDIUMDYNAMIC_EXECUTIONINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [DYNAMIC_EXECUTION]: The skill employs
moda canvas editand the<generate>markup tag to execute JavaScript for modifying canvas nodes. Documentation inreferences/edit-code.mdindicates these environments are sandboxed but notes that the sandbox is not a hard security boundary, presenting a risk if untrusted data influences the executed logic. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from user inputs, external files (via
moda file show), and web pages (viamoda web read). This data informs the generation of markup and scripts, creating a surface for injection attacks. Ingestion points: User-supplied briefs and topics inSKILL.md; external URLs and file paths inreferences/multi-unit-workflow.md. Boundary markers: The instructions do not provide explicit delimiters or safety instructions to separate untrusted data from instructions during processing. Capability inventory: The skill usesBash(moda:*)tools with capabilities for network access (moda media,moda web), file writing (moda export), and dynamic code execution. Sanitization: No sanitization or validation mechanisms are described for data ingested from external or user-provided sources. - [COMMAND_EXECUTION]: The skill's primary functionality is implemented through the execution of
modaCLI commands via theBashtool, as specified in theallowed-toolsconfiguration.
Audit Metadata