softmaker-office-nx-bin
maintainer WorMzy
· 5 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt binary from the vendor's official domain (softmaker.net), which is the legitimate source for SoftMaker Office; the non-whitelisted host is the vendor's own, and the download is verified by strong checksums, making it a standard proprietary software distribution with low risk.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package downloads a prebuilt binary from the vendor's official domain (softmaker.net), which is the legitimate source for SoftMaker Office; the non-whitelisted host is the vendor's own, and the download is verified by strong checksums, making it a standard proprietary software distribution with low risk.
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:19
"http://www.softmaker.net/down/softmaker-office-nx-${pkgver//./-}-amd64.tgz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: WorMzy Tykashi <wormzy.tykashi@gmail.com>
2
3
pkgname=softmaker-office-nx-bin
4
pkgver=1500
5
pkgrel=1
6
pkgdesc="Proprietary office suite; word processing, spreadsheets, presentations (subscription version)"
7
url="https://www.softmaker.com"
8
arch=('x86_64')
9
license=('LicenseRef-custom')
10
depends=('bash' 'curl' 'glib2' 'glibc' 'gst-plugins-base-libs' 'gstreamer' 'hicolor-icon-theme' 'libgcc'
11
'libgl' 'libstdc++' 'libx11' 'libxext' 'libxmu' 'libxmu' 'libxrandr' 'libxrender' 'zlib')
12
source=('planmaker-nx.desktop'
13
'presentations-nx.desktop'
14
'textmaker-nx.desktop'
15
'planmakernx'
16
'presentationsnx'
17
'textmakernx'
18
'softmaker-office-nx.xml'
19
"http://www.softmaker.net/down/softmaker-office-nx-${pkgver//./-}-amd64.tgz")
20
md5sums=('95fc61a87e75e525abb5b446c4e29635'
21
'9f2e85b3a31a17e22f3f2ca12b3c3971'
22
'bd46ae557dc18789e7ad3b00a0869258'
23
'9fd70f26916db5e641a3d7727df4223d'
24
'052615de9b1733596832e95b22d47551'
25
'8b5e74ccb7ed223db25d0cafea36d36f'
26
'f750f31e92221d88b72f8de1075a960f'
27
'2c28ed25d5371d6c6b70858d26a8741a')
28
sha512sums=('a2b8db4e2028bce38f37c9da2e5733aceea17cd9ebd7e96c1252e328cc7fd3e940c71967a9f41d2b04f874d86ee0050f22cead313e5fd9b5e396a6a704f475e2'
29
'fc0b0dac264df8d1a9301c6c934dc5bc6cbc2c7e6eb06a109b60e2d58429f3a61117e12585c0e42388c8b064e3ac6e55e513d1c01dc8cea5999fed7e2342e449'
30
'e729b7dc4246ed72fcd36e11b8dcb7880eee6b0c4cfd0837a788bab46bc9d585657171b187736e1fa4eaaf83897f285fdef720b6bb4593ef153517f549ed4934'
31
'69285ac7d4c6c0bb0a1bce9ed9a1619748fb12c6304dd1ca6ee0878250bf4345761a9b96ba23de6bc190fdb1c53fb5d11eb5d719a24998d449c1a223cb8e244f'
32
'134fbddc26091d3e8dff602d67e7bd2e01e0e6b1a0b77266b289781d912684c890f54c1b8922fd8a8c3fba21439a00a4e355bb23a1816d6b13ec1576fcb53c3e'
33
'83879bc58e22b58df193ef9434a292b3c4108d72000db85a7739317ecd10630c6ae578a97947a95c782f3838e6f155ce093399a42dc0044e623d5a437f1d4550'
34
'94bb97083f6630b883cf1f642a5170ef17de088bfa78210068b9bf65107cc2a5984927f49014cd8040a55d9e0723d3de8ee30875f3dc3bc4f752181d7e04893d'
35
'56a4e6413c4adf6c6c199982ecd513efb5ae9d4e55842d02d0ba79d3228812e6f73acdc1b8de67799a2480bef0810f6ebed3f0b15bb6030bb161b5c9a0347549')
36
37
package() {
38
install -dm755 "${pkgdir}/usr/share/officenx"
39
bsdtar xf "${srcdir}/officenx.tar.lzma" -C "${pkgdir}/usr/share/officenx"
40
# fix ownership
41
chown -R root:root "${pkgdir}"
42
43
install -Dm 755 -t "${pkgdir}/usr/bin" "${srcdir}/planmakernx" "${srcdir}/presentationsnx" "${srcdir}/textmakernx"
44
for size in 16 32 48 64 128 256 512; do
45
install -d "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps"
46
ln -s "/usr/share/officenx/icons/pml_${size}.png" "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/officenx-planmaker.png"
47
ln -s "/usr/share/officenx/icons/prl_${size}.png" "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/officenx-presentations.png"
48
ln -s "/usr/share/officenx/icons/tml_${size}.png" "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/officenx-textmaker.png"
49
50
install -d "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/mimetypes"
51
ln -s "/usr/share/officenx/icons/pmd_${size}.png" "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/mimetypes/application-x-pmdnx.png"
52
ln -s "/usr/share/officenx/icons/prd_${size}.png" "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/mimetypes/application-x-prdnx.png"
53
ln -s "/usr/share/officenx/icons/tmd_${size}.png" "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/mimetypes/application-x-tmdnx.png"
54
ln -s "/usr/share/officenx/icons/pmd_oth_${size}.png" "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/mimetypes/application-x-pmdnx-oth.png"
55
ln -s "/usr/share/officenx/icons/tmd_oth_${size}.png" "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/mimetypes/application-x-tmdnx-oth.png"
56
ln -s "/usr/share/officenx/icons/pmd_mso_${size}.png" "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/mimetypes/application-x-pmdnx-mso.png"
57
ln -s "/usr/share/officenx/icons/prd_mso_${size}.png" "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/mimetypes/application-x-prdnx-mso.png"
58
ln -s "/usr/share/officenx/icons/tmd_mso_${size}.png" "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/mimetypes/application-x-tmdnx-mso.png"
59
done
60
61
install -Dm644 "${srcdir}/softmaker-office-nx.xml" "${pkgdir}/usr/share/mime/packages/softmaker-office-nx.xml"
62
install -dm755 "${pkgdir}/usr/share/mime-info"
63
ln -s /usr/share/officenx/mime/softmaker-office-nx.mime "${pkgdir}/usr/share/mime-info/softmaker-office-nx.mime"
64
65
install -Dm644 "${srcdir}/planmaker-nx.desktop" "${pkgdir}/usr/share/applications/planmaker-nx.desktop"
66
install -Dm644 "${srcdir}/presentations-nx.desktop" "${pkgdir}/usr/share/applications/presentations-nx.desktop"
67
install -Dm644 "${srcdir}/textmaker-nx.desktop" "${pkgdir}/usr/share/applications/textmaker-nx.desktop"
68
69
install -Dm644 "${pkgdir}/usr/share/officenx/mime/copyright" "${pkgdir}/usr/share/licenses/${pkgname}/copyright"
70
}
71
Changes since previous scan
--- PKGBUILD @ 2026-07-17 00:06+++ PKGBUILD @ 2026-08-03 00:08@@ -1,7 +1,7 @@ # Maintainer: WorMzy Tykashi <wormzy.tykashi@gmail.com> pkgname=softmaker-office-nx-bin-pkgver=1234+pkgver=1500 pkgrel=1 pkgdesc="Proprietary office suite; word processing, spreadsheets, presentations (subscription version)" url="https://www.softmaker.com"@@ -24,7 +24,7 @@ '052615de9b1733596832e95b22d47551' '8b5e74ccb7ed223db25d0cafea36d36f' 'f750f31e92221d88b72f8de1075a960f'- 'e31a0c6ab0aff7a12919291aa117be60')+ '2c28ed25d5371d6c6b70858d26a8741a') sha512sums=('a2b8db4e2028bce38f37c9da2e5733aceea17cd9ebd7e96c1252e328cc7fd3e940c71967a9f41d2b04f874d86ee0050f22cead313e5fd9b5e396a6a704f475e2' 'fc0b0dac264df8d1a9301c6c934dc5bc6cbc2c7e6eb06a109b60e2d58429f3a61117e12585c0e42388c8b064e3ac6e55e513d1c01dc8cea5999fed7e2342e449' 'e729b7dc4246ed72fcd36e11b8dcb7880eee6b0c4cfd0837a788bab46bc9d585657171b187736e1fa4eaaf83897f285fdef720b6bb4593ef153517f549ed4934'@@ -32,7 +32,7 @@ '134fbddc26091d3e8dff602d67e7bd2e01e0e6b1a0b77266b289781d912684c890f54c1b8922fd8a8c3fba21439a00a4e355bb23a1816d6b13ec1576fcb53c3e' '83879bc58e22b58df193ef9434a292b3c4108d72000db85a7739317ecd10630c6ae578a97947a95c782f3838e6f155ce093399a42dc0044e623d5a437f1d4550' '94bb97083f6630b883cf1f642a5170ef17de088bfa78210068b9bf65107cc2a5984927f49014cd8040a55d9e0723d3de8ee30875f3dc3bc4f752181d7e04893d'- '1b6b2085bed7e7ebd80f0e916df02c272f4e57eb2d3e7b5145bf70313013e05545ae3bccd0bf5ac9fa03fd3e67b9e3335ce0dd55007882d5dc3ab66101c98056')+ '56a4e6413c4adf6c6c199982ecd513efb5ae9d4e55842d02d0ba79d3228812e6f73acdc1b8de67799a2480bef0810f6ebed3f0b15bb6030bb161b5c9a0347549') package() { install -dm755 "${pkgdir}/usr/share/officenx"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 21:55:56 | MEDIUM | 1 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |