start-temps
Pass
Audited by Gen Agent Trust Hub on Sep 10, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes shell commands to manage local server processes, including port allocation via
lsof, database management viadocker, and building/running the application viacargoandbun. It also generates a local administrator password usingopenssland sets restricted file permissions (mode 0600) to protect local credentials. - [DYNAMIC_EXECUTION]: The skill generates a local environment configuration file (~/.temps-dev/slot-.env) containing variables derived from the current checkout and subsequently sources this file. The script employs shell escaping (printf %q) to safely handle path variables and mitigate command injection risks.
- [EXTERNAL_DOWNLOADS]: The skill recommends running a database container using the timescale/timescaledb-ha:pg18 image from Docker Hub, which is a well-known and trusted service for development environments.
Audit Metadata