
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
interaction-control-contract
Advanced tools
InteractionControl combines different smart contracts to grant total control of your functions if desired. From who calls them to in which order and even with which inputs' values.
If further elaboration or development please mention me in your work.
😉 https://github.com/CarlosAlegreUr 😉
InteractionControl can be used to have total control of your functions if desired.
From who calls them to in which order and even with which inputs' values.
Make your contract inherit InteractionControl and add the isAllowedInteraction() modifier in the functions you desire to fully control.
The isAllowedInteraction() has 3 parameters:
1.1 => function selector of the function where it's being applied: bytes4(keccak256(bytes("funcSignatureAsString")))
1.2 => msg.sender => to know who is calling.
1.3 => a unique identifier of the inputs and it's values: keccak256(abi.encode(_newNumber))
Btw it's essential you use abi.enconde() and not abi.encodePakced() because abi.encodePakced() can give the same output to different inputs.
Additionally you can override callAllowInputsFor() or and callAllowFuncCallsFor() if you please mixing this InteractionControl with, for example, other useful ones like Ownable or AccessControl contracts from OpenZeppelin.
As InteractionControl inherits from CallOrderControl.sol and InputControl.sol you can use just their modifier directly in a function if pleased.
Check a simple implemented example at UseCaseContract.sol.
Carlos Alegre Urquizú - calegreu@gmail.com
Buy me a crypto coffe in ETH, MATIC or BNB ☕🧐☕ (or tokens if you please :p )
0x2365bf29236757bcfD141Fdb5C9318183716d866
Distributed under the MIT License. See LICENSE in the repository for more information.
FAQs
InteractionControl combines different smart contracts to grant total control of your functions if desired. From who calls them to in which order and even with which inputs' values.
We found that interaction-control-contract demonstrated a not healthy version release cadence and project activity because the last version was released 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
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.