k-skill-setup
Fail
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: HIGHCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
sudo apt-get installto install system packages on Linux, which represents a privilege escalation vector. - [COMMAND_EXECUTION]: The skill establishes persistence by modifying
crontabon Unix-like systems and usingschtaskson Windows to run daily scripts. - [REMOTE_CODE_EXECUTION]: The skill schedules and executes remote code using
npx --yes skills checkandnpx --yes skills update, which fetches and runs code directly from the npm registry. - [EXTERNAL_DOWNLOADS]: The skill initiates downloads of external software through system package managers including Homebrew, Winget, and Pacman.
- [CREDENTIALS_UNSAFE]: The skill manages and accesses sensitive files containing cryptographic keys and environment secrets at
~/.config/k-skill/age/keys.txtand~/.config/k-skill/secrets.env.
Recommendations
- AI detected serious security threats
Audit Metadata