
Research
Shai-Hulud Descends to Hades: Miasma Worm Campaign Spreads with New PyPI Wave
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.
@orion-js/env
Advanced tools
Orion Env is a utility for managing a collection of secrets in source control. The secrets are encrypted using public key, elliptic curve cryptography.
Orion Env is a utility for managing a collection of secrets in source control. The secrets are encrypted using public key, elliptic curve cryptography.
This package works as standlaone package. It does not depend on any other orionjs package.
It's like dotEnv but saved in source control.
Run the following script in a project that has the package installed. Save the password output because you will need to use it to decrypt the keys.
yarn orion-env init --path=<path>
Run the following script in a project that has the package installed and you will be prompted for the variable name and value.
yarn orion-env add --path=<path>
Define the following environment variables (in the old way):
ORION_ENV_FILE_PATH=<path> The path to the env file.ORION_ENV_SECRET_KEY=<password> The password to decrypt the keys.Then you can access the variables by importing the package and all the env variables defined will be the env object.
import {env} from '@orion-js/env'
env.XX
To add backwards compatibility you can also use this libary to set the environment variables.
import {loadEnv} from '@orion-js/env'
loadEnv(options)
This will set the environment variables for the current process.
Options:
secretKey Secret password used to decrypt the encrypted env file. Default: process.env.ORION_ENV_SECRET_KEYenvFilePath Location of the file to read. Default: process.env.ORION_ENV_FILE_PATHoverride Set to true to set the environment variables even if the variable was already set. Default: process.env.ORION_ENV_OVERRIDEFAQs
Orion Env is a utility for managing a collection of secrets in source control. The secrets are encrypted using public key, elliptic curve cryptography.
We found that @orion-js/env 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
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.