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.pyscript usesos.execvto 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.shandstop_proxy.shmanage 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.mdprovides instructions for the user to download and install the officialtesla-http-proxyfrom theteslamotors/vehicle-commandrepository on GitHub. This is a standard requirement for the Tesla Fleet API to handle signed command requests.
Audit Metadata