auto-updater
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses platform-specific CLI tools to manage the system state and schedule tasks.
- It executes
thinkfleetbot cron addto establish a persistent daily update schedule. - It invokes
thinkfleetbot doctorto apply migrations and verify system health after updates. - It uses
thinkfleet-hubcommands to list, check, and apply updates to installed components. - [EXTERNAL_DOWNLOADS]: The skill facilitates the download and installation of software updates from remote sources.
- Updates the main bot package via
npm update -g thinkfleetbot@latest. - Uses
thinkfleet-hub update --allto synchronize skills with the official vendor registry. - [SAFE]: All identified behaviors, including the creation of a cron job for persistence and the execution of remote updates, are the primary declared functions of the skill. The resources and tools involved (thinkfleetbot, thinkfleet-hub) are official vendor components, and no malicious patterns or obfuscation were detected.
Audit Metadata