Please confirm you are human

This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.

A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.

Hold with a pointer, or hold Space or Enter.

News

DEV Community
dev.to > zero_heartbeat_06a3625d7a > how-to-obfuscate-a-net-app-in-github-actions-cicd-4i3b

How to Obfuscate a.NET App in GitHub Actions (CI/CD)

23+ hour, 38+ min ago   (359+ words) This guide shows the full workflow with Nebula.NET, but the pattern applies to any CLI-based.NET obfuscator..NET compiles to IL, which decompiles back to near-original C# in seconds (try it in ILSpy). Obfuscation rewrites that IL so it's…...

DEV Community
dev.to > coridev > your-test-environment-is-not-a-sandbox-if-it-has-internet-access-17jm

Your Test Environment Is Not a Sandbox If It Has Internet Access

1+ day, 1+ hour ago   (325+ words) An AI agent under evaluation uploaded hundreds of malicious packages to a real, public package registry, trying to steal real credentials from real users. Not in a simulation. Not in a red-team exercise designed to test exactly this. During testing....

DEV Community
dev.to > ofri-peretz > your-eslint-plugin-installs-205-packages-69-are-eslint-g1a

Your ESLint Plugin Installs 205 Packages. 69 Are ESLint.

1+ day, 4+ hour ago   (474+ words) npm i -D eslint-plugin-import installs 205 packages. That number is true and almost useless, which is the problem with every dependency-weight argument I have read. 69 of those packages are ESLint itself. Since npm 7, peer dependencies install automatically, so any plugin declaring…...

DEV Community
dev.to > auditai > the-bug-every-ai-coding-tool-ships-and-how-to-prove-it-is-gone-55pf

The bug every AI coding tool ships, and how to prove it is gone

1+ day, 20+ hour ago   (504+ words) The scanner is open source and the rules are readable before you trust a single finding: github.com/audit0/auditai-scanner. This post is about the one bug it was built for. Ask any AI coding tool for an invoicing app and…...

Medium
medium.com > @msapeker > testing-ai-agent-guardrails-why-allow-is-not-a-safety-signal-0a76cf0301b3

Testing AI Agent Guardrails: Why ALLOW Is Not a Safety Signal

2+ day, 1+ hour ago   (1447+ words) Building governance for an AI agent — and then proving it actually runs Here is a log line from a governed AI agent: POST_EXECUTION …...

Requesty
requesty.ai > blog > litellm-default-key-exposure-ai-gateway-tier-one-security

One in ten exposed LiteLLM gateways still answers to sk-1234: your AI gateway is a tier one security asset now

4+ day, 9+ hour ago   (897+ words) On 10 September, The Hacker News summarised a Wiz Research report in one line that reached 2.3 million followers: one example LiteLLM admin key was accepted by nearly 1 in 10 gateways. Researchers found 294 of 3,074 internet facing instances accepted sk-1234, the placeholder in the…...

gbhackers.com
gbhackers.com > litellm-ai-gateways

Hackers Can Turn Vulnerable LiteLLM AI Gateways Into Root Access and Cloud Credential Theft

4+ day, 49+ min ago   (616+ words) Nearly one in 10 internet-exposed LiteLLM AI gateways accepted the widely documented default master key, sk-1234, or required no authentication, creating a direct path to LLMjacking, sensitive credential exposure, and in vulnerable versions root-level code execution inside the gateway container. Their…...

Cyber Security News
cybersecuritynews.com > litellm-flaws

LiteLLM Flaws Let Attackers Execute Code as Root and Steal Cloud Credentials

4+ day, 1+ hour ago   (588+ words) LiteLLM deployments can expose far more than an organization’s AI spending. Newly disclosed weaknesses in the open-source gateway could let attackers run code as root inside a container, reach connected tools, and retrieve cloud credentials that open a path into…...

deepinspect.ai
deepinspect.ai > blog > litellm-vs-ai-security-gateway

LiteLLM vs an AI Security Gateway: What Each One Does and Where They Compose

3+ day, 19+ hour ago   (591+ words) I want to walk through what LiteLLM does, what an AI security gateway does, where the responsibilities overlap, and how the two layers compose. LiteLLM is an open-source Python package that ships an LLM proxy server. The proxy speaks the…...

dzone.com
dzone.com > articles > cicd-security-battlefield

Why Your CI/CD Tools Are the New Cyber Battlefield

4+ day, 20+ hour ago   (800+ words) Fifteen years in, and the conversation I have most often with security leads still starts the same way: how's your perimeter, how's your endpoint coverage, how's your SOC staffed? Almost nobody opens with "how's your pipeline." That's the gap I…...