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.sh and https://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 ...)" and curl ... | bash patterns 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 via nano.
Audit Metadata
Risk Level
SAFE
Analyzed
May 15, 2026, 01:13 PM
Security Audit — agent-trust-hub — payram-setup