elevenlabs-sound-effects
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
beltCLI tool to interact with the sound generation API. Theallowed-toolsconfiguration in the YAML frontmatter correctly restricts the Bash tool to only execute commands starting withbelt, which mitigates the risk of arbitrary command execution.- [EXTERNAL_DOWNLOADS]: The documentation points to the vendor's official GitHub repository and website (inference.sh) for CLI installation and related skills. These are legitimate resources for the service being provided.- [DATA_EXFILTRATION]: The skill ingests user-supplied text descriptions to generate audio via an external service. This is the intended and documented primary function of the skill. - Ingestion points: The
textparameter used inbelt app runcommands. - Boundary markers: None (standard for this type of tool wrapper).
- Capability inventory: Execution of the
beltCLI tool via Bash. - Sanitization: No explicit sanitization of the input string is performed by the skill itself; it relies on the underlying CLI/API.
Audit Metadata