skills/gotempsh/temps/start-temps/Gen Agent Trust Hub

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 via docker, and building/running the application via cargo and bun. It also generates a local administrator password using openssl and 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
Risk Level
SAFE
Analyzed
Sep 10, 2026, 02:45 PM
Security Audit — agent-trust-hub — start-temps