touchosc-editor
maintainer aggraef
· 4 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source archive from the project's official domain (hexler.net), which is plausibly the project's own release infrastructure; the archive is verified with a checksum, and the build process installs Java code and static assets without executing remote code or introducing untrusted dependencies.
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 package downloads a source archive from the project's official domain (hexler.net), which is plausibly the project's own release infrastructure; the archive is verified with a checksum, and the build process installs Java code and static assets without executing remote code or introducing untrusted dependencies.
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:12
source=(http://hexler.net/pub/touchosc/$pkgname-$pkgver-noarch.zip
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Albert Graef <aggraef@gmail.com>
2
# Contributor: Jean Lucas <jean@4ray.co>
3
4
pkgname=touchosc-editor
5
pkgver=1.8.9
6
pkgrel=2
7
pkgdesc='Graphical layout editor for TouchOSC'
8
arch=(any)
9
url=http://hexler.net
10
license=(custom:TouchOSC)
11
depends=(java-runtime hicolor-icon-theme sh)
12
source=(http://hexler.net/pub/touchosc/$pkgname-$pkgver-noarch.zip
13
$pkgname.sh
14
$pkgname.png
15
$pkgname.desktop
16
touchosc-layout.png
17
touchosc-layout.xml)
18
sha512sums=('fbf4527a427ad18bc2742c9ace1aad696351f4892c03055e6e4dba88f1faa1ba4612f6af14814ab109203bba75b0946ade96a385b020ec1a0d64d6d60e24e66f'
19
'd2c3d8ea58b55e741d0faea9e8f496632dccf72694890792e16186311577f672603821e99a39c1dd738ec7fd8bb039e3c4ee99f385188665f89b78c215475ec8'
20
'46c40c206ec3724a5cb35930034c4ab84c89fa821bf2545ed56f2c4328ff16add8977df81135c5637caff65ce3d78ea90166dd19ca76e19b3dd8e2f1123c5753'
21
'0305480de62b6cc5ca418927d3f33e5ef23a9f751ec29ca422c5d83109198e7d90a4de95dd4d5cd7baf0e4767cc77e8fd33fd08c481f90a9b451d46b215cb2c4'
22
'95bf18b6108079c30aa5851d50bf9138c3894fce1bed73848720bd20d1133f5fa0af61b4c32e8190f2ff5d4c3739f589efb153a10f94a82fc561e6db0a92d4e2'
23
'd9e9e38b78c618e45dbd2999e2558fd7a33c62878a6e6ba785eaf4385d0cbc47242631d95b2c49ed134f703da893a0010d9990be4d553eae2499c9d7a3d60dec')
24
25
package() {
26
cd $pkgname-$pkgver-noarch
27
28
install -Dm 644 TouchOSCEditor.jar -t "$pkgdir"/usr/share/java/
29
install -Dm 644 layouts/* -t $pkgdir/usr/share/$pkgname/layouts
30
install -Dm 644 README.txt -t $pkgdir/usr/share/licenses/$pkgname
31
32
cd ..
33
34
install -D $pkgname.sh "$pkgdir"/usr/bin/$pkgname
35
install -Dm 644 $pkgname.desktop -t "$pkgdir"/usr/share/applications
36
install -Dm 644 $pkgname.png -t "$pkgdir"/usr/share/icons/hicolor/128x128/apps
37
install -Dm 644 touchosc-layout.png -t "$pkgdir"/usr/share/icons/hicolor/128x128/mimetypes
38
install -Dm 644 touchosc-layout.xml -t "$pkgdir"/usr/share/mime/packages
39
}
40
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 |