arctime

maintainer HaiHome · 4 votes · scanned 2026-08-03 00:08:14.047287
LOW
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-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 00:25:53 LOW 2
2026-07-28 00:07:28 LOW 2
2026-07-27 00:24:32 LOW 2
2026-07-26 00:07:32 LOW 2
2026-07-25 00:13:44 LOW 2
2026-07-24 00:02:28 LOW 2
2026-07-23 00:14:47 LOW 2
2026-07-22 00:29:32 LOW 2
2026-07-21 00:24:15 LOW 2
2026-07-20 00:19:49 LOW 2
2026-07-19 00:17:08 LOW 2
2026-07-18 00:14:48 LOW 2
2026-07-17 00:06:16 LOW 2
2026-07-16 00:05:41 LOW 2
2026-07-15 00:09:25 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