nav-upgrade
Warn
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- EXTERNAL_DOWNLOADS (MEDIUM): The skill automates the installation of the 'Navigator' plugin from the GitHub repository 'alekspetrov/navigator'. Because this repository is not associated with a trusted organization, it poses a risk of installing unverified remote code into the user's environment.
- COMMAND_EXECUTION (LOW):
plugin_updater.py,plugin_verifier.py, andversion_detector.pyusesubprocess.runto interact with theclaudeCLI. These operations modify the local system state by installing, uninstalling, or updating software. - PROMPT_INJECTION (LOW):
version_detector.pyfetches and parses GitHub release notes using regular expressions to extract changes. This creates an indirect prompt injection surface where a malicious repository owner could inject instructions into the release notes. 1. Ingestion points:version_detector.pyviaurllib.requestto the GitHub API. 2. Boundary markers: None. 3. Capability inventory: Subprocess calls for plugin installation and removal. 4. Sanitization: None; parsed content is returned directly to the agent.
Audit Metadata