nextpay
Fail
Audited by Gen Agent Trust Hub on Mar 31, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill provides an installation command
curl -fsSL https://nextpay-v3-dev.nextfinancial.io/cli/install.sh | shwhich downloads a script from a remote server and executes it immediately in the shell. This allows for unverified code execution from an external source.\n- [COMMAND_EXECUTION]: The skill requires the execution of multiple shell commands to install the CLI, authenticate with the platform, and manage organization and workspace contexts. This includes the use ofnpxand direct shell execution of thenextpaybinary.\n- [EXTERNAL_DOWNLOADS]: The skill fetches installation scripts and binaries from the vendor's development infrastructure atnextfinancial.ioand utilizes npm to add the@nextpay-ai/agent-skills-devpackage.\n- [INDIRECT_PROMPT_INJECTION]: The skill processes and interprets JSON output from CLI commands, which creates an attack surface where maliciously crafted tool responses could influence agent behavior.\n - Ingestion points: Standard output from
nextpayCLI commands parsed inSKILL.mdworkflows.\n - Boundary markers: None identified in the prompt interpolation logic.\n
- Capability inventory: The skill possesses capabilities for network requests (via the CLI), file system configuration (credentials storage), and command execution.\n
- Sanitization: No explicit sanitization or validation of CLI output is documented before agent processing.
Recommendations
- HIGH: Downloads and executes remote code from: https://nextpay-v3-dev.nextfinancial.io/cli/install.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata