universalpaperclips-colouruimod
maintainer dreieck
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a JavaScript file and a license from the maintainer's GitHub Pages and GitHub, which are plausible project-owned hosts; the file is installed as data for a game mod and not executed directly by the package, limiting worst-case impact to data tampering.
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 JavaScript file and a license from the maintainer's GitHub Pages and GitHub, which are plausible project-owned hosts; the file is installed as data for a game mod and not executed directly by the package, limiting worst-case impact to data tampering.
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:16
'upc_uimod.js::https://timophy.github.io/scripts/upc_uimod.js'
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: dreieck
2
3
_pkgname='universalpaperclips-colouruimod'
4
pkgname="${_pkgname}"
5
pkgver=20171015.1
6
pkgrel=2
7
pkgdesc='Addition to universalpaperclips which enables coloured higlight of several status values. Requires a patched version of Universal Paperclips that loads the UI mod script if it is present.'
8
arch=('any')
9
url='https://github.com/timophy/UniversalPaperclipsUIMod'
10
license=('custom:MIT')
11
makedepends=()
12
depends=('universalpaperclips-colouruimodready')
13
optdepends=()
14
provides=()
15
source=(
16
'upc_uimod.js::https://timophy.github.io/scripts/upc_uimod.js'
17
'upc_uimod_LICENSE.MIT.txt::https://raw.githubusercontent.com/timophy/UniversalPaperclipsUIMod/master/LICENSE'
18
)
19
sha256sums=(
20
'd87e511826e9b94d5736686b7f22dc4e5032eb93e654abb5d7f584dc1e056cd9' # upc_uimod.js
21
'ec17322d46d099285dcc157fcd53827df46f045f53c6ea0bc1574ac8426baccc' # upc_uimod_LICENSE.txt
22
)
23
24
package() {
25
cd "${srcdir}"
26
27
install -D -v -m644 'upc_uimod.js' "${pkgdir}/usr/lib/universalpaperclips/upc_uimod.js"
28
29
install -D -v -m644 'upc_uimod_LICENSE.MIT.txt' "${pkgdir}/usr/share/licenses/${pkgname}/upc_uimod_LICENSE.MIT.txt"
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 |