yozo-office-fonts
yozo-office
scanned 2026-09-17 00:27:14.276658
The package downloads a prebuilt .deb from a non-standard host (dl.yozosoft.com) which is not on the whitelist; while likely the official vendor, the unverifiable nature of a binary artifact from a non-standard domain poses a moderate supply-chain risk if the host were compromised or spoofed.
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:25
source=("${pkgbase}-${pkgver}.deb::https://dl.yozosoft.com/yozo/project/file/${_relver}/${pkgbase}_${pkgver}_amd64.deb")
llm_review
An AI model (qwen/qwen3-235b-a22b-07-25) reviewed this and agrees it is MEDIUM (confidence 90%): The package downloads a prebuilt .deb from a non-standard host (dl.yozosoft.com) which is not on the whitelist; while likely the official vendor, the unverifiable nature of a binary artifact from a non-standard domain poses a moderate supply-chain risk if the host were compromised or spoofed.
PKGBUILD
1 offending line(s) highlighted# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
# Contributor: WhriedPlanck
# Contributor: Felix Golatofski <contact@xdfr.de>
# Contributor: h0cheung <unknow>
# Contributor: WhiredPlanck <unknow>
# Contributor: heavysink <unknow>
pkgbase=yozo-office
_pkgname=Yozo_Office
pkgname=(
"${pkgbase}"
"${pkgbase}-fonts"
"${pkgbase}-templates"
)
pkgver=9.0.6589.141ZH.S1
_relver=20251224_134417_869690
pkgrel=1
pkgdesc="Yozo Office 2024 - An MS Office compatible office suite"
url="https://www.yozosoft.com/product-officelinux.html"
options=(
'!strip'
)
install=yozo-office.install
license=('LicenseRef-custom')
arch=('x86_64')
source=("${pkgbase}-${pkgver}.deb::https://dl.yozosoft.com/yozo/project/file/${_relver}/${pkgbase}_${pkgver}_amd64.deb")
sha256sums=('495375f2d122fb362ca7deb971f800a6090993deb77dbb4ae86624dcae098567')
prepare() {
cd "${srcdir}"
# Extracting data.tar.xz ...
bsdtar -xf "${srcdir}/data."*
# Fixing directory permissions ...
find "${srcdir}" -type d -exec chmod -v 755 {} +
# Removing unnecessary files ...
rm -rf "${srcdir}/etc/"{xdg,yozoXpack}
rm -rf "${srcdir}/opt/apps/${_pkgname}/"{Upgrade,uninstall}
rm -rf "${srcdir}/usr/share/applications/yozo-uninstall.desktop"
}
package_yozo-office() {
depends=(
'freetype2'
'sane'
'libvlc'
'libxt'
'libsm'
'libxkbcommon'
'alsa-lib'
'libglvnd'
'libwebp'
'gtk3'
'mesa'
'libmng'
'nspr'
'twolame'
'libice'
'nss'
'libtiff5'
'sdl12-compat'
'lsof'
)
optdepends=(
"${pkgbase}-fonts: built-in fonts"
"${pkgbase}-templates: built-in document templates"
)
# Installing main binaries ...
cp -a "${srcdir}"/{usr,opt,etc} "${pkgdir}"
rm -rf "${pkgdir}/usr/share/fonts"
rm -rf "${pkgdir}/opt/apps/${_pkgname}/Templates"
# Fixing permissions of binaries in /usr/bin ...
find "${pkgdir}/usr/bin" -type f -exec chmod -v 755 {} +
# Replacing libfreetype.so.6 with system's to adapt for harfbuzz 5.x
#rm -rf "${pkgdir}/opt/Yozosoft/${_pkgname}/Jre/lib/amd64/libfreetype.so.6"
#ln -sf "/usr/lib/libfreetype.so.6" "${pkgdir}/opt/Yozosoft/${_pkgname}/Jre/lib/amd64/libfreetype.so.6"
# Installing licenses of thirdparties ...
install -Dm644 "${srcdir}/opt/apps/${_pkgname}/thirdpartylicensereadme.txt" -t "${pkgdir}/usr/share/licenses/${pkgname}"
}
package_yozo-office-fonts() {
pkgdesc="Built-in fonts of Yozo Office 2024"
# Installing built-in fonts of Yozo Office 2024 ...
install -Dm644 "${srcdir}/usr/share/fonts/truetype/yozo/"* -t "${pkgdir}/usr/share/fonts/truetype/yozo"
install -Dm644 "${srcdir}/opt/apps/${_pkgname}/thirdpartylicensereadme.txt" -t "${pkgdir}/usr/share/licenses/${pkgname}"
}
package_yozo-office-templates() {
pkgdesc="Built-in document templates of Yozo Office 2024"
# Installing built-in document templates of Yozo Office 2024 ...
install -Dm755 -d "${pkgdir}/opt/Yozosoft/${_pkgname}"
cp -a "${srcdir}/opt/apps/${_pkgname}/Templates" "${pkgdir}/opt/Yozosoft/${_pkgname}"
install -Dm644 "${srcdir}/opt/apps/${_pkgname}/thirdpartylicensereadme.txt" -t "${pkgdir}/usr/share/licenses/${pkgname}"
}
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 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 |
| 2026-08-29 00:29:17 | Medium | 2 |