
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.
@primitivefi/rmm-core
Advanced tools
∇ Primitive Replicating Market Maker protocol smart contracts.
Core contracts of Primitive RMM protocol.
This repository has a $1,000,000 bug bounty through Immunefi. Details are on their website https://immunefi.com/bounty/primitive.
The contract documentation is hosted here: Primitive Docs.
yarn compile
yarn typechain
yarn test
yarn test:fast
Running tests using the default yarn test
will run it through hardhat, it takes approximately 10 minutes on a good CPU.
The testing environment is unique. Make sure that yarn typechain
has been run first, or else there could be typescript compilation issues.
The test:fast
script makes use of the parallel
tag, which will take up a considerable amount of CPU power. It makes the tests run faster.
In the /test/shared/poolConfigs.ts
file is an array of different curve parameters. Each of these pools will go through the entire test suite.
Note: When running tests with parallel, the swap
tests will not be logged. If the tests are frozen, it means the swap tests are the last tests to be run.
All audits are located in the audits/
folder.
FAQs
∇ Primitive Replicating Market Maker protocol smart contracts.
The npm package @primitivefi/rmm-core receives a total of 13 weekly downloads. As such, @primitivefi/rmm-core popularity was classified as not popular.
We found that @primitivefi/rmm-core demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.
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.