railway-troubleshooting
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The script executes system commands using the Railway CLI (e.g.,
railway up,railway status). These operations are consistent with the script's stated purpose of managing cloud deployments. - [EXTERNAL_DOWNLOADS] (SAFE): The script checks for the presence of the
@railway/clipackage and suggests installation via npm if missing. npm is a trusted registry, and the package is the standard tool for this service. - [DATA_EXPOSURE] (SAFE): The script uses
railway whoamito verify authentication. It does not access sensitive local files like SSH keys or environment secrets for exfiltration.
Audit Metadata