
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@ethersflow/sdk
Advanced tools
TypeScript SDK for integrating with the EthersFlow API and trust-layer services.
npm install @ethersflow/sdk
import { EthersFlowClient } from '@ethersflow/sdk'
const client = new EthersFlowClient({
apiKey: process.env.ETHERSFLOW_API_KEY,
})
async function run() {
const result = await client.verify({
input: 'Summarize this contract risk profile',
model: 'gpt-4.1',
})
console.log(result)
}
run()
Set your API key as an environment variable:
export ETHERSFLOW_API_KEY=your_api_key_here
See the repository license for details.
FAQs
EthersFlow TypeScript SDK & Cloudflare Worker helpers for Multi-Model Adversarial Consensus
The npm package @ethersflow/sdk receives a total of 3 weekly downloads. As such, @ethersflow/sdk popularity was classified as not popular.
We found that @ethersflow/sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.