railway-deploy
Warn
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: MEDIUMCREDENTIALS_UNSAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The skill uses the command
railway variable list --kvto collect evidence, which retrieves and displays all environment variables in plain text. These variables routinely contain highly sensitive information such as database credentials (DATABASE_URL), API keys, and third-party authentication tokens. - [COMMAND_EXECUTION]: The skill instructs the agent to execute administrative Railway CLI commands that modify the deployment environment, including
railway variable setfor altering configuration andrailway upfor deploying code. It also referencesrailway ssh, which provides remote shell access to the running environment. - [PROMPT_INJECTION]: The workflow relies on reading output from
railway logs, which is an external ingestion point for untrusted data. There are no boundary markers or sanitization steps mentioned. Because the skill also possesses high-privilege capabilities likerailway upandrailway variable set, it is vulnerable to indirect prompt injection where malicious content in the logs could manipulate the agent's behavior.
Audit Metadata