
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@scoutscore/plugin-eliza
Advanced tools
Scout trust intelligence plugin for ElizaOS - x402 service verification, skill scanning, and transaction safety for AI agents
Scout trust intelligence plugin for ElizaOS - gives your agent the ability to verify x402 services, scan skills for security issues, and make trust-aware transaction decisions.
Plus automatic trust context injection and transaction safety guards.
npm install @scoutscore/plugin-eliza
Add the plugin to your ELIZA agent's character file:
{
"plugins": ["@scoutscore/plugin-eliza"]
}
Or register it programmatically:
import { scoutPlugin } from "@scoutscore/plugin-eliza";
const agent = new AgentRuntime({
plugins: [scoutPlugin],
// ...
});
Set these environment variables (all optional - sensible defaults provided):
| Variable | Default | Description |
|---|---|---|
SCOUT_API_URL | https://scoutscore.ai | Scout API base URL |
SCOUT_MIN_SERVICE_SCORE | 50 | Minimum trust score for x402 payments |
SCOUT_AUTO_REJECT_FLAGS | WALLET_SPAM_FARM,TEMPLATE_SPAM,ENDPOINT_DOWN | Auto-reject flags |
SCOUT_CACHE_TTL | 30 | Cache TTL in minutes |
SCOUT_WATCHED_DOMAINS | (empty) | Comma-separated domains to monitor |
SCOUT_WATCH_INTERVAL | 60 | Monitor check interval in minutes |
SCOUT_API_KEY | (empty) | API key for authenticated endpoints |
Your agent responds to natural language:
"Is recoupable.com trustworthy?"
The agent calls Scout's API and responds with:
The trust-context provider automatically injects trust data about any domain mentioned in conversation. The LLM sees this context without the user needing to explicitly ask:
Trust context for recoupable.com: Score 100/100 (HIGH).
Pillars: Contract 100, Availability 100, Fidelity 100, Safety 70.
Verdict: RECOMMENDED (max $5,000). Health: UP (57ms).
The transaction-guard evaluator watches for payment-related messages. If a user tries to pay an untrusted service, the agent warns or blocks:
Transaction BLOCKED: sketchy-api.xyz (score 18/100, VERY_LOW)
has auto-reject flags: ENDPOINT_DOWN, WALLET_SPAM_FARM.
This service is not safe for x402 payments.
| Score | Level | Verdict | Max Transaction |
|---|---|---|---|
| >= 75 | HIGH | RECOMMENDED | $5,000 |
| >= 50 | MEDIUM | USABLE | $1,000 |
| >= 25 | LOW | CAUTION | $100 |
| < 25 | VERY_LOW | NOT_RECOMMENDED | $0 |
This plugin calls the Scout hosted API. All scoring endpoints are free during the launch period. The plugin uses aggressive caching (30-min TTL by default) to minimize API calls.
MIT
FAQs
Scout trust intelligence plugin for ElizaOS - x402 service verification, skill scanning, and transaction safety for AI agents
We found that @scoutscore/plugin-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.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.