Skip to main content

jpyc-dev-toolkit

Provides a comprehensive toolkit for developing applications with JPYC, including payment integration and smart contract deployment.

Install this skill

or
78/100

Security score

The jpyc-dev-toolkit skill was audited on Feb 12, 2026 and we found 6 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 328

Template literal with variable interpolation in command context

SourceSKILL.md
328const paymentId = `order_${orderId}_${Date.now()}`;
medium line 41

Access to .env file

SourceSKILL.md
412. **Configure**: Edit `.env` with contract address and keys
medium line 92

Access to .env file

SourceSKILL.md
923. Configure environment variables in `external/jpyc-sdk/packages/v1/.env`
medium line 395

Access to .env file

SourceSKILL.md
395- Generates .env template
low line 45

External URL reference

SourceSKILL.md
45RPC_URL=https://sepolia.base.org
low line 127

External URL reference

SourceSKILL.md
127BASE_SEPOLIA_RPC_URL=https://sepolia.base.org
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →