
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@redenv/studio
Advanced tools
The official visual management dashboard for Redenv. Manage encrypted secrets, environments, and access tokens with a modern web interface.
The official visual management dashboard for Redenv.
Manage your encrypted secrets, environments, and access tokens with a modern, secure, and intuitive web interface. Designed to give you full control over your application's configuration without leaving your local development environment.
.env or JSON formats for easy sharing or migration.Install the studio plugin alongside the core CLI:
npm install -D @redenv/studio
# or
pnpm add -D @redenv/studio
# or
bun add -d @redenv/studio
Add the studio plugin to your redenv.config.ts file:
import { defineConfig } from "@redenv/core";
import { studioPlugin } from "@redenv/studio";
export default defineConfig({
name: "my-project",
// ... other config
plugins: [
studioPlugin
],
});
Start the studio server from your terminal:
redenv studio
This will launch the dashboard at http://localhost:7874.
Redenv Studio runs locally on your machine.
MIT
FAQs
The official visual management dashboard for Redenv. Manage encrypted secrets, environments, and access tokens with a modern web interface.
We found that @redenv/studio 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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.