Document safe-chain-verify

This commit is contained in:
Sander Declerck 2025-12-05 18:04:20 +01:00
parent 0a983f1542
commit e5ddc47495
No known key found for this signature in database
3 changed files with 47 additions and 4 deletions

View file

@ -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