psdk-arch
LOW
maintainer psdkjoon
0 votes
scanned 2026-08-31 17:46:09.540886
Why flagged
The package builds from the project's own GitHub source, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.
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 90%): The package builds from the project's own GitHub source, which is normal for AUR packages; the low severity is due to few votes and recent upload, not malicious content.
PKGBUILD
1
# Maintainer: psdk <psdkjoon@gmail.com>
2
pkgname=psdk-arch
3
pkgver=1.0.1
4
pkgrel=1
5
pkgdesc="psdk's arch installer and configer"
6
arch=('x86_64')
7
url="https://github.com/psdkjoon/parch"
8
license=('MIT')
9
makedepends=('dart')
10
source=("$pkgname-$pkgver.tar.gz::https://github.com/psdkjoon/parch/archive/refs/heads/main.tar.gz")
11
sha256sums=('SKIP')
12
13
build() {
14
cd "$srcdir"/*-main
15
dart pub get
16
dart compile exe bin/parch.dart -o parch
17
}
18
19
package() {
20
cd "$srcdir"/*-main
21
install -Dm755 parch "$pkgdir/usr/bin/parch"
22
if [ -f README.md ]; then
23
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
24
fi
25
}
26
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-31 17:46:09 | Low | 2 |