readiness-check

Pass

Audited by Gen Agent Trust Hub on May 19, 2026

Risk Level: SAFECOMMAND_EXECUTIONCREDENTIALS_UNSAFEEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: The skill provides numerous shell commands to perform health checks and troubleshoot services. It uses curl to query local (Whisper STT) and remote (Supabase) API endpoints for status verification. It employs nc (netcat) to interact with the local Coqui TTS server via a Unix domain socket at ~/.config/opencode/coqui/tts.sock. It uses standard utilities like ps, grep, ls, cat, and kill for process and file system management. It utilizes the supabase CLI for database migration status and edge function log inspection.
  • [CREDENTIALS_UNSAFE]: The skill accesses local configuration and environment files to perform diagnostics. It accesses the .env file to retrieve the SUPABASE_ANON_KEY, which is then used in curl headers to verify backend connectivity. It reads the ~/.config/opencode/tts.json configuration file to check Telegram integration settings.
  • [EXTERNAL_DOWNLOADS]: The skill references standard package management for service dependencies. Instructions include pip install openai-whisper to set up the STT server. It also mentions bun install for managing plugin-specific dependencies located in ~/.config/opencode/package.json.
Audit Metadata
Risk Level
SAFE
Analyzed
May 19, 2026, 05:13 AM