
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
together-code
Advanced tools
🧠 AI-powered coding assistant that plans, then builds
A beautiful CLI tool built with React & Ink that creates detailed project plans and executes them step-by-step, using the best AI models for each task.
Install dependencies:
npm install
Set up your Together AI API key:
export TOGETHER_API_KEY="your-api-key-here"
Get your API key from Together AI
Build the project:
npm run build
Run the CLI:
npm start
Or in development mode:
npm run dev
together-code
This will show the intro screen and prompt you for what you want to build.
together-code "Create a React component for a todo list"
together-code "Create a simple Express.js API with CRUD operations"
together-code "Build a React component with TypeScript for a user profile card"
together-code "Generate a Python script to analyze CSV data"
src/
├── components/
│ ├── App.tsx # Main app component
│ ├── IntroScreen.tsx # ASCII art intro screen
│ └── CodeGenerator.tsx # Code generation interface
├── services/
│ ├── togetherAI.ts # Together AI API integration
│ └── fileWriter.ts # File creation utilities
└── index.tsx # CLI entry point
TOGETHER_API_KEY
- Your Together AI API key (required)ISC
FAQs
AI-powered coding assistant that plans, then builds
The npm package together-code receives a total of 1 weekly downloads. As such, together-code popularity was classified as not popular.
We found that together-code 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.