skills/kcchien/skills/skill-installer/Gen Agent Trust Hub

skill-installer

Pass

Audited by Gen Agent Trust Hub on Apr 16, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill uses subprocess.run to execute git commands for cloning and sparse checkouts. The command arguments are passed as a list, which prevents shell injection vulnerabilities.- [EXTERNAL_DOWNLOADS]: The skill fetches directory metadata and ZIP archives from GitHub using the urllib library. It implements a _safe_extract_zip function that verifies extraction paths to ensure files are not written outside the intended destination, mitigating directory traversal risks.- [REMOTE_CODE_EXECUTION]: The skill's primary purpose is to download and install agent skills (which contain code and instructions) from remote repositories. The implementation includes validation checks and uses structured logic to manage these installations securely, focusing on the intended administrative task.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 16, 2026, 03:09 PM