mlp-bin

LOW
maintainer MasketLP 0 votes scanned 2026-09-21 19:35:51.541891
View on AUR
Why flagged

The package installs a prebuilt binary from GitHub releases, which is normal for AUR packages; the source is verifiable via checksums and the project's official repository, posing no immediate danger.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs a prebuilt binary from GitHub releases, which is normal for AUR packages; the source is verifiable via checksums and the project's official repository, posing no immediate danger.

PKGBUILD

1# Maintainer: MasketLP
2#
3# pkgver is rewritten from the release tag, and checksums by updpkgsums, by
4# packaging/aur/publish.sh on every release.
5pkgname=mlp-bin
6pkgver=0.5.0
7pkgrel=1
8pkgdesc='Encrypt and decrypt files with AES-256-GCM using an auto-managed keyfile (prebuilt binary)'
9arch=('x86_64' 'aarch64')
10url='https://github.com/EldinBegano/mask-decryption'
11license=('GPL-3.0-or-later')
12provides=('mlp')
13conflicts=('mlp')
14options=('!debug')
15source_x86_64=("$url/releases/download/v$pkgver/mask-decryption_${pkgver}_linux_amd64.tar.gz")
16source_aarch64=("$url/releases/download/v$pkgver/mask-decryption_${pkgver}_linux_arm64.tar.gz")
17sha256sums_x86_64=('d5def29ce4dd54bc46a178445cbdeeedc1e98d8ebb8efc773d8fe9871627afa2')
18sha256sums_aarch64=('bc723960eb908b304917ef35eb2a478b7d22fb028805cd501fdbe7d15cc9d095')
19
20check() {
21 export MLP_CONFIG_DIR="$srcdir/check-config"
22 test "$(./mlp --version)" = "mlp $pkgver"
23}
24
25package() {
26 install -Dm755 mlp "$pkgdir/usr/bin/mlp"
27 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
28 install -Dm644 completions/mlp.bash "$pkgdir/usr/share/bash-completion/completions/mlp"
29 install -Dm644 completions/_mlp "$pkgdir/usr/share/zsh/site-functions/_mlp"
30 install -Dm644 completions/mlp.fish "$pkgdir/usr/share/fish/vendor_completions.d/mlp.fish"
31}
32

Scan history

Scanned at (UTC)SeverityRules
2026-09-21 19:35:51 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion