health
Pass
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [REMOTE_CODE_EXECUTION]: The setup instructions in README.md and SKILL.md suggest an installation method via
curl -fsSL https://raw.githubusercontent.com/broomva/skills/main/skills/health/install.sh | bash. This script, hosted in the author's own GitHub repository, automates the creation of a virtual environment and dependency installation. - [COMMAND_EXECUTION]: The Garmin source adapter (
src/broomva_health/adapters/sources/garmin_cli.py) utilizessubprocess.runto call thegarmin-connectutility. This is a documented delegated authentication backend intended to manage the Garmin token lifecycle outside the skill's direct control. - [EXTERNAL_DOWNLOADS]: When the installation script is run, it performs a
git cloneof thebroomva/skillsmonorepo if no local source is detected. This is used to retrieve the package source code and its associated configuration files. - [DATA_EXFILTRATION]: The skill performs legitimate network synchronization with Garmin Connect API endpoints (e.g.,
connect.garmin.com) using thegarthandgarminconnectlibraries. These operations are restricted to vendor-approved domains and are core to the skill's stated purpose of ingesting health data.
Audit Metadata