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