dosierskanilo

LOW
maintainer cschlote 0 votes scanned 2026-09-13 13:14:45.435081
View on AUR
Why flagged

The package builds from source hosted on the project's official GitHub repository; the low severity is due to SKIP'd checksum and few votes, but no malicious behavior is present.

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 builds from source hosted on the project's official GitHub repository; the low severity is due to SKIP'd checksum and few votes, but no malicious behavior is present.

PKGBUILD

1pkgname=dosierskanilo
2pkgver=26.9.2
3pkgrel=1
4pkgdesc='Blob-centric media and archive file scanner'
5arch=('x86_64')
6url='https://github.com/cschlote/DosierSkanilo'
7license=('custom:CC-BY-NC-SA-4.0')
8depends=('mediainfo' 'file' 'unzip' 'tar' 'unrar' 'p7zip')
9makedepends=('ldc' 'dub' 'git')
10source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
11sha256sums=('SKIP')
12
13build() {
14 cd "$srcdir/DosierSkanilo-$pkgver"
15 DC=ldc2 dub build --build=release --compiler=ldc2 --config=cli
16}
17
18package() {
19 cd "$srcdir/DosierSkanilo-$pkgver"
20 install -Dm755 build/bin/dosierskanilo "$pkgdir/usr/bin/dosierskanilo"
21}
22

Scan history

Scanned at (UTC)SeverityRules
2026-09-13 13:14:45 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