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 | bashpiping 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 cloneto download the PayRam server repository from GitHub. - Evidence:
curlcommands to fetch scripts fromraw.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
cpandnano. - Evidence: Verification of API functionality using
curlwith user-generated API keys.
Audit Metadata