mlp-bin
LOW
maintainer MasketLP
0 votes
scanned 2026-09-21 19:35:51.541891
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.
5
pkgname=mlp-bin
6
pkgver=0.5.0
7
pkgrel=1
8
pkgdesc='Encrypt and decrypt files with AES-256-GCM using an auto-managed keyfile (prebuilt binary)'
9
arch=('x86_64' 'aarch64')
10
url='https://github.com/EldinBegano/mask-decryption'
11
license=('GPL-3.0-or-later')
12
provides=('mlp')
13
conflicts=('mlp')
14
options=('!debug')
15
source_x86_64=("$url/releases/download/v$pkgver/mask-decryption_${pkgver}_linux_amd64.tar.gz")
16
source_aarch64=("$url/releases/download/v$pkgver/mask-decryption_${pkgver}_linux_arm64.tar.gz")
17
sha256sums_x86_64=('d5def29ce4dd54bc46a178445cbdeeedc1e98d8ebb8efc773d8fe9871627afa2')
18
sha256sums_aarch64=('bc723960eb908b304917ef35eb2a478b7d22fb028805cd501fdbe7d15cc9d095')
19
20
check() {
21
export MLP_CONFIG_DIR="$srcdir/check-config"
22
test "$(./mlp --version)" = "mlp $pkgver"
23
}
24
25
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-21 19:35:51 | Low | 2 |