easytier-connector
LOW
maintainer myqfeng
1 votes
scanned 2026-09-17 00:27:14.276658
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-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |