corplink-bin
The package downloads a prebuilt .deb binary from a non-standard, third-party host (cdn.isealsuite.com) which is not affiliated with the official vendor (Bytedance/Volcengine), creating a supply-chain risk if the host is compromised or malicious.
Triggered rules
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:15
source=("https://cdn.isealsuite.com/linux/FeiLian_Linux_amd64_v${pkgver}_$_pkgrel.deb")
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 95%): The package downloads a prebuilt .deb binary from a non-standard, third-party host (cdn.isealsuite.com) which is not affiliated with the official vendor (Bytedance/Volcengine), creating a supply-chain risk if the host is compromised or malicious.
PKGBUILD
1 offending line(s) highlighted# Maintainer: Jat <chat@jat.email>
pkgname=corplink-bin
pkgver=3.2.16
_pkgrel=r8362_0d182a
pkgrel=2
pkgdesc="Linux client of Feilian (veCorpLink) from Bytedance."
arch=('x86_64')
url="https://www.volcengine.com/product/feilian"
license=('unknown')
depends=('gtk3' 'libxss' 'nss' 'dnsmasq' 'iw' 'iproute2')
optdepends=('networkmanager: NetworkManager integration')
options=('!strip' '!emptydirs')
install=${pkgname}.install
source=("https://cdn.isealsuite.com/linux/FeiLian_Linux_amd64_v${pkgver}_$_pkgrel.deb")
sha512sums=('129731f371215d1ef2f15a7746c7bd16404e1e4ba287d5f238d1bc240e3b279214e3b15a6468d674b0127f533e03a31e496e1ed301701075ca4320a1c7016e1e')
package() {
# Extract package data
tar xpvf "${srcdir}/data.tar.xz" --xattrs-include='*' --no-same-owner -C "${pkgdir}"
# Fix directory structure differences
cd "${pkgdir}"
mkdir -p usr/bin usr/lib/systemd/system
ln -s /opt/apps/com.volcengine.feilian/files/corplink usr/bin/corplink
mv "${pkgdir}"/opt/apps/com.volcengine.feilian/files/corplink.service usr/lib/systemd/system/corplink.service
# The upstream unit starts after network.target, which can be reached before
# NetworkManager has brought up an interface and configured DNS. Wait for
# network-online and a default route so the client initializes its connection
# only after the host has usable network connectivity.
sed -i \
-e 's/^After=network.target$/After=network-online.target/' \
-e '/^Description=/a Wants=network-online.target' \
-e '/^\[Service\]$/a ExecStartPre=/usr/bin/sh -c "until /usr/bin/ip route show default | /usr/bin/grep -q default; do /usr/bin/sleep 1; done"' \
usr/lib/systemd/system/corplink.service
rm -r usr/local
}
Changes since previous scan
--- PKGBUILD @ 2026-09-09 00:04+++ PKGBUILD @ 2026-09-17 00:27@@ -1,19 +1,19 @@ # Maintainer: Jat <chat@jat.email> pkgname=corplink-bin-pkgver=3.1.18-_pkgrel=r6560_8a2fab+pkgver=3.2.16+_pkgrel=r8362_0d182a pkgrel=2 pkgdesc="Linux client of Feilian (veCorpLink) from Bytedance." arch=('x86_64') url="https://www.volcengine.com/product/feilian" license=('unknown')-depends=('gtk3' 'libxss' 'nss' 'dnsmasq' 'iw')+depends=('gtk3' 'libxss' 'nss' 'dnsmasq' 'iw' 'iproute2') optdepends=('networkmanager: NetworkManager integration') options=('!strip' '!emptydirs') install=${pkgname}.install source=("https://cdn.isealsuite.com/linux/FeiLian_Linux_amd64_v${pkgver}_$_pkgrel.deb")-sha512sums=('e6d2415ae8c972daeccdf3a43344284c7ba0a5fabbfe736d0c2f61463042b7871bb6f9bb94ac2f56b86cb0b6fe83fe6865c63222850ede790215f09ed70d7899')+sha512sums=('129731f371215d1ef2f15a7746c7bd16404e1e4ba287d5f238d1bc240e3b279214e3b15a6468d674b0127f533e03a31e496e1ed301701075ca4320a1c7016e1e') package() { # Extract package data@@ -25,6 +25,16 @@ ln -s /opt/apps/com.volcengine.feilian/files/corplink usr/bin/corplink mv "${pkgdir}"/opt/apps/com.volcengine.feilian/files/corplink.service usr/lib/systemd/system/corplink.service + # The upstream unit starts after network.target, which can be reached before+ # NetworkManager has brought up an interface and configured DNS. Wait for+ # network-online and a default route so the client initializes its connection+ # only after the host has usable network connectivity.+ sed -i \+ -e 's/^After=network.target$/After=network-online.target/' \+ -e '/^Description=/a Wants=network-online.target' \+ -e '/^\[Service\]$/a ExecStartPre=/usr/bin/sh -c "until /usr/bin/ip route show default | /usr/bin/grep -q default; do /usr/bin/sleep 1; done"' \+ usr/lib/systemd/system/corplink.service+ rm -r usr/local } Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 09:19:26 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |