fit-ride-studio

Pass

Audited by Gen Agent Trust Hub on Aug 10, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill uses npm ci to install project dependencies defined in its package-lock.json file. These downloads originate from the official NPM registry and are standard for the skill's operation.
  • [COMMAND_EXECUTION]: The skill executes local Node.js scripts (such as analyze-fit.mjs and prepare-report.mjs) to process user-provided sports activity files (.fit, .kml).
  • [COMMAND_EXECUTION]: The skill initializes a local development server using Vite on 127.0.0.1:5174 to host the visualization interface. The configuration includes robust protections against path traversal and ensures files are only served from a designated private temporary directory.
  • [COMMAND_EXECUTION]: The skill provides instructions to the agent to verify the integrity of the local server before use to prevent port-squatting or interaction with unrelated local services.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 10, 2026, 02:38 PM
Security Audit — agent-trust-hub — fit-ride-studio