tesla-fleet-api

Pass

Audited by Gen Agent Trust Hub on Mar 30, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: The scripts/tesla_fleet.py script uses os.execv to delegate tasks to other scripts within the same directory (e.g., command.py, vehicle_data.py). The targets for execution are hardcoded within a mapping and are restricted to local files provided with the skill.
  • [COMMAND_EXECUTION]: The shell scripts start_proxy.sh and stop_proxy.sh manage the lifecycle of a local proxy server. These scripts use standard process management commands (nohup, kill) and operate on a specific binary specified in the setup guide.
  • [EXTERNAL_DOWNLOADS]: Documentation in SETUP.md provides instructions for the user to download and install the official tesla-http-proxy from the teslamotors/vehicle-command repository on GitHub. This is a standard requirement for the Tesla Fleet API to handle signed command requests.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 30, 2026, 11:45 AM