
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
@launchpadlab/opensesame
Advanced tools
A simple command line interface to store and share non-version controlled application secrets files within the 1Password vault structure.
The recommended approach is to invoke opensesame directly from the command line to simplify to a more universally supported developer experience across codebases.
npm install @launchpadlab/opensesame -gpackage.json file is not used for a given project (or not preferred to be used), you can use a direct initial invocation of the CLI by running opensesame in your terminal. This will generate a .opensesamerc file to persist the project specific variables.opensesame to invoke this CLI tool going forward within this project.npm install @launchpadlab/opensesame -gpackage.json file exists for load_secrets: opensesame -d XXX -v XXX -f XXX. If one is not present, add it within the scripts key. For this command -d refers to the document_id in 1Password, -v refers to the vault_id in 1Password, -f refers to the local file_path where the secrets file is located.{
...
"scripts": {
...,
"load_secrets": "opensesame -d XXX -v XXX -f XXX"
}
...
}
-d -v or -f, please insert those values if not already set. Otherwise the CLI tool will guide you through how to set those.npm run load_secrets and follow on-screen instructions.env or application.yml file. However, it can also be used with rails credentials to be used to sync the *.key file that is not version controlled.npm publishFAQs
A simple CLI to manage our app secrets
We found that @launchpadlab/opensesame demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.