psdk-arch

LOW
maintainer psdkjoon 0 votes scanned 2026-08-31 17:46:09.540886
View on AUR
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>
2pkgname=psdk-arch
3pkgver=1.0.1
4pkgrel=1
5pkgdesc="psdk's arch installer and configer"
6arch=('x86_64')
7url="https://github.com/psdkjoon/parch"
8license=('MIT')
9makedepends=('dart')
10source=("$pkgname-$pkgver.tar.gz::https://github.com/psdkjoon/parch/archive/refs/heads/main.tar.gz")
11sha256sums=('SKIP')
12
13build() {
14 cd "$srcdir"/*-main
15 dart pub get
16 dart compile exe bin/parch.dart -o parch
17}
18
19package() {
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)SeverityRules
2026-08-31 17:46:09 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