payram-setup
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches installation and setup scripts from official vendor repositories on GitHub.
- Evidence:
https://raw.githubusercontent.com/PayRam/payram-scripts/main/setup_payram_agents.shandhttps://raw.githubusercontent.com/PayRam/payram-server/main/install.sh. - [REMOTE_CODE_EXECUTION]: Executes remote scripts via command substitution and piping to facilitate automated server installation.
- Evidence: Shell commands using
bash -c "$(curl ...)"andcurl ... | bashpatterns are provided for installation. - [COMMAND_EXECUTION]: Includes instructions for standard server-side operations required for deployment.
- Evidence: Use of
git clone,docker compose, and manual environment variable configuration vianano.
Audit Metadata