quick-lint-js

maintainer strager · 2 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a tarball from the project's own domain (c.quick-lint-js.com), which is plausibly official despite not being on a standard whitelist; building from project-owned infrastructure is normal for AUR packages and poses low risk, especially with a PGP signature check in place.

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 source is a tarball from the project's own domain (c.quick-lint-js.com), which is plausibly official despite not being on a standard whitelist; building from project-owned infrastructure is normal for AUR packages and poses low risk, especially with a PGP signature check in place.

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:20 "${pkgname}-${pkgver}.tar.gz::https://c.quick-lint-js.com/releases/${pkgver}/source/quick-lint-js-${pkgver}.tar.gz"

PKGBUILD

1 offending line(s) highlighted
1# Copyright (C) 2020 Matthew "strager" Glazar
2# See end of file for extended copyright information.
3
4# Maintainer: Matthew "strager" Glazar <strager.nds@gmail.com>
5# Contributor: Shivam Mehta <sm.cse at gmail dot com>
6
7pkgname=quick-lint-js
8pkgver=3.2.0
9pkgrel=1
10pkgdesc="Find bugs in JavaScript programs"
11arch=(aarch64 arm armv6h armv7h i686 pentium4 x86_64)
12url="https://quick-lint-js.com/"
13license=(Apache-2.0 GPL-3.0-or-later)
14depends=(gcc-libs glibc hicolor-icon-theme)
15makedepends=(cmake gcc ninja)
16checkdepends=(icu)
17provides=()
18conflicts=(quick-lint-js)
19source=(
20 "${pkgname}-${pkgver}.tar.gz::https://c.quick-lint-js.com/releases/${pkgver}/source/quick-lint-js-${pkgver}.tar.gz"
21 "${pkgname}-${pkgver}.tar.gz.asc::https://c.quick-lint-js.com/releases/${pkgver}/source/quick-lint-js-${pkgver}.tar.gz.asc"
22)
23sha512sums=('7ec0ae41ec0c78b93fc3961c3f28e2e474ec989751f2dceb92314f1c738e9dfc42522416242d23f3de899d0a8cbf986ec52ced65761e9bb1b1be3e5dc3a80a53'
24 'SKIP')
25# Matthew "strager" Glazar <strager.nds@gmail.com>
26validpgpkeys=(A6851D57A65803E98C05DA01C08A7BC89CA2F557)
27options=(lto)
28
29build() {
30 cd "${pkgname}-${pkgver}"
31 cmake -G Ninja \
32 -DCMAKE_BUILD_TYPE=Release \
33 -DCMAKE_BUILD_WITH_INSTALL_RPATH=YES \
34 -DCMAKE_INSTALL_PREFIX=/usr \
35 -DQUICK_LINT_JS_INSTALL_LICENSES_DIR="share/licenses/${pkgname}" \
36 -S . -B build
37 ninja -C build
38}
39
40check() {
41 cd "${pkgname}-${pkgver}/build"
42 ctest --output-on-failure
43}
44
45package() {
46 cd "${pkgname}-${pkgver}"
47 DESTDIR="${pkgdir}/" ninja -C build install
48}
49
50# quick-lint-js finds bugs in JavaScript programs.
51# Copyright (C) 2020 Matthew "strager" Glazar
52#
53# This file is part of quick-lint-js.
54#
55# quick-lint-js is free software: you can redistribute it and/or modify
56# it under the terms of the GNU General Public License as published by
57# the Free Software Foundation, either version 3 of the License, or
58# (at your option) any later version.
59#
60# quick-lint-js is distributed in the hope that it will be useful,
61# but WITHOUT ANY WARRANTY; without even the implied warranty of
62# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
63# GNU General Public License for more details.
64#
65# You should have received a copy of the GNU General Public License
66# along with quick-lint-js. If not, see <https://www.gnu.org/licenses/>.
67

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion