skills/akillness/jeo-skills/jeo-skill/Gen Agent Trust Hub

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.py downloads 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.run to execute the npx skills add command. 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 link command in the Python script modifies file permissions using chmod and 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
Risk Level
SAFE
Analyzed
Aug 11, 2026, 01:23 PM
Security Audit — agent-trust-hub — jeo-skill