cn.i4tools-bin
maintainer orphaned
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt RPM from the project's official domain (i4.cn) for installation, which is a normal distribution method for the software; the host is not whitelisted but is plausibly official, and the checksums are verified.
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 prebuilt RPM from the project's official domain (i4.cn) for installation, which is a normal distribution method for the software; the host is not whitelisted but is plausibly official, and the checksums are verified.
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:12
"i4tools_v3.06.006.rpm::https://d-updater.i4.cn/i4linux/deb/${_pkgname}_${pkgver}.rpm" -
PKGBUILD:15
"LICENSE.txt::https://www.i4.cn/copyright.html"
PKGBUILD
2 offending line(s) highlighted
1
# Maintainer: maoyaotang <292898660@qq.com>
2
pkgname=cn.i4tools-bin
3
_pkgname=i4tools
4
pkgver=v3.06.006
5
pkgrel=2
6
pkgdesc='简单好用的多功能苹果设备管理助手。'
7
arch=('x86_64')
8
url="https://www.i4.cn/pro_pc.html"
9
license=('custom')
10
depends=('git')
11
source=(
12
"i4tools_v3.06.006.rpm::https://d-updater.i4.cn/i4linux/deb/${_pkgname}_${pkgver}.rpm"
13
"cn.i4Tools.desktop"
14
"run.sh"
15
"LICENSE.txt::https://www.i4.cn/copyright.html"
16
)
17
sha256sums=('298c9dc6543b837edbaa8ed7856b743d8cba179e3c1724d9ca7d7505d9e8fe98'
18
'c39f1408107cd69076a37d14326609fb8773717914b5ee335cb039e0bd66e1ed'
19
'b7fc9c90852ce99769fb31352e33d387cb8fe8ea3ec4c6a745c73cfd719020b7'
20
'f3cc70ece76bae973291aa37ced5a48da64360ec4860e8549240a5f6cd3babd4')
21
package() {
22
install -m755 -d "${pkgdir}/opt/cn.i4Tools"
23
install -m755 -d "${pkgdir}/usr/share/pixmaps"
24
install -m755 -d "${pkgdir}/usr/share/icons/hicolor/scalable/apps"
25
install -m755 -d "${pkgdir}/usr/bin"
26
install -Dm755 ../run.sh "${pkgdir}/usr/bin/${_pkgname}"
27
install -Dm644 ../cn.i4Tools.desktop "$pkgdir"/usr/share/applications/cn.i4Tools.desktop
28
cp -r "${srcdir}/opt/apps/cn.i4Tools" "${pkgdir}/opt/"
29
install -Dm644 ../LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
30
cd "${srcdir}/opt/apps/cn.i4Tools/resources"
31
cp logo.png "$pkgdir"/usr/share/pixmaps/i4tools.png
32
cp logo.svg "$pkgdir"/usr/share/icons/hicolor/scalable/apps/i4tools.svg
33
}
34
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 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 |