stage-launch
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFECOMMAND_EXECUTIONPRIVILEGE_ESCALATIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/launch_script_writer.pytool generates a shell script (launch.sh). This script is designed for the user to execute manually to deploy agents usingcurlcommands to official endpoints. - [PRIVILEGE_ESCALATION]: The
scripts/launch_script_writer.pyscript applies execution permissions (chmod +x) to the generatedlaunch.shfile. This is a standard procedure for utility scripts meant for manual user execution. - [DATA_EXPOSURE]: The skill uses environment variables to manage API credentials, preventing sensitive keys from being hardcoded or logged. The
scripts/payload_validator.pyutility scans generated JSON artifacts and the launch script to ensure nosk-ant-keys are present before deployment. - [EXTERNAL_DOWNLOADS]: The generated launch script initiates network connections to
api.anthropic.com. This activity involves a well-known service and is fundamental to the agent deployment process. - [INDIRECT_PROMPT_INJECTION]: The
scripts/payload_generator.pyscript constructs agent payloads from a JSON build sheet, representing an ingestion point for external data. - Ingestion points: The
--sheetargument inpayload_generator.pyreads a local JSON build sheet. - Boundary markers: The generated JSON payloads do not use explicit delimiters to isolate untrusted input within constructed system instructions.
- Capability inventory: The skill performs local file writing and modifies file permissions, while the generated script uses
curlfor network requests. - Sanitization: The validation process focuses on JSON structure and secret detection rather than content sanitization against prompt injection.
Audit Metadata