
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.
@metalift/sdk
Advanced tools
Official TypeScript/JavaScript SDK for Metalift — turn any URL into agent-ready markdown, HTML, or structured data.
import, not require()npm install @metalift/sdk
import Metalift from "@metalift/sdk";
const client = new Metalift({ apiKey: "YOUR_API_KEY" });
const result = await client.scrape({
url: "https://example.com",
formats: ["markdown"],
});
console.log(result.data.markdown);
Get an API key from the Metalift dashboard.
import Metalift from "@metalift/sdk";
const client = new Metalift({
apiUrl: "https://api.metalift.ai", // default
apiKey: process.env.METALIFT_API_KEY,
});
| Variable | Description |
|---|---|
METALIFT_API_URL | API base URL (default: https://api.metalift.ai) |
METALIFT_API_KEY | Bearer token for authenticated requests |
This package is ESM-only. In CommonJS projects, use dynamic import:
const { default: Metalift } = await import("@metalift/sdk");
Or add "type": "module" to your package.json, or use .mjs entry files.
FAQs
Metalift TypeScript SDK
The npm package @metalift/sdk receives a total of 26 weekly downloads. As such, @metalift/sdk popularity was classified as not popular.
We found that @metalift/sdk 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.