prisma-compute
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill makes extensive use of
npxandbunxto execute official Prisma packages like@prisma/cli@latestandcreate-prisma@latest. These are legitimate vendor resources used for their intended purpose in project scaffolding and deployment. - [COMMAND_EXECUTION]: The helper script
scripts/verify-compute-surface.mjsusesnode:child_process'sspawnto run CLI help commands (e.g.,npx @prisma/cli@latest app --help). This is used to dynamically detect available features in the local environment and is considered safe behavior for a development tool. - [DATA_EXFILTRATION]: The skill includes
scripts/smoke-deployed-app.mjs, which uses thefetchAPI to perform health checks on deployed application URLs. The script includes a safety check to prevent requests to loopback/localhost addresses (isLoopbackHost) by default, reducing the risk of internal network scanning. - [CREDENTIALS_UNSAFE]: The documentation mentions authentication tokens such as
PRISMA_SERVICE_TOKENandPRISMA_API_TOKEN. However, the skill explicitly instructs the agent to avoid printing or leaking these secrets (env-do-not-leak-secrets) and suggests usingsedto redact values when inspecting.envfiles. - [PROMPT_INJECTION]: A static analysis hint flagged 'PI_CONCEALMENT'. This refers to the instructions to use
--no-interactiveand--jsonflags with CLI commands. In the context of this skill, these flags are standard practices for ensuring machine-readable output for the AI agent and do not constitute a malicious attempt to hide actions from the user.
Audit Metadata