Skip to main content

L2 ZK Rollup Creation Skill

Facilitates the creation and management of App-Specific ZK Rollups, guiding users through the entire lifecycle from definition to verification.

Install this skill

or
69/100

Security score

The L2 ZK Rollup Creation Skill skill was audited on Mar 4, 2026 and we found 5 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 46

Hex-encoded characters

SourceSKILL.md
46USER = b"\x01" * 20
high line 73

Hex-encoded characters

SourceSKILL.md
73**Data serialization rules**: Dict values use tag-based RLP encoding. `\x01`=int, `\x02`=bytes, `\x03`=str, `\x04`=nested dict. Keys are sorted alphabetically.
medium line 96

Hex-encoded characters

SourceSKILL.md
96genesis={"counter": 0, "admin": b"\x01" * 20},
medium line 138

Hex-encoded characters

SourceSKILL.md
138ALICE = b"\x01" * 20
low line 178

External URL reference

SourceSKILL.md
178l1_rpc_url="https://...",
Scanned on Mar 4, 2026
View Security Dashboard