
Research
/Security News
77 Firefox Extensions Linked to Crypto Wallet and Credential Theft
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.
@ramp-kit/core
Advanced tools
Unified on/off-ramp provider interface for LATAM (Etherfuse, Manteca) with Stellar-first support
Unified fiat on/off-ramp SDK for Latin America on Stellar. One RampProvider
interface over Etherfuse (Stellar-native, PIX/SPEI) and Manteca (LATAM rails),
plus a MockProvider for instant development, a country/currency router with
live quote comparison, and Stellar helpers (trustlines, claimable-balance
claims, transaction signing).
import { EtherfuseProvider, stellarConfigFor } from "@ramp-kit/core";
const provider = new EtherfuseProvider({ apiKey, environment: "sandbox" });
const assets = await provider.listAssets("stellar", { currency: "brl" });
const quote = await provider.getQuote({
direction: "onramp",
fiatCurrency: "BRL",
assetIdentifier: assets[0].identifier,
network: "stellar",
sourceAmount: "100",
customerId,
walletAddress,
});
const order = await provider.createOrder(quote);
Full documentation, demo apps and the React widget live in the latam-ramp-kit repository.
FAQs
Unified fiat on/off-ramp SDK for LATAM on Stellar: one provider interface over Etherfuse (PIX/SPEI, Stellar-native) and Manteca, with quote/order lifecycle normalization, multi-provider routing with live quote comparison, mock provider, and Stellar helper
The npm package @ramp-kit/core receives a total of 86 weekly downloads. As such, @ramp-kit/core popularity was classified as not popular.
We found that @ramp-kit/core 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.

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

Security News
NIST disclosed an unreleased AI tool called V-etalon and opened a broad inquiry into NVD modernization after years of automation plans produced no public enrichment system.

Security News
In his AI Council 2026 talk, Feross Aboukhadijeh covers recent package compromises, vulnerability discovery, and a more automated security model.