deploying-to-railway
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOWEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- EXTERNAL_DOWNLOADS (LOW): The skill instructs the user to install the
@railway/cliglobally via npm. While this is an external dependency, it is the official tool for the Railway platform and is necessary for the described workflow. - COMMAND_EXECUTION (LOW): The skill utilizes several CLI commands (
railway link,railway up,railway variables set) to manage the deployment process. These commands are standard for the tool's operation and are used as intended within the context of the guide. - CREDENTIALS_UNSAFE (LOW): The documentation demonstrates how to set an
OPENAI_API_KEYusing shell variable interpolation ($OPENAI_API_KEY). This is a standard and relatively safe practice compared to hardcoding secrets, although it involves handling sensitive environment variables.
Audit Metadata