
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
build-my-own
Advanced tools
A CLI tool that helps developers learn by recreating open source projects from scratch. It sets up learning environments with AI-powered coding assistance for the 'build-your-own-X' approach.
build-my-own
is an AI-friendly CLI tool. Use build-my-own
to replicate any GitHub project. It sets up the directory structure, prompts, and rules for AI, enabling it to assist you—more like guiding you—to recreate your desired project from scratch. Throughout the process, you’ll collaborate with AI to think through the details of project implementation and understand its principles. Ultimately, you’ll gain a fresh, deeper, and practical understanding of the project.
build-my-own
offers two usage modes:
Configure the MCP Server in your AI tool:
{
"mcpServers": {
"build-my-own": {
"command": "npx",
"args": ["-y", "build-my-own"]
}
}
}
Then, you can interact with AI. For example, to replicate the Redux project:
I want to rebuild Redux, help me with the build-my-own tool.
Install:
npm i -g build-my-own
Usage:
// github-project-url should be ended with `.git`
build-my-own --github <github-project-url>
AI can generate code, but we humans need to master the code it produces. Here are two reasons why:
Using AI alongside human knowledge to boost efficiency is crucial. Equally important is leveraging AI as a powerful tool for self-evolution, quickly internalizing unfamiliar knowledge into our own capabilities.
FAQs
A CLI tool that helps developers learn by recreating open source projects from scratch. It sets up learning environments with AI-powered coding assistance for the 'build-your-own-X' approach.
We found that build-my-own 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.