skills/payram/payram-mcp/payram-setup/Gen Agent Trust Hub

payram-setup

Pass

Audited by Gen Agent Trust Hub on May 17, 2026

Risk Level: SAFEREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
  • [REMOTE_CODE_EXECUTION]: The skill documentation includes commands for downloading and executing setup scripts from the PayRam GitHub repository to automate server configuration.
  • Evidence: Automated script deployment for agent-only setup using bash -c "$(curl ...)".
  • Evidence: Manual server installation using curl | bash piping from the vendor's repository.
  • [EXTERNAL_DOWNLOADS]: The skill facilitates the retrieval of necessary software components and source code from external sources.
  • Evidence: Use of git clone to download the PayRam server repository from GitHub.
  • Evidence: curl commands to fetch scripts from raw.githubusercontent.com/PayRam.
  • [COMMAND_EXECUTION]: The instructions require the execution of various CLI commands to manage the self-hosted environment.
  • Evidence: Management of Docker containers via docker compose.
  • Evidence: Local file operations for environment configuration using cp and nano.
  • Evidence: Verification of API functionality using curl with user-generated API keys.
Audit Metadata
Risk Level
SAFE
Analyzed
May 17, 2026, 04:09 AM
Security Audit — agent-trust-hub — payram-setup