gnome-shell-extension-copyous
The package downloads a minified JavaScript file (highlight.min.js) from cdnjs.cloudflare.com, a legitimate public CDN, for use as a static asset; this is a common and reasonable practice, and the file is not executed as code during build or install but rather installed as a resource for the extension.
Triggered rules
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 minified JavaScript file (highlight.min.js) from cdnjs.cloudflare.com, a legitimate public CDN, for use as a static asset; this is a common and reasonable practice, and the file is not executed as code during build or install but rather installed as a resource for the extension.
1 higher static finding superseded - not the current verdict (shown for transparency)
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
https://cdnjs.cloudflare.com/ajax/libs/highlight.js/${_highlightver}/es/highlight.min.js)
PKGBUILD
1 offending line(s) highlighted# Maintainer: Mario Finelli <mario at finel dot li>
# this should match the version listed in src/lib/common/constants.ts
_highlightver=11.11.1
pkgname=gnome-shell-extension-copyous
pkgver=2.0.1
pkgrel=1
pkgdesc="Modern Clipboard Manager for GNOME"
arch=(any)
url=https://github.com/boerdereinar/copyous
license=(GPL-3.0-or-later)
depends=(gnome-shell libgda6 gsound)
makedepends=(git jq meson nodejs pnpm uv)
source=($pkgname::git+$url.git#tag=v$pkgver
https://cdnjs.cloudflare.com/ajax/libs/highlight.js/${_highlightver}/es/highlight.min.js)
sha256sums=('0fd69ed3188f109356521c76002775d953dcacea5fb182147bbb68774949e717'
'7865839949f0764d9e0a21e311a4e2c42633eeaee8ca5ec127b86438565731fe')
prepare() {
cd $pkgname
git submodule update --init
# remove the install script so that it doesn't automatically call
# "make install"
sed -i '/"install":/d' package.json
pnpm install --frozen-lockfile
}
build() {
cd $pkgname
(
cd submodules/gnome-shell/subprojects/extensions-tool
./generate-translations.sh
meson setup --buildtype=release -Dman=false build
meson compile -C build
)
RELEASE=1 make build
}
package() {
cd $pkgname/dist
local uuid=$(grep -Po '(?<="uuid": ")[^"]*' metadata.json)
local schema=$(grep -Po '(?<="settings-schema": ")[^"]*' metadata.json).gschema.xml
local destdir="${pkgdir}/usr/share/gnome-shell/extensions/${uuid}"
install -d "${destdir}"
bsdtar xvf ${uuid}.zip -C "$pkgdir/usr/share/gnome-shell/extensions/${uuid}/" --no-same-owner
install -Dm0644 "schemas/${schema}" -t "${pkgdir}/usr/share/glib-2.0/schemas/"
install -Dm0644 "${srcdir}/highlight.min.js" "${destdir}/highlight.min.js"
rm -rf "${destdir}/schemas"
}
# vim: set ts=2 sw=2 et:
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |