whop-dev
Warn
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- EXTERNAL_DOWNLOADS (MEDIUM): The skill instructs the agent to install several companion skills from GitHub using
npx skills add. While the sources fromanthropics,vercel-labs, andsupabaseare considered trusted, the use of remote execution for agent extensions carries inherent risks. - REMOTE_CODE_EXECUTION (MEDIUM): Project scaffolding is performed using
pnpm create next-appwith a remote repository template fromgithub.com/whopio/whop-nextjs-app-template. This repository belongs to an organization not explicitly included in the trusted list. - COMMAND_EXECUTION (LOW): The skill utilizes standard development tools including
pnpm,npx, andgitfor project initialization and dependency management. - DATA_EXFILTRATION (SAFE): The skill correctly identifies and handles sensitive credentials such as
WHOP_API_KEYandSUPABASE_SERVICE_ROLE_KEY. It provides explicit warnings and best practices to ensure these secrets are stored in server-side environment variables and never exposed to client-side code. - PROMPT_INJECTION (SAFE): No malicious role-play, bypass, or override markers were detected. The instructions regarding user priority in design principles are standard for developer assistant tools.
Audit Metadata