docs: moved security warning to introduction.md

This commit is contained in:
Byson94
2025-08-25 21:26:27 +05:30
parent c862c77819
commit 5261a09a6d
2 changed files with 10 additions and 6 deletions

View File

@@ -24,3 +24,13 @@ Downloads, builds (if needed), and installs the given package.
eiipm install staticscript
eiipm i ewwii
```
### Security Notice
<div class="warning">
Eiipm installs packages listed in the <a href="https://github.com/Ewwii-sh/eii-manifests">eii-manifests</a> repository. Since third-party packages may contain vulnerabilities, always ensure you trust the author, even if a package is officially approved and included in <a href="https://github.com/Ewwii-sh/eii-manifests">eii-manifests</a> repository.
<br><br>
Malicious or poorly maintained packages can compromise system security, cause data loss, or introduce unexpected behavior.
Before installing, review the package source, check for recent updates, and verify community feedback whenever possible.
Exercise caution and follow best practices to minimize potential risks when using third-party packages.
</div>

View File

@@ -49,9 +49,3 @@ I use zsh, so I added the line `export PATH="$HOME/.eiipm/bin:$PATH"` in `~/.zsh
For example, if you use bash, add that line in `~/.bashrc`.
> **NOTE:** If you dont want to use echo to add it, then you can manually edit your configuration file and add the line `export PATH="$HOME/.eiipm/bin:$PATH"` in there.
## Security Notice
<div class="warning">
Third-party packages may contain vulnerabilities. Always verify that you trust the author, even if the package is officially approved and included in <a href="https://github.com/Ewwii-sh/eii-manifests">eii-manifests</a>.
</div>