dart
Pass
Audited by Gen Agent Trust Hub on Jun 28, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill utilizes
npxto download and execute the@useclawlink/clipackage from the NPM registry. This is the official command-line interface provided by the skill author for managing integrations. - [COMMAND_EXECUTION]: The instructions direct the agent to execute shell commands using the
npxrunner to perform login, authorization, and action execution within the Dart ecosystem. - [CREDENTIALS_UNSAFE]: The documentation explicitly mentions that authentication credentials will be stored locally in the user's home directory at
~/.clawlink/credentials.json. While this exposes the storage path, it is standard behavior for the specified tool and follows common CLI practice.
Audit Metadata