jeo-skill
Pass
Audited by Gen Agent Trust Hub on Aug 11, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The script
scripts/jeo-skill.pydownloads a skill catalog in JSON format from the author's official GitHub repository (raw.githubusercontent.com/akillness/jeo-skills). This data is used to provide the agent with a searchable directory of available skills. - [COMMAND_EXECUTION]: The skill uses
subprocess.runto execute thenpx skills addcommand. This is the primary intended function of the skill, allowing it to delegate the installation of selected tools to the platform's standard package manager. - [COMMAND_EXECUTION]: The
linkcommand in the Python script modifies file permissions usingchmodand creates a symbolic link in the user's~/.local/bin/directory. These are standard operations for installing a CLI tool in a Unix-like environment.
Audit Metadata