[PR #239] Contest/fix llamator hardening #240

Open
opened 2026-02-16 07:16:23 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/open_deep_research/pull/239
Author: @mittemim
Created: 1/30/2026
Status: 🔄 Open

Base: mainHead: contest/fix-llamator-hardening


📝 Commits (4)

  • 7a52bde Implemented necessary fixed after having tested all vulnerabilities and hardened them
  • f93bcb3 Added attacks and harmful scripts which I used for testing and finding out vulnerabilities
  • f48d461 Fix
  • 2eed190 Fix

📊 Changes

141 files changed (+5456 additions, -25 deletions)

View changed files

📝 .env.example (+30 -12)
📝 .gitignore (+3 -0)
.venv-llamator/bin/Activate.ps1 (+247 -0)
.venv-llamator/bin/activate (+70 -0)
.venv-llamator/bin/activate.csh (+27 -0)
.venv-llamator/bin/activate.fish (+69 -0)
.venv-llamator/bin/datasets-cli (+7 -0)
.venv-llamator/bin/distro (+7 -0)
.venv-llamator/bin/dotenv (+7 -0)
.venv-llamator/bin/f2py (+7 -0)
.venv-llamator/bin/get_gprof (+75 -0)
.venv-llamator/bin/get_objgraph (+54 -0)
.venv-llamator/bin/httpx (+7 -0)
.venv-llamator/bin/huggingface-cli (+7 -0)
.venv-llamator/bin/jsondiff (+41 -0)
.venv-llamator/bin/jsonpatch (+107 -0)
.venv-llamator/bin/jsonpointer (+67 -0)
.venv-llamator/bin/langchain-server (+7 -0)
.venv-llamator/bin/normalizer (+7 -0)
.venv-llamator/bin/numpy-config (+7 -0)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/open_deep_research/pull/239 **Author:** [@mittemim](https://github.com/mittemim) **Created:** 1/30/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `contest/fix-llamator-hardening` --- ### 📝 Commits (4) - [`7a52bde`](https://github.com/langchain-ai/open_deep_research/commit/7a52bded15e1163b2ec5d715e1d83d7cfa8769b6) Implemented necessary fixed after having tested all vulnerabilities and hardened them - [`f93bcb3`](https://github.com/langchain-ai/open_deep_research/commit/f93bcb3775864129022675ff890664883465acd5) Added attacks and harmful scripts which I used for testing and finding out vulnerabilities - [`f48d461`](https://github.com/langchain-ai/open_deep_research/commit/f48d46165cf783b15cccfc17d3d1e8bd7a462b50) Fix - [`2eed190`](https://github.com/langchain-ai/open_deep_research/commit/2eed190f5acf92849118e0026d4627779a4f1a3f) Fix ### 📊 Changes **141 files changed** (+5456 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+30 -12) 📝 `.gitignore` (+3 -0) ➕ `.venv-llamator/bin/Activate.ps1` (+247 -0) ➕ `.venv-llamator/bin/activate` (+70 -0) ➕ `.venv-llamator/bin/activate.csh` (+27 -0) ➕ `.venv-llamator/bin/activate.fish` (+69 -0) ➕ `.venv-llamator/bin/datasets-cli` (+7 -0) ➕ `.venv-llamator/bin/distro` (+7 -0) ➕ `.venv-llamator/bin/dotenv` (+7 -0) ➕ `.venv-llamator/bin/f2py` (+7 -0) ➕ `.venv-llamator/bin/get_gprof` (+75 -0) ➕ `.venv-llamator/bin/get_objgraph` (+54 -0) ➕ `.venv-llamator/bin/httpx` (+7 -0) ➕ `.venv-llamator/bin/huggingface-cli` (+7 -0) ➕ `.venv-llamator/bin/jsondiff` (+41 -0) ➕ `.venv-llamator/bin/jsonpatch` (+107 -0) ➕ `.venv-llamator/bin/jsonpointer` (+67 -0) ➕ `.venv-llamator/bin/langchain-server` (+7 -0) ➕ `.venv-llamator/bin/normalizer` (+7 -0) ➕ `.venv-llamator/bin/numpy-config` (+7 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 07:16:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/open_deep_research#240