easytier-connector
maintainer myqfeng
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a git clone from a project-owned Gitee repository, building from tagged source; the non-whitelisted host is plausibly official, and no unverified binaries are executed.
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 source is a git clone from a project-owned Gitee repository, building from tagged source; the non-whitelisted host is plausibly official, and no unverified binaries are executed.
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:14
source=("${pkgname}::git+https://gitee.com/qteasytier/easytier-connector.git#tag=${pkgver}")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Myqfeng <viagrahuang@outlook.com>
2
3
pkgname=easytier-connector
4
pkgver=1.1.1
5
pkgrel=1
6
pkgdesc="基于 Qt6 的系统托盘应用程序,用于连接 EasyTier Web 控制台(配置服务器)。EasyTier Web Connector based on Qt6."
7
arch=('x86_64')
8
options=('!debug')
9
url="https://gitee.com/qteasytier/easytier-connector"
10
license=('LGPL3')
11
depends=('qt6-base' 'qt6-svg')
12
makedepends=('cmake' 'git')
13
install=easytier-connector.install
14
source=("${pkgname}::git+https://gitee.com/qteasytier/easytier-connector.git#tag=${pkgver}")
15
sha256sums=('SKIP')
16
17
build() {
18
cd "${srcdir}/${pkgname}"
19
cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=/usr
20
cmake --build build -j"$(nproc)"
21
}
22
23
package() {
24
cd "${srcdir}/${pkgname}"
25
26
# 主程序
27
install -Dm755 "build/Output/EasyTierConnector" \
28
"${pkgdir}/opt/etconnector/EasyTierConnector"
29
30
# 后端守护进程
31
install -Dm755 "build/Output/qtet-connector-daemon" \
32
"${pkgdir}/opt/etconnector/qtet-connector-daemon"
33
34
# 动态库
35
for lib in build/Output/*.so; do
36
[ -f "$lib" ] && install -Dm644 "$lib" "${pkgdir}/opt/etconnector/"
37
done
38
39
# 图标
40
install -Dm644 "favicon/favicon-open.png" \
41
"${pkgdir}/opt/etconnector/favicon-open.png"
42
43
# systemd 服务
44
install -Dm644 "assets/easytier-connector.service" \
45
"${pkgdir}/etc/systemd/system/easytier-connector.service"
46
47
# 桌面文件
48
install -Dm644 "assets/etconnector.desktop" \
49
"${pkgdir}/usr/share/applications/etconnector.desktop"
50
51
# 创建 /usr/bin 软链接
52
install -dm755 "${pkgdir}/usr/bin"
53
ln -sf "/opt/etconnector/EasyTierConnector" \
54
"${pkgdir}/usr/bin/EasyTierConnector"
55
}
56
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 |