multica-skill-update
Pass
Audited by Gen Agent Trust Hub on Aug 9, 2026
Risk Level: SAFECOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/sync_skills.pyscript executes themulticaCLI tool usingsubprocess.run. The command is constructed using a list of arguments, which is a secure practice to prevent shell injection, though it does include values sourced from a user-provided manifest file. - [REMOTE_CODE_EXECUTION]: The
SKILL.mdfile provides installation instructions for themulticaCLI that involve piping a shell script from the officialmultica-aiGitHub repository and piping it directly tobash. While this is a common pattern for platform tooling, it represents a remote code execution vector. - [EXTERNAL_DOWNLOADS]: The skill is configured to download content from external domains such as
github.comandclawhub.aibased on the sources defined in themanifest.local.jsonsynchronization list. - [DATA_EXFILTRATION]: The skill reads local file content from paths specified in its manifest and transmits this data to the Multica platform's backend services via the CLI's import function. This behavior is the primary intended function of the skill for workspace synchronization.
Audit Metadata