dexcom
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill's behavior aligns with its stated purpose of fetching medical data from a user's own Dexcom account.
- [EXTERNAL_DOWNLOADS]: Fetches glucose data from Dexcom's official API using the
pydexcomlibrary. This is a standard integration for the described functionality. - [CREDENTIALS_UNSAFE]: Uses environment variables (
DEXCOM_USER,DEXCOM_PASSWORD) and local configuration files for secret management, which is the recommended practice to avoid hardcoding credentials. - [COMMAND_EXECUTION]: Executes a local Python script using the
uvtool, which is a well-known and trusted Python package manager.
Audit Metadata