Explains ev-node architecture, components, and internal workings. Use when the user asks how ev-node works, wants to understand the block package, DA layer, sequencing, namespaces, or needs architecture explanations. Covers block production, syncing, DA submission, forced inclusion, single vs based sequencer, and censorship resistance.
88
85%
Does it follow best practices?
Impact
91%
1.56xAverage score across 3 eval scenarios
Advisory
Suggest reviewing before use
Security
2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 1.00). The skill clearly retrieves and processes untrusted, user-submitted blobs from a public DA layer (Celestia) — e.g., DA Worker / AsyncBlockRetriever and ForcedInclusionRetriever in da-sequencing.md and block-architecture.md retrieve DA blobs and forced-inclusion transactions which the Sequencer/Executor execute and which can change inclusion, state, and sequencer-malicious decisions.
The skill is specifically designed for direct financial operations, giving the agent the ability to move money or execute financial transactions — such as payment processing, cryptocurrency operations, banking integrations, or market order execution.
Direct money access detected (high risk: 1.00). The skill is explicitly about a rollup node and includes interfaces and components whose primary purpose is submitting and ordering blockchain transactions. It defines a DA Client with a Submit(...) method (including gasPrice and namespace), a Sequencer interface with SubmitBatchTxs/GetNextBatch, a Submitter component for DA submission, and forced-inclusion flows where users submit transactions directly to the DA layer. These are explicit "send transaction"/blockchain submission capabilities rather than generic tooling, so it provides direct crypto/blockchain execution authority.
2865d6d
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.