
Product
Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.
@standujar/plugin-cryptoscore
Advanced tools
CryptoScore plugin for ElizaOS - provides token gauges and fundamental analysis
CryptoScore integration plugin for ElizaOS that provides cryptocurrency token analysis with comprehensive gauge metrics and fundamental scoring.
bun install @standujar/plugin-cryptoscore
Add the following environment variables to your .env file:
CRYPTOSCORE_API_KEY=your_api_key_here
CRYPTOSCORE_API_URL=https://api.xxxxxxxxx.com
import { cryptoScorePlugin } from '@standujar/plugin-cryptoscore';
// Add to your agent configuration
const agent = {
plugins: [
cryptoScorePlugin,
// ... other plugins
]
};
Analyzes all tokens in the user's Solana wallet with CryptoScore metrics.
Example queries:
Response includes:
Gets CryptoScore analysis for one or more specific cryptocurrency tokens.
Example queries:
Response includes:
Both actions are automatically registered when the plugin is loaded. They integrate with ElizaOS's natural language processing to trigger on relevant queries.
The CryptoScoreService handles API communication:
import { CryptoScoreService } from '@elizaos/plugin-cryptoscore';
// Service is automatically initialized by the plugin
// Access via runtime when needed
# Install dependencies
bun install
# Build
bun run build
# The plugin uses TypeScript and compiles to ESM format
plugin-cryptoscore/
├── src/
│ ├── actions/ # Action handlers
│ │ ├── getTokenScore.ts
│ │ └── getWalletScores.ts
│ ├── config/ # Configuration defaults
│ ├── services/ # CryptoScore API service
│ ├── templates/ # LLM prompt templates
│ ├── types/ # TypeScript type definitions
│ ├── utils/ # Utility functions
│ └── index.ts # Plugin entry point
├── dist/ # Compiled output
└── package.json
Contributions are welcome! Please follow the ElizaOS plugin development guidelines.
MIT
FAQs
CryptoScore plugin for ElizaOS - provides token gauges and fundamental analysis
We found that @standujar/plugin-cryptoscore 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 Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.

Research
More than 140 Mastra npm packages were compromised in a supply chain attack that used a typosquatted dependency to deliver a cross-platform infostealer during installation.

Research
/Security News
A new npm package tests AI malware scanners with prompt injection, safety-triggering comments, context flooding, and obfuscated JavaScript.