
Security News
Open VSX Unblocks Extension IDs Used in Malware Campaign
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.
@morphllm/morphsdk
Advanced tools
Production-ready tools for AI coding agents: Fast Apply (10,500 tokens/s)
npm install @morphllm/morphsdk
Get your API key: morphllm.com/dashboard/api-keys
export MORPH_API_KEY="sk-your-key-here"
import { MorphClient } from '@morphllm/morphsdk';
const morph = new MorphClient({
apiKey: process.env.MORPH_API_KEY
});
// AI-powered file editing
await morph.fastApply.execute({
target_filepath: 'src/app.ts',
instructions: 'Add error handling',
code_edit: 'try { ... } catch (e) { ... }'
});
Full docs: docs.morphllm.com
FAQs
TypeScript SDK and CLI for Morph Fast Apply integration
The npm package @morphllm/morphsdk receives a total of 21,531 weekly downloads. As such, @morphllm/morphsdk popularity was classified as popular.
We found that @morphllm/morphsdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.

Security News
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.