oh-my-dde-bin

maintainer orphaned · 0 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged This PKGBUILD downloads a prebuilt binary .deb package from Gitee (a personal/project repository attachment URL), extracts it, and installs the binary directly. The binary is a compiled executable (oh-my-dde) installed to /usr/bin via symlink from /opt/apps. While Gitee is a legitimate code hosting platform (Chinese GitHub equivalent), the source is a personal project's attached binary artifact rather than a reproducible build from source. The sha256sum provides integrity checking against tampering in transit, but does not verify the trustworthiness of the binary itself. The attach_files URL pattern on Gitee is a standard file attachment mechanism, not inherently suspicious. However, installing an unauditable prebuilt binary from a personal project host (not an official vendor release) is a genuine supply-chain concern: the binary could contain arbitrary code, and there is no way to verify it matches the published source without building from source. This fits the medium severity definition: an executed binary from an unofficial/personal host.

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:11 source=("https://gitee.com/Limexb/oh-my-dde/attach_files/845257/download/top.yzzi.youjian_1.0.3_amd64.deb")
MEDIUM AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 78%): This PKGBUILD downloads a prebuilt binary .deb package from Gitee (a personal/project repository attachment URL), extracts it, and installs the binary directly. The binary is a compiled executable (oh-my-dde) installed to /usr/bin via symlink from /opt/apps. While Gitee is a legitimate code hosting platform (Chinese GitHub equivalent), the source is a personal project's attached binary artifact rather than a reproducible build from source. The sha256sum provides integrity checking against tampering in transit, but does not verify the trustworthiness of the binary itself. The attach_files URL pattern on Gitee is a standard file attachment mechanism, not inherently suspicious. However, installing an unauditable prebuilt binary from a personal project host (not an official vendor release) is a genuine supply-chain concern: the binary could contain arbitrary code, and there is no way to verify it matches the published source without building from source. This fits the medium severity definition: an executed binary from an unofficial/personal host.

PKGBUILD

1 offending line(s) highlighted
1pkgname="oh-my-dde-bin"
2pkgver="1.0.3"
3pkgrel=1
4pkgdesc="A customization tool for deepin desktop environmen."
5arch=('any')
6url="https://gitee.com/Limexb/oh-my-dde"
7license=('unknown')
8provides=("oh-my-dde")
9depends=('xautomation' 'xclip' 'gsettings-desktop-schemas' 'dtkwidget')
10makedepends=('bzip2')
11source=("https://gitee.com/Limexb/oh-my-dde/attach_files/845257/download/top.yzzi.youjian_1.0.3_amd64.deb")
12sha256sums=('5746784feb5bfd281119940a69b6e8a13a0157301d529b38af40a0a67fb1fcb2')
13build() {
14 mkdir -p "${srcdir}/output"
15 tar -xvf "${srcdir}/data.tar.xz" -C "${srcdir}/output"
16}
17package() {
18 install -d "${pkgdir}/usr/bin/"
19 install -d "${pkgdir}/opt/apps/"
20 install -d "${pkgdir}/usr/share/applications/"
21 install -d "${pkgdir}/usr/share/icons/hicolor/scalable/apps/"
22
23 cp -r "${srcdir}/output/opt/apps" "${pkgdir}/opt/"
24 ln -s /opt/apps/top.yzzi.youjian/files/oh-my-dde "${pkgdir}/usr/bin/oh-my-dde"
25 ln -s /opt/apps/top.yzzi.youjian/entries/applications/top.yzzi.youjian.desktop "${pkgdir}/usr/share/applications/top.yzzi.youjian.desktop"
26 ln -s /opt/apps/top.yzzi.youjian/entries/icons/hicolor/scalable/apps/youjian.svg "${pkgdir}/usr/share/icons/hicolor/scalable/apps/"
27}
28

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 MEDIUM 2
2026-08-02 00:16:08 MEDIUM 2
2026-08-01 00:11:18 MEDIUM 2
2026-07-31 00:14:10 MEDIUM 2
2026-07-30 00:17:23 MEDIUM 2
2026-07-29 00:25:53 MEDIUM 2
2026-07-28 00:07:28 MEDIUM 2
2026-07-27 00:24:32 MEDIUM 2
2026-07-26 00:07:32 MEDIUM 2
2026-07-25 00:13:44 MEDIUM 2
2026-07-24 00:02:28 MEDIUM 2
2026-07-23 00:14:47 MEDIUM 2
2026-07-22 00:29:32 MEDIUM 2
2026-07-21 00:24:15 MEDIUM 2
2026-07-20 00:19:49 MEDIUM 2
2026-07-19 00:17:08 MEDIUM 2
2026-07-18 00:14:48 MEDIUM 2
2026-07-17 00:06:16 MEDIUM 2
2026-07-16 00:05:41 MEDIUM 2
2026-07-15 00:09:25 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