Skip to main content

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
164onProgress: (j) => console.log(`${j.progress}%`),
low line 54

Access to .env file

SourceSKILL.md
54const wallet = new Wallet(process.env.PRIVATE_KEY, provider);
low line 266

Access to .env file

SourceSKILL.md
266const 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
40blackboxUrl: 'https://cifer-blackbox.ternoa.dev:3010',
low line 262

External URL reference

SourceSKILL.md
262const sdk = await createCiferSdk({ blackboxUrl: 'https://cifer-blackbox.ternoa.dev:3010' });
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →
GitHub Stars 2.2K
Rating
5.01
Rate this skill
Categorydevelopment
UpdatedApril 4, 2026
openclaw/skills