lang-upgrade
Pass
Audited by Gen Agent Trust Hub on Apr 12, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches version metadata and source code from the author's GitHub repository.
- Fetches version data from
https://raw.githubusercontent.com/YiXinHui/langskill/main/VERSION. - Clones source code from
https://github.com/YiXinHui/langskill.git. - [COMMAND_EXECUTION]: The skill uses standard shell commands to manage the installation environment.
- Uses
git cloneto download updates. - Uses
cp,rm, andmkdirfor file system management, backups, and directory cleanup. - Uses
curlto retrieve remote metadata. - [REMOTE_CODE_EXECUTION]: The skill implements a self-update pattern where code is downloaded from a remote repository and installed into the active skill directory for future execution.
Audit Metadata