website-checkout
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
npx -y solvapay@latest initto initialize project configuration and set up environment variables. This is a standard initialization pattern for the vendor's tooling. - [EXTERNAL_DOWNLOADS]: The skill instructs the user to install several Node.js packages from the npm registry, including
@solvapay/next,@solvapay/react,@solvapay/react-supabase,@solvapay/server, and@supabase/supabase-js. These are official SDKs from the vendor or well-known services. - [REMOTE_CODE_EXECUTION]: The initialization process involves downloading and executing the
solvapayCLI tool vianpx. This is an intended behavior for setting up the developer environment. - [PROMPT_INJECTION]: The skill presents an attack surface for indirect prompt injection as it handles external data in its integration examples.
- Ingestion points: API routes in
references/nextjs.mdandreferences/react.mdingest data such as product and plan references via request bodies. - Boundary markers: No explicit delimiters or instructions to ignore embedded commands are present in the provided templates.
- Capability inventory: The skill environment allows for command execution (
npxinSKILL.md) and network API calls to external services. - Sanitization: The provided code skeletons do not demonstrate input validation or sanitization, which is expected in simplified documentation examples but represents a theoretical risk.
Audit Metadata