technical-launch-planner
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- Category: Prompt Injection (SAFE): The skill does not contain any AI agent prompts or instructions that could be manipulated. It consists solely of technical documentation and helper scripts.
- Category: Data Exposure & Exfiltration (SAFE): No network commands (curl, wget, etc.) or file exfiltration patterns were detected. The scripts only write assessment results and plans to local text/markdown files.
- Category: Unverifiable Dependencies & Remote Code Execution (SAFE): The skill does not download external packages or execute remote scripts. It relies on standard system utilities like bash, cat, and date.
- Category: Persistence & Privilege Escalation (SAFE): No attempts to modify shell profiles, system services, or use sudo/chmod for privilege escalation were found.
- Category: Input Handling (SAFE): While the scripts take user input via
read, they use standard bash case statements and double-quoted variable assignments, preventing common shell injection vulnerabilities in the context of local interactive use.
Audit Metadata