cifer-sdk
Enables quantum-resistant encryption for blockchain applications using the CIFER SDK, covering wallet setup and secure data handling.
Install this skill
or
90/100
Security score
The cifer-sdk skill was audited on Feb 9, 2026 and we found 6 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 164
Template literal with variable interpolation in command context
SourceSKILL.md
| 164 | onProgress: (j) => console.log(`${j.progress}%`), |
low line 54
Access to .env file
SourceSKILL.md
| 54 | const wallet = new Wallet(process.env.PRIVATE_KEY, provider); |
low line 266
Access to .env file
SourceSKILL.md
| 266 | const wallet = new Wallet(process.env.PRIVATE_KEY, provider); |
low line 14
External URL reference
SourceSKILL.md
| 14 | **Blackbox URL**: `https://cifer-blackbox.ternoa.dev:3010` |
low line 40
External URL reference
SourceSKILL.md
| 40 | blackboxUrl: 'https://cifer-blackbox.ternoa.dev:3010', |
low line 262
External URL reference
SourceSKILL.md
| 262 | const sdk = await createCiferSdk({ blackboxUrl: 'https://cifer-blackbox.ternoa.dev:3010' }); |
Scanned on Feb 9, 2026
View Security Dashboard