
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).
A small python package for detecting NSFW content on a Windows display.
This package does the following by default:
input='active_window'
to the check
method. You can also pass in a Pillow image like so : input=Image
parse_images=False
to the check
method.skin_threshold
parameter to have NSFW checking skipped if an image contains very little skin.check_type='skin'
to just get a skin color score.# Import and initialize the main Checker class
from nsfw_screen_detect import Checker
checker = Checker()
# Run check on all monitors
results = checker.check()
# Run check on active window
results = checker.check(input='active_window')
# Run check for skin content
results = checker.check(check_type='skin')
# Run check without parsing real pictures from screenshot
results = checker.check(parse_images=False)
Big thanks to NudeNet for their AI model.
FAQs
A small python package for detecting nsfw on a Windows display.
We found that nsfw-screen-detect 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.