add-dial
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONNO_CODE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads and installs the
dialCLI directly fromhttps://getdial.ai/install. This is a standard installation method for this service and is consistent with the skill's purpose of integrating Dial capabilities. - [REMOTE_CODE_EXECUTION]: The skill uses
curl | bashto install thedialCLI tool. While this pattern is often flagged, in this context it is the primary method for provisioning the required external dependency for the service being integrated. - [COMMAND_EXECUTION]: The skill performs several local shell operations to configure the environment, including modifying
.envfiles, setting upsystemd/launchdlisteners viadial listen install, and managing local auth files in~/.local/share/dial/auth.v1.json. These actions are scoped to the service's own configuration and credentials. - [NO_CODE]: The skill consists primarily of markdown instructions and declarative directives (
nc:) rather than executable script files in the traditional sense, though it triggers shell commands through these directives.
Audit Metadata