
Product
Socket Now Protects the Firefox Extension Ecosystem
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.
@arbiterlabs/eliza
Advanced tools
ElizaOS plugin for Arbiter — judgment before an agent signs or pays.
ElizaOS plugin giving an agent judgment before it signs or pays.
npm install @arbiterlabs/eliza
import { arbiterPlugin } from "@arbiterlabs/eliza";
export const character = {
name: "Treasurer",
plugins: [arbiterPlugin],
settings: {
secrets: { ARBITER_PRIVATE_KEY: process.env.ALGO_KEY },
ARBITER_URL: "https://arbiter-hs23.onrender.com",
},
};
| Action | Does |
|---|---|
ARBITER_JUDGE_TRANSACTION | Check a transaction before signing |
ARBITER_JUDGE_COUNTERPARTY | Verify a payee before sending funds |
ARBITER_JUDGE_HUMAN | Ask people something the model cannot settle |
Each writes arbiterDecision and arbiterRisk into state, so later steps can
branch on the result without re-parsing text.
Settings are read through the runtime rather than process.env directly,
because Eliza commonly runs several characters in one process with separate
configuration.
Calls are settled per request in USDC on Algorand over x402. There is no API key and no account — payment is the authentication.
Your payer account needs USDC and must be opted in to the USDC asset. On Algorand a transfer to an account that has not opted in is rejected outright, so an un-opted-in payer cannot pay at all. Fees are sponsored by the facilitator, so the payer does not need ALGO.
| Route | Price |
|---|---|
| Transaction verdict | $0.002 |
| Counterparty verdict | $0.01 |
| Human judgment | $0.25 |
Full documentation: https://arbiter-hs23.onrender.com/docs
MIT
FAQs
ElizaOS plugin for Arbiter — judgment before an agent signs or pays.
The npm package @arbiterlabs/eliza receives a total of 11 weekly downloads. As such, @arbiterlabs/eliza popularity was classified as not popular.
We found that @arbiterlabs/eliza 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.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.

Research
/Security News
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.