arctime

LOW
maintainer HaiHome 4 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads a 7z archive from a non-whitelisted but project-related domain (dlm.arctime.pro) which hosts the official software; the content is unpacked and installed without executing remote code, and checksums are provided, reducing risk.

Triggered rules

Low AI review downgraded a static finding llm_review

The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a 7z archive from a non-whitelisted but project-related domain (dlm.arctime.pro) which hosts the official software; the content is unpacked and installed without executing remote code, and checksums are provided, reducing risk.

1 higher static finding superseded - not the current verdict (shown for transparency)
Medium source=() URL on a non-standard host source_untrusted_domain

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

  • PKGBUILD:11 source=("https://dlm.arctime.pro/ARCTIME_PRO_${pkgver}_LINUX.7z"

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: HaiHome <HaiHome_114514@outlook.com>
2# Contributor: fkxxyz <fkxxyz@gmail.com>
3pkgname=arctime
4pkgver=4.5
5pkgrel=1
6pkgdesc="A simple, powerful and efficient cross-platform subtitle production software"
7arch=('x86_64')
8url="https://arctime.cn"
9license=('custom')
10depends=('mpv' 'java-runtime')
11source=("https://dlm.arctime.pro/ARCTIME_PRO_${pkgver}_LINUX.7z"
12 "arctime.desktop"
13 "16x16.png"
14 "24x24.png"
15 "32x32.png"
16 "48x48.png")
17sha256sums=('4f8ba8bb0ab17ba2645f29b38ddf52eb3d44e2df492527a6f390676a84ff120a'
18 'e51a09ab47c28cd40dccd09d91f865e788e01b9aa21686a14efe520243b5688d'
19 '9f490a4fc4d4f15e31b15e84717e11ce794e908055484f22d02aa0a166093677'
20 '406a3953b7b5d54814f6613f23badc0eff04909688d67295371aeeead862ae85'
21 'fcd6ecf0a786658968d0c8747b860b5238c0df73c873642dd7ce5fca186d2122'
22 'c9bc9ac2ffdc703b672c1f918ea4d48479693bdc69dfd346a077547de47ce7d1')
23options=('!strip' '!debug')
24
25package() {
26 export LANG=en_US.UTF-8
27 export LC_ALL=en_US.UTF-8
28
29 install -dm755 "$pkgdir/opt/arctime-pro"
30 cp -r "$srcdir/ARCTIME_PRO_4.5_LINUX/"* "$pkgdir/opt/arctime-pro/"
31
32 chmod -R a+rX "$pkgdir/opt/arctime-pro"
33
34 install -Dm755 /dev/stdin "$pkgdir/usr/bin/arctime" <<EOF
35#!/bin/bash
36cd /opt/arctime-pro
37exec ./run.sh "\$@"
38EOF
39
40 install -Dm644 "$srcdir/arctime.desktop" \
41 "$pkgdir/usr/share/applications/arctime.desktop"
42
43 install -Dm644 "$srcdir/16x16.png" \
44 "$pkgdir/usr/share/icons/hicolor/16x16/apps/arctime.png"
45 install -Dm644 "$srcdir/24x24.png" \
46 "$pkgdir/usr/share/icons/hicolor/24x24/apps/arctime.png"
47 install -Dm644 "$srcdir/32x32.png" \
48 "$pkgdir/usr/share/icons/hicolor/32x32/apps/arctime.png"
49 install -Dm644 "$srcdir/48x48.png" \
50 "$pkgdir/usr/share/icons/hicolor/48x48/apps/arctime.png"
51
52 install -Dm644 "$pkgdir/opt/arctime-pro/tools/GPL LICENSE.txt" \
53 "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
54
55}
56

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 00:27:14 Low 2
2026-09-16 00:03:17 Low 2
2026-09-15 00:25:31 Low 2
2026-09-14 00:27:57 Low 2
2026-09-13 00:19:54 Low 2
2026-09-12 00:25:17 Low 2
2026-09-11 00:19:22 Low 2
2026-09-10 00:22:44 Low 2
2026-09-09 00:04:09 Low 2
2026-09-08 00:18:08 Low 2
2026-09-07 00:30:15 Low 2
2026-09-06 00:17:06 Low 2
2026-09-05 00:16:27 Low 2
2026-09-04 00:03:13 Low 2
2026-09-03 00:15:47 Low 2
2026-09-02 00:02:31 Low 2
2026-09-01 00:11:19 Low 2
2026-08-31 00:19:57 Low 2
2026-08-30 00:04:14 Low 2
2026-08-29 00:29:17 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