Skip to main content

light-protocol

Provides a comprehensive guide for implementing Light Protocol on Solana, enabling rent-free tokens and high-performance token standards.

Install this skill

or
91/100

Security score

The light-protocol skill was audited on Feb 12, 2026 and we found 9 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 79

Access to .env file

SourceSKILL.md
79const rpc = createRpc(process.env.RPC_ENDPOINT!, process.env.RPC_ENDPOINT!);
low line 83

Access to .env file

SourceSKILL.md
83Uint8Array.from(JSON.parse(process.env.PRIVATE_KEY!))
low line 56

External URL reference

SourceSKILL.md
56"https://mainnet.helius-rpc.com?api-key=<YOUR_API_KEY>",
low line 57

External URL reference

SourceSKILL.md
57"https://mainnet.helius-rpc.com?api-key=<YOUR_API_KEY>"
low line 62

External URL reference

SourceSKILL.md
62"https://devnet.helius-rpc.com?api-key=<YOUR_API_KEY>",
low line 63

External URL reference

SourceSKILL.md
63"https://devnet.helius-rpc.com?api-key=<YOUR_API_KEY>"
low line 469

External URL reference

SourceSKILL.md
469- [ZK Compression Docs](https://www.zkcompression.com)
low line 478

External URL reference

SourceSKILL.md
478- [Discord](https://discord.gg/lightprotocol) - Light Protocol Discord
low line 479

External URL reference

SourceSKILL.md
479- [Helius Discord](https://discord.gg/helius) - RPC provider support
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →