
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
saltext.formula
Advanced tools
Salt Extension providing supporting modules for formulae
If you discover a security vulnerability, please refer to Salt's security guide.
For setup and usage instructions, please refer to the User Documentation.
The saltext-formula project welcomes contributions from anyone!
The Salt Extensions guide provides comprehensive instructions on all aspects of Salt extension development, including writing tests, running tests, writing documentation and rendering the docs.
To get started contributing, first clone this repository (or your fork):
# Clone the repo
git clone --origin upstream git@github.com:lkubb/saltext-formula.git
# Change to the repo dir
cd saltext-formula
If you have installed direnv, allowing the project's .envrc ensures
a proper development environment is present and the virtual environment is active.
Without direnv, you can still run the automation explicitly:
python3 tools/initialize.py
source .venv/bin/activate
Please follow the first steps, skipping the repository initialization and first commit.
Always make changes in a feature branch:
git switch -c my-feature-branch
To submit a Pull Request, you'll need a fork of this repository in
your own GitHub account. If you followed the instructions above,
set your fork as the origin remote now:
git remote add origin git@github.com:<your_fork>.git
Ensure you followed the first steps and commit your changes, fixing any
failing pre-commit hooks. Then push the feature branch to your fork and submit a PR.
Contributions come in many forms, and they’re all valuable! Here are some ways you can help without writing code:
You can also contribute by:
Any of these things are super valuable to our community, and we sincerely appreciate every contribution!
FAQs
Salt Extension providing supporting modules for formulae
We found that saltext.formula 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.