
Security News
TeamPCP and BreachForums Launch $1,000 Contest for Supply Chain Attacks
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.
@codestrap/node-generators
Advanced tools
A family of high-determinism code generators. Generates code through deterministic prompts rather than free-form LLM requests, reducing token consumption while maintaining consistency.
This package integrates with the Model Context Protocol (MCP) to provide code generation tools across various AI clients and IDEs.
LARRY_API_KEY from https://larry-as-a-service.vercel.app/ (login with GitHub)Claude Code is Anthropic's interactive agentic coding tool with full MCP support. You can configure MCP servers using the Claude CLI command.
Use the claude mcp add command to quickly add the server:
claude mcp add codestrap-node-generators -e LARRY_API_KEY=your-api-key-here \
-- npx -y @codestrap/node-generators
Replace your-api-key-here with your actual LARRY API key.
Follow the Claude Code MCP documentation
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"codestrap-node-generators": {
"cwd": "${workspaceFolder}",
"env": {
"LARRY_API_KEY": "your-api-key-here"
},
"command": "npx",
"args": ["-y", "@codestrap/node-generators"]
}
}
}
FAQs
Code generators for React, TanStack Query, and Palantir Foundry
We found that @codestrap/node-generators demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers 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.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.

Research
GemStuffer abuses RubyGems as an exfiltration channel, packaging scraped UK council portal data into junk gems published from new accounts.