skill-suggestion
Warn
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill facilitates the installation of external logic by cloning Git repositories from GitHub and moving contents into the local skill directory (
~/Documents/soul/skills/skills/). - [REMOTE_CODE_EXECUTION]: It executes a local shell script
~/Documents/soul/skills/scripts/install-local.shto activate newly acquired code, creating a path for running external code in the agent's context. - [EXTERNAL_DOWNLOADS]: Downloads content from remote GitHub repositories using
git clone. While it references trusted sources like Anthropic, it also suggests sources from community repositories and general GitHub code searches. - [COMMAND_EXECUTION]: Uses various CLI tools including
justfor catalog management,ghfor searching GitHub code, andgitfor repository cloning. - [COMMAND_EXECUTION]: Interacts with a custom vendor tool
bin/cue-learningsto record and query user interaction history for persistent behavior calibration.
Audit Metadata