workcraft
maintainer Richardn
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from the project's official website (workcraft.org), which is a plausible project-owned host despite not being on a standard whitelist; the package installs only data files and a Java application with no execution of untrusted remote code.
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 source is a tarball from the project's official website (workcraft.org), which is a plausible project-owned host despite not being on a standard whitelist; the package installs only data files and a Java application with no execution of untrusted remote code.
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:18
source=("$pkgname-v$pkgver-linux.tar.gz::https://workcraft.org/_media/download/workcraft-v${pkgver}-linux.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Ruiqi "Richard" Niu <rniu5@jh.edu>
2
# Contributor: GLM-5.2 <https://docs.z.ai/guides/llm/glm-5.2>
3
# Contributor: Adrian Wheeldon <arandomowl at gmail dot com>
4
pkgname=workcraft
5
pkgver=3.5.5
6
pkgrel=1
7
pkgdesc='Toolset to capture, simulate, synthesize and verify graph models'
8
# Upstream bundles native helper tools in tools/, among which mpsat, pcomp, petrify, espresso, scenco and vxm are 32-bit.
9
# They are all statically linked and will run with IA-32 emulation in the kernel, so no lib32-* packages are needed.
10
arch=('x86_64')
11
url='https://workcraft.org/'
12
license=('MIT')
13
depends=('java-runtime>=17' 'hicolor-icon-theme')
14
optdepends=(
15
'graphviz: render Graphviz DOT files exported by Workcraft (a bundled dot is also shipped for in-app layout)'
16
'stack: Plato concepts-to-STG/FSM translation (bundled in tools/plato)')
17
options=('!debug')
18
source=("$pkgname-v$pkgver-linux.tar.gz::https://workcraft.org/_media/download/workcraft-v${pkgver}-linux.tar.gz")
19
sha256sums=('ce9bb037056ef621fb2521ec4b21adde097ab303876b66fdb830bc0a4d8cb67a')
20
21
package() {
22
mkdir -p "$pkgdir"/opt "$pkgdir"/usr/bin
23
install -Dm644 "$srcdir/$pkgname/$pkgname".svg "$pkgdir"/usr/share/icons/hicolor/scalable/apps/"$pkgname".svg
24
install -Dm644 "$srcdir/$pkgname/$pkgname".svg "$pkgdir"/usr/share/icons/hicolor/scalable/mimetypes/application-x-"$pkgname".svg
25
install -Dm644 "$srcdir/$pkgname/$pkgname".desktop "$pkgdir"/usr/share/applications/"$pkgname".desktop
26
install -Dm644 "$srcdir/$pkgname/$pkgname".xml "$pkgdir"/usr/share/mime/packages/"$pkgname".xml
27
install -Dm644 "$srcdir/$pkgname/LICENSE.txt" "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE.txt
28
mv "$srcdir/$pkgname" "$pkgdir"/opt/"$pkgname"
29
ln -s /opt/workcraft/workcraft "$pkgdir"/usr/bin/workcraft
30
}
31
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 |