pelton-bin
maintainer leeteral
· 0 votes
· scanned 2026-08-18 00:03:42.021799
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt .deb from GitHub Releases without verifying its origin beyond the checksum, posing a supply-chain risk if the source were compromised.
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.
MEDIUM
AI review of an ambiguous pattern
llm_review
The static rules found a suspicious pattern they could not resolve, so an AI model (qwen/qwen3-235b-a22b-2507) reviewed it and judged it MEDIUM (confidence 90%): The package downloads a prebuilt .deb from GitHub Releases without verifying its origin beyond the checksum, posing a supply-chain risk if the source were compromised.
PKGBUILD
1
# Maintainer: leeteral <kneesdev@naver.com>
2
3
pkgname=pelton-bin
4
pkgver=2026.3.4
5
pkgrel=1
6
pkgdesc="Open-source cross-platform desktop email client"
7
arch=('x86_64')
8
url="https://github.com/TRC-Loop/Pelton"
9
options=('!strip' '!debug')
10
license=('GPL-3.0-or-later')
11
depends=('gtk3' 'webkit2gtk-4.1')
12
provides=('pelton')
13
conflicts=('pelton')
14
15
source=("Pelton-v${pkgver}-linux-amd64.deb::https://github.com/TRC-Loop/Pelton/releases/download/v${pkgver}/Pelton-v${pkgver}-linux-amd64.deb")
16
sha256sums=('14ff147a172cf9fe55ff9dcc97e8268d5fd43dfc6c0ca0a0b628fb3bb0fd33f7')
17
18
package() {
19
tar -xzf data.tar.gz -C "$pkgdir"
20
}
21
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | MEDIUM | 2 |
| 2026-08-17 00:18:29 | MEDIUM | 2 |
| 2026-08-16 00:03:42 | MEDIUM | 2 |
| 2026-08-15 00:26:13 | MEDIUM | 2 |
| 2026-08-14 00:03:41 | MEDIUM | 2 |
| 2026-08-13 00:17:07 | MEDIUM | 2 |
| 2026-08-12 00:27:08 | MEDIUM | 2 |
| 2026-08-11 15:21:23 | MEDIUM | 2 |