
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
AI Debug Prompt for Vedro – auto‑generates AI‑friendly Markdown prompts for every failed scenario, ready to paste straight into ChatGPT (or any LLM).
For a one‑liner install via Vedro’s plugin manager:
$ vedro plugin install vedro-debug-prompt
$ pip3 install vedro-debug-prompt
vedro.cfg.py
:import vedro
import vedro_debug_prompt
class Config(vedro.Config):
class Plugins(vedro.Config.Plugins):
class DebugPrompt(vedro_debug_prompt.DebugPrompt):
enabled = True
Run your tests as usual:
vedro run
When a scenario fails you’ll see something like:
✗ decode base64 encoded string
|> AI Debug Prompt: .vedro/tmp/prompt_2ltoa90r.md
⌘‑click (or Ctrl‑click) the path in most terminals to open the file, then paste its contents into your favourite LLM for an instant diagnosis and minimal fix suggestion.
Full usage examples and advanced configuration live in the docs:
FAQs
Auto‑generates AI‑ready debug prompts for failed scenarios
We found that vedro-debug-prompt 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
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.