From 1254a6262855efb21855d7bb8096e2e432192fbc Mon Sep 17 00:00:00 2001 From: Sahilb315 Date: Tue, 31 Mar 2026 14:15:45 +0530 Subject: [PATCH] add test cmd in readme --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a8fe6d7..8dcdef0 100644 --- a/README.md +++ b/README.md @@ -86,16 +86,26 @@ npm install express pip install requests ``` -When an AI agent (or you) tries to install a malicious package, PMG blocks it: +Try installing a known-malicious test package to verify PMG is working: -```text +```bash +npm i safedep-test-pkg@0.1.3 +``` + +
+Expected output + +``` ✗ Malicious package blocked - - safedep-test-pkg@1.0.0 + - safedep-test-pkg@0.1.3 + Reference: https://app.safedep.io/community/malysis/01KF5JYDND9XR94WNEJ2G74KY2 ✗ PMG: 1 packages analyzed, 1 blocked ``` +
+ ## Features | Feature | Description |