mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Document safe-chain-verify
This commit is contained in:
parent
0a983f1542
commit
e5ddc47495
3 changed files with 47 additions and 4 deletions
19
README.md
19
README.md
|
|
@ -67,6 +67,25 @@ iex "& { $(iwr 'https://raw.githubusercontent.com/AikidoSec/safe-chain/main/inst
|
|||
|
||||
2. **Verify the installation** by running one of the following commands:
|
||||
|
||||
**Quick verification** (recommended):
|
||||
|
||||
For JavaScript/Node.js package managers:
|
||||
|
||||
```shell
|
||||
npm safe-chain-verify
|
||||
```
|
||||
|
||||
For Python package managers (if you enabled Python support):
|
||||
|
||||
```shell
|
||||
pip3 safe-chain-verify
|
||||
```
|
||||
|
||||
- This command quickly confirms that Safe Chain is intercepting package manager commands. You should see the output: `Safe-chain: Ok`
|
||||
- You can use this with any supported package manager: `npx safe-chain-verify`, `yarn safe-chain-verify`, `pnpm safe-chain-verify`, `bun safe-chain-verify`, etc.
|
||||
|
||||
**Full verification with malware test**:
|
||||
|
||||
For JavaScript/Node.js:
|
||||
|
||||
```shell
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue