
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
To install the package from Pypi simply run pip install jobbergate-agent
.
Setup dependencies
Dependencies and environment are managed in the project by Poetry. To initiate the development environment run:
make install
Setup .env
parameters
JOBBERGATE_AGENT_BASE_API_URL="<base-api-url>"
JOBBERGATE_AGENT_X_SLURM_USER_NAME="<sbatch-user-name>"
JOBBERGATE_AGENT_SENTRY_DSN="<sentry-dsn-key>"
JOBBERGATE_AGENT_OIDC_DOMAIN="<OIDC-domain>"
JOBBERGATE_AGENT_OIDC_CLIENT_ID="<OIDC-app-client-id>"
JOBBERGATE_AGENT_OIDC_CLIENT_SECRET="<OIDC-app-client-secret>"
Note: JOBBERGATE_AGENT_SENTRY_DSN
is optional. If you do not pass it the agent understands Sentry will not be used.
Run app
jg-run
Note: this command assumes you're inside a virtual environment in which the package is installed.
Note: beware you should care about having the same user name you're using to run the code in the slurmctld node. For example, if cluster_agent
will run the make run
command then the slurmctld node also must have a user called cluster_agent
.
FAQs
Jobbergate Agent
We found that jobbergate-agent 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.