mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
chore: README update demo and Error Fix (#126)
* docs: Update README with demo gif * fix: Proxy remove dependency on interaction * fix: Update demo gif width * Update docs/demo/pmg-intro.tape Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Abhisek Datta <abhisek.datta@gmail.com> * fix: PMG demo --------- Signed-off-by: Abhisek Datta <abhisek.datta@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -24,11 +24,11 @@ matches the source code they reviewed, eliminating the risk of tampered or malic
|
||||
|
||||
## PMG in Action
|
||||
|
||||
<img src="./docs/assets/pmg-intro.png" width="600" alt="pmg in action">
|
||||
<img src="./docs/demo/pmg-intro.gif" width="800" alt="pmg in action">
|
||||
|
||||
## TL;DR
|
||||
|
||||
Install `pmg` using Homebrew:
|
||||
Install `pmg` using your favorite package manager:
|
||||
|
||||
```shell
|
||||
# MacOS/Linux with Homebrew
|
||||
@@ -63,6 +63,7 @@ uv pip install <package-name>
|
||||
- Malicious package identification using [SafeDep Cloud](https://docs.safedep.io/cloud/malware-analysis) with realtime threat detection
|
||||
- Deep dependency analysis and transitive dependency resolution
|
||||
- Fast and efficient package verification
|
||||
- Defense in depth using OS native sandboxing
|
||||
- Seamless integration with existing package managers
|
||||
- Automated shell integration with cross-shell support
|
||||
- Package installation tracking and event logging
|
||||
|
||||
Reference in New Issue
Block a user