Skip to main content
Back to the directory
affaan-m/everything-claude-codeSoftware EngineeringFrontend and Design

nodejs-keccak256

Ethereum uses Keccak-256, not the NIST-standardized SHA3 variant exposed by Node's crypto.createHash('sha3-256') .

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/affaan-m/everything-claude-code --skill nodejs-keccak256
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, nodejs-keccak256 has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: affaan-m/everything-claude-code. Canonical URL: https://skills.sh/affaan-m/everything-claude-code/nodejs-keccak256.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Ethereum uses Keccak-256, not the NIST-standardized SHA3 variant exposed by Node's crypto.createHash('sha3-256') . The two algorithms produce different outputs for the same input, and Node will not warn you. For Ethereum contexts, never use crypto.createHash('sha3-256') . Use Keccak-aware helpers from ethers , viem , web3 , or another explicit Keccak implementation. - Computing Ethereum function selectors or event topics - Building EIP-712, signature, Merkle, or storage-slot helpers in JS/TS - Reviewing any code that hashes Ethereum data with Node crypto directly

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does nodejs-keccak256 do?

Ethereum uses Keccak-256, not the NIST-standardized SHA3 variant exposed by Node's crypto.createHash('sha3-256') .

Is nodejs-keccak256 good?

nodejs-keccak256 does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support nodejs-keccak256?

nodejs-keccak256 currently lists compatibility with Claude Code, Skills CLI.

Is nodejs-keccak256 safe to install?

nodejs-keccak256 has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to nodejs-keccak256?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install nodejs-keccak256?

Run the following command to install nodejs-keccak256: npx skills add https://github.com/affaan-m/everything-claude-code --skill nodejs-keccak256

Related skills

More from affaan-m/everything-claude-code

Related skills

Alternatives in Software Engineering