gm-skill
Warn
Audited by Gen Agent Trust Hub on May 22, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to download the
gm-plugkitpackage from the NPM registry if a status file is missing or stale. The commandnpx -y gm-plugkit@latest spoolorbun x gm-plugkit@latest spoolis used to fetch the package at runtime. - [REMOTE_CODE_EXECUTION]: Using
npxorbun xto run a package with the@latestversion tag executes code from a remote source without version pinning. This poses a supply-chain risk as the executed code can change at any time without user oversight. - [COMMAND_EXECUTION]: The skill runs its core logic as a background process using
&and redirects all output (stdout and stderr) to/dev/null. This hides the execution details and any potential errors or malicious behaviors from the user and the agent's logs.
Audit Metadata