write-script-graphql
Pass
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions for executing various
wmillCLI commands to manage the script lifecycle. These includewmill script previewfor local testing,wmill script runfor invoking deployed scripts, andwmill generate-metadatafor updating input schemas and dependency locks. - [REMOTE_CODE_EXECUTION]: The
wmill script previewandwmill script runcommands facilitate the execution of script code. The instructions explicitly guide the agent to differentiate between local iterations and deployed code based on user intent and to seek confirmation before performing operations that mutate state or execute code. - [EXTERNAL_DOWNLOADS]: The
wmill generate-metadatacommand involves resolving and locking script dependencies. The documentation acknowledges that this process may update unpinned dependency versions, which is standard behavior for package managers and lockfile generators.
Audit Metadata