CtrlK
BlogDocsLog inGet started
Tessl Logo

ev-node-explainer

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

1.56x
Quality

85%

Does it follow best practices?

Impact

91%

1.56x

Average score across 3 eval scenarios

SecuritybySnyk

Advisory

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Security

2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.

Medium

W011: Third-party content exposure detected (indirect prompt injection risk)

What this means

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.

Why it was flagged

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.

Report incorrect finding
Medium

W009: Direct money access capability detected (payment gateways, crypto, banking)

What this means

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.

Why it was flagged

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.

Repository
evstack/ev-node
Audited
Security analysis
Snyk

Is this your skill?

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.