
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-curves
Advanced tools
npm install @goat-sdk/plugin-curves
yarn add @goat-sdk/plugin-curves
pnpm add @goat-sdk/plugin-curves
import { viem } from "@goat-sdk/wallet-viem";
import { curves } from "@goat-sdk/plugin-curves";
const account = privateKeyToAccount(process.env.WALLET_PRIVATE_KEY as `0x${string}`);
// Create a wallet client
const walletClient = createWalletClient({
account: account,
transport: http(process.env.RPC_PROVIDER_URL),
chain: base,
});
const tools = await getOnChainTools({
wallet: viem(walletClient),
plugins: [
curves(),
],
});
// Or with custom curves address and abi
const tools2 = await getOnChainTools({
wallet: viem(walletClient),
plugins: [
curves({
address: YOUR_CURVES_ADDRESS,
abi: YOUR_CUSTOM_ABI
}),
],
});
When using with Goat SDK, the following tools are available:
buy_curves_token: Buy curves tokensget_buy_curves_token: Get curves token buy pricesell_curves_token: Sell curves tokensget_sell_curves_token: Get curves token sell priceget_curves_erc20: Get ERC20 token informationget_curves_balance: Get curves token balancewithdraw_curves: Withdraw to ERC20 tokensdeposit_curves: Deposit from ERC20 tokensmint_curves_erc20: Set name and symbol for your ERC20 token and mint itEach tool handles parameter validation and provides clear error messages.
FAQs
Unknown package
The npm package @goat-sdk/plugin-curves receives a total of 80 weekly downloads. As such, @goat-sdk/plugin-curves popularity was classified as not popular.
We found that @goat-sdk/plugin-curves 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.