cfca-seceditctladv-icbc

MEDIUM
maintainer Clover_Yan 0 votes scanned 2026-08-27 09:33:21.393967
View on AUR
Why flagged

Downloads a prebuilt .deb containing native browser plugin shared libraries from a Chinese banking portal (ICBC/CFCA), which is plausibly the official source but is an unverifiable prebuilt executable; additionally the .install hook collects hardware fingerprint data (CPU ID, motherboard serial) via dmidecode and writes it to /opt/cfca/dev, which while possibly required for DRM/licensing is a form of hardware data collection that warrants scrutiny.

Triggered rules

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:14 source=("https://corporbank-simp.icbc.com.cn/ebankc/safety/linux/uos/adv/UOS_SecEditCtlAdv.ICBC.x86_64.deb")
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.

Medium AI review llm_review

An AI model (anthropic/claude-sonnet-4.6) reviewed this and agrees it is MEDIUM (confidence 70%): Downloads a prebuilt .deb containing native browser plugin shared libraries from a Chinese banking portal (ICBC/CFCA), which is plausibly the official source but is an unverifiable prebuilt executable; additionally the .install hook collects hardware fingerprint data (CPU ID, motherboard serial) via dmidecode and writes it to /opt/cfca/dev, which while possibly required for DRM/licensing is a form of hardware data collection that warrants scrutiny.

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Clover Yan <i at cloveryan dot com>
2
3pkgname=cfca-seceditctladv-icbc
4pkgver=3.3.0.2
5pkgrel=1
6pkgdesc='SecEditCtlAdv From CFCA for ICBC'
7arch=('x86_64')
8url='https://corporbank-simp.icbc.com.cn/'
9license=('custom')
10depends=('glibc' 'gcc-libs' 'dmidecode')
11makedepends=('wget')
12install='cfca-seceditctladv-icbc.install'
13options=('!debug')
14source=("https://corporbank-simp.icbc.com.cn/ebankc/safety/linux/uos/adv/UOS_SecEditCtlAdv.ICBC.x86_64.deb")
15sha256sums=('bc7740b1d054e3d7b4e14064be7a5e806b684e96bd7580a9568a7ec62932a9c5')
16noextract=('UOS_SecEditCtlAdv.ICBC.x86_64.deb')
17
18DLAGENTS=('https::/usr/bin/wget -q -O %o %u')
19
20package() {
21 cd "$srcdir"
22
23 bsdtar -xf UOS_SecEditCtlAdv.ICBC.x86_64.deb
24 bsdtar -xf data.tar.xz -C "$pkgdir"
25
26 install -d "$pkgdir/usr/lib/mozilla/plugins"
27 install -m 755 "$pkgdir/opt/cfca/ICBC/SecEditCtlAdv/libnpSecEditCtlAdv-ICBC-plugin.so.3.3.0.2" \
28 "$pkgdir/usr/lib/mozilla/plugins/libnpSecEditCtlAdv-ICBC-plugin.so"
29 install -m 755 "$pkgdir/opt/cfca/ICBC/SecEditCtlAdv/libnpMsgEncCtlAdv-ICBC-plugin.so.3.3.0.2" \
30 "$pkgdir/usr/lib/mozilla/plugins/libnpMsgEncCtlAdv-ICBC-plugin.so"
31}
32

Scan history

Scanned at (UTC)SeverityRules
2026-08-27 09:33:21 Medium 3
2026-08-27 09:31:53 Medium 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion