Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
https://github.com/user-attachments/assets/51cf6ad1-196c-44ab-99ba-0035365f1bbd
uv
mistral-nemo
, OpenAI
, or Claude
language models for intelligent code generationpytest
up to 80%+ test coveragepylint
up to 7+/10complexipy
to be under 15autopep8
leetcode
hardsfastapi
or flask
APIsflask
web appsstreamlit
appstkinter
appsjupyter notebook
OpenAI
> Claude
> mistral-nemo
for most coding projectszsh
shell
echo 'export OPENAI_API_KEY="YOUR_API_KEY"' >> ~/.zshrc
orecho 'export ANTHROPIC_API_KEY="YOUR_API_KEY"' >> ~/.zshrc
pip install nemo-agent
nemo-agent
mistral-nemo
curl -fsSL https://ollama.com/install.sh | sh
ollama pull mistral-nemo
pip install nemo-agent
nemo-agent
ollama
: nemo-agent --provider ollama
openai
: nemo-agent --provider openai
claude
: nemo-agent --provider claude
nemo-agent --docs example_folder
nemo-agent --code example_folder
nemo-agent --data example_folder
nemo-agent "create a fizzbuzz script"
nemo-agent --file example.md
ornemo-agent --file example.txt
cd generated_project_folder
source .venv/bin/activate
python main.py
ollama
is mistral-nemo
(default model)openai
is gpt-4o
claude
is claude-3-5-sonnet-20241022
nemo-agent "my_prompt" --provider ollama --model nemotron
o1-mini
and o1-preview
nemo-agent "my prompt" --provider openai --model o1-mini
Contributions to Nemo Agent are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
Nemo Agent generates code using an LLM. Every run is different as the LLM generated code is different. While it strives for accuracy and best practices, the generated code should be reviewed and tested before being used in a production environment.
FAQs
Your Python AI Coder
We found that nemo-agent 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.