Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Jutsu Hub is a solidity smart contract component registry. Developed by [Ame Network](https://ame.network/). All solidity developers can share and use these components, and use it to manage and interact with contract projects.
Jutsu Hub is a solidity smart contract component registry. Developed by Ame Network. All solidity developers can share and use these components, and use it to manage and interact with contract projects.
It consists of three parts:
npm install jutsu-cli -g
jutsu new <project name>
Project file directory
├ src/
├ .env
├ config.json
├ .gitignore
└ README.md
src
This folder saves your solidity contract files
.envs
#This is a randomly generated wallet
WALLET_ADDRESS=<Wallet Address>
WALLET_PRIVATE_KEY=<Wallet Private Key>
#Please configure your local network
CUSTOM_RPC=http://127.0.0.1:8545
#Please register pinata https://pinata.cloud/
PINATA_JWT=<Pinata jwt>
The Pinata API JWT key that is used for uploading Solidity projects to IPFS.
How to register and use pinata jwt
config.json
{
"name": "your project name",
"description": "a brief introduction",
"version": "version number",
"license": "open source license",
"github": "github link"
}
jutsu deploy <file path> -a <params> -n <RPC name configured in the .env>
`
example:
jutsu deploy ./src/Test.sol -a "alice" 18 -n CUSTOM_RPC
jutsu add <packagename>@<version number>
example:
jutsu add ame@1.0.0
jutsu publish
Your contract project files will be published to IPFS.
Please make sure the wallet configured in your .env file contains a small amount of OP Mainnet ETH to pay the gas fee.
FAQs
Jutsu Hub is a solidity smart contract component registry. Developed by [Ame Network](https://ame.network/). All solidity developers can share and use these components, and use it to manage and interact with contract projects.
The npm package jutsu-cli receives a total of 364 weekly downloads. As such, jutsu-cli popularity was classified as not popular.
We found that jutsu-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.