legacyfox
maintainer neeshy
· 0 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 git host (git.gir.st), which is plausibly project-owned despite not being on a standard forge; the package installs only JavaScript files and configs into Firefox's directory, with no evidence of remote code execution or malicious behavior.
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 own git host (git.gir.st), which is plausibly project-owned despite not being on a standard forge; the package installs only JavaScript files and configs into Firefox's directory, with no evidence of remote code execution or malicious behavior.
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:11
source=("LegacyFox-v$pkgver-$_commit.tar.gz::https://git.gir.st/LegacyFox.git/snapshot/v$pkgver.tar.gz")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: neeshy <neeshy@tfwno.gf>
2
pkgname=legacyfox
3
pkgver=5.1
4
pkgrel=1
5
pkgdesc="Legacy bootstrapped extensions for Firefox 65 and beyond"
6
arch=('any')
7
url="https://gir.st/blog/legacyfox.htm"
8
license=('MPL-2.0')
9
depends=('firefox')
10
_commit=4013123
11
source=("LegacyFox-v$pkgver-$_commit.tar.gz::https://git.gir.st/LegacyFox.git/snapshot/v$pkgver.tar.gz")
12
sha256sums=('e688e7087166cd90b056eb1b0042d8ed1b99b4fbc8b0a1fb7e0552dd2b72d5da')
13
14
package() {
15
cd "$srcdir/LegacyFox-v$pkgver-$_commit"
16
install -Dm644 -t "$pkgdir/usr/lib/firefox" config.js legacy.manifest
17
install -Dm644 defaults/pref/config-prefs.js "$pkgdir/usr/lib/firefox/defaults/pref/config-prefs.js"
18
install -Dm644 legacy/BootstrapLoader.sys.mjs "$pkgdir/usr/lib/firefox/legacy/BootstrapLoader.sys.mjs"
19
install -Dm644 legacy/LegacyFoxUtils.sys.mjs "$pkgdir/usr/lib/firefox/legacy/LegacyFoxUtils.sys.mjs"
20
install -Dm644 legacy/RDFDataSource.sys.mjs "$pkgdir/usr/lib/firefox/legacy/RDFDataSource.sys.mjs"
21
install -Dm644 legacy/RDFManifestConverter.sys.mjs "$pkgdir/usr/lib/firefox/legacy/RDFManifestConverter.sys.mjs"
22
}
23
Changes since previous scan
--- PKGBUILD @ 2026-07-29 00:25+++ PKGBUILD @ 2026-08-03 00:08@@ -1,15 +1,15 @@ # Maintainer: neeshy <neeshy@tfwno.gf> pkgname=legacyfox-pkgver=5.0+pkgver=5.1 pkgrel=1 pkgdesc="Legacy bootstrapped extensions for Firefox 65 and beyond" arch=('any') url="https://gir.st/blog/legacyfox.htm" license=('MPL-2.0') depends=('firefox')-_commit=836dade+_commit=4013123 source=("LegacyFox-v$pkgver-$_commit.tar.gz::https://git.gir.st/LegacyFox.git/snapshot/v$pkgver.tar.gz")-sha256sums=('bde9fe55e6ba270f2f929e52373f870a9b5e68cdbb693853e8cdf2b86f1a5eae')+sha256sums=('e688e7087166cd90b056eb1b0042d8ed1b99b4fbc8b0a1fb7e0552dd2b72d5da') package() { cd "$srcdir/LegacyFox-v$pkgver-$_commit"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 23:13:22 | MEDIUM | 1 |
| 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 |