modlist-org-app

LOW
maintainer Chartic 0 votes scanned 2026-08-29 05:37:57.703010
View on AUR
Why flagged

The package builds from source hosted on the project's official GitHub repository; the low severity is due to the unverifiable 'SKIP' checksum and few votes, but it does not execute remote code or install prebuilt binaries from untrusted sources.

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 the unverifiable 'SKIP' checksum and few votes, but it does not execute remote code or install prebuilt binaries from untrusted sources.

PKGBUILD

1# Maintainer: Chartic <contact@ch45.c01.kr>
2pkgname=modlist-org-app
3pkgver=0.4.7
4pkgrel=2
5pkgdesc="Mod manager and installer for A Dance of Fire and Ice (ADOFAI) and other games"
6arch=('x86_64')
7url="https://github.com/modlist-org/modlist_org_app"
8license=('GPL-3.0-only')
9depends=('gtk3' 'glib2')
10makedepends=('flutter' 'git' 'cmake' 'ninja' 'clang' 'pkgconf')
11source=("${pkgname}-${pkgver}.tar.gz::https://github.com/modlist-org/modlist_org_app/archive/refs/tags/v${pkgver}.tar.gz")
12sha256sums=('SKIP')
13
14build() {
15 cd "modlist_org_app-${pkgver}"
16 flutter config --enable-linux-desktop
17 flutter pub get
18 flutter build linux --release
19}
20
21package() {
22 cd "modlist_org_app-${pkgver}"
23
24 install -d "${pkgdir}/usr/lib/${pkgname}"
25 cp -r build/linux/x64/release/bundle/* "${pkgdir}/usr/lib/${pkgname}/"
26
27 install -d "${pkgdir}/usr/bin"
28 ln -s "/usr/lib/${pkgname}/modlist_org_app" "${pkgdir}/usr/bin/modlist-org-app"
29}
30

Scan history

Scanned at (UTC)SeverityRules
2026-08-29 05:37:57 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