
Security News
/Research
Fake Corepack Site Distributes Infostealer and Proxyware to Developers
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.
@goat-sdk/plugin-balmy
Advanced tools
Balmy plugin for [Goat 🐐](https://ohmygoat.dev). Allows you to create tools for interacting with the Balmy protocol - a state-of-the-art DCA (Dollar Cost Average) protocol that enables users to DCA any ERC20 into any ERC20 with their preferred period fre
Balmy plugin for Goat 🐐. Allows you to create tools for interacting with the Balmy protocol - a state-of-the-art DCA (Dollar Cost Average) protocol that enables users to DCA any ERC20 into any ERC20 with their preferred period frequency.
npm install @goat-sdk/plugin-balmy
import { balmy } from "@goat-sdk/plugin-balmy";
// Initialize the plugin
const plugin = balmy();
// Get token balances across chains
const balances = await plugin.getBalance({
account: "0x...",
tokens: {
1: [
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", // USDC on Ethereum
"0x6b175474e89094c44da98b954eedeac495271d0f" // DAI on Ethereum
],
10: [
"0x7f5c764cbc14f9669b88837ca1490cca17c31607", // USDC on Optimism
"0xda10009cbd5d07dd0cecc66161fc93d7c9000da1" // DAI on Optimism
]
}
});
// Check token allowances
const allowances = await plugin.getAllowance({
chainId: 1,
token: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", // USDC
owner: "0x...",
spenders: ["0x..."]
});
// Get swap quotes
const quotes = await plugin.getQuote({
chainId: 1,
sellToken: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", // USDC
buyToken: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", // WETH
order: {
type: "sell",
sellAmount: "1000000" // 1 USDC (6 decimals)
},
slippagePercentage: 1, // 1% slippage
gasSpeed: {
speed: "instant"
}
});
// Execute a swap with the best quote
const tx = await plugin.executeSwap({
chainId: 1,
sellToken: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48", // USDC
buyToken: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2", // WETH
order: {
type: "sell",
sellAmount: "1000000" // 1 USDC (6 decimals)
},
slippagePercentage: 1 // 1% slippage
});
See the Vercel AI example for a working example of how to use the Balmy plugin.
Goat 🐐 (Great Onchain Agent Toolkit) is an open-source library enabling AI agents to interact with blockchain protocols and smart contracts via their own wallets.
FAQs
Unknown package
The npm package @goat-sdk/plugin-balmy receives a total of 44 weekly downloads. As such, @goat-sdk/plugin-balmy popularity was classified as not popular.
We found that @goat-sdk/plugin-balmy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.

Security News
/Research
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.

Research
/Security News
A large-scale campaign abused GitHub Actions in compromised repositories to exploit CVE-2026-41940 in cPanel and WHM and steal server credentials.

Security News
Five frontier LLMs generated the same nonexistent package names, leaving 53 available for potential slopsquatting across PyPI and npm.