movie-renamer-bin
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a JAR file and source archive from Google's code archive, which is a legitimate but deprecated hosting service; the JAR is installed as-is but originates from a project-owned source, and no remote code execution or obfuscation is present.
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 JAR file and source archive from Google's code archive, which is a legitimate but deprecated hosting service; the JAR is installed as-is but originates from a project-owned source, and no remote code execution or obfuscation is present.
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:17
source=("${_pkgsrc}.jar::https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${_pkgname}/Movie%20Renamer-${pkgver}.jar"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Vitalii Kuzhdin <vitaliikuzhdin@gmail.com>
2
3
_pkgname="movie-renamer"
4
pkgname="${_pkgname}-bin"
5
pkgver=1.3.10_Alpha
6
pkgrel=1
7
pkgdesc="A Java app for easily renaming movie files"
8
arch=('any')
9
url="https://code.google.com/archive/p/movie-renamer"
10
license=('GPL-3.0-or-later')
11
makedepends=('gendesk')
12
depends=('hicolor-icon-theme' 'java-runtime' 'sh')
13
provides=("${_pkgname}")
14
conflicts=("${_pkgname}")
15
_pkgsrc="${_pkgname}-${pkgver}"
16
noextract=("${_pkgsrc}.jar")
17
source=("${_pkgsrc}.jar::https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${_pkgname}/Movie%20Renamer-${pkgver}.jar"
18
"${_pkgname}.zip::https://storage.googleapis.com/google-code-archive-source/v2/code.google.com/${_pkgname}/source-archive.zip"
19
"${_pkgname}.sh")
20
b2sums=('a27856b00823d3303003f595788a2ba4e066bb2f5a1837b399db45155f9d645f749ffdee2e9cb8df3be7d02780bdd19948069d78ee68081350e994930a4579d7'
21
'36d50bdcc8acdac1cbc527d2fe608362274c6864551c7ff2e0c18632f25f86b44720454f284add57a79c18dff4aaed6ab9deb13a776e372bdbc1320253c3e7f4'
22
'2d39e173a231b26829eee508011c195973909ab09def001fb3e1ac484412362012af2c281802adb84e8a4c146fee9320e655aff1e423b6477e5b0b6f58dcbbf8')
23
24
prepare() {
25
cd "${srcdir}"
26
gendesk -f \
27
--pkgname "${_pkgname}" \
28
--name "Movie Renamer" \
29
--exec "/usr/bin/${_pkgname}" \
30
--icon "${_pkgname}" \
31
--categories "AudioVideo;Utility" \
32
--comment "${pkgdesc}"
33
}
34
35
package() {
36
cd "${srcdir}"
37
install -Dm755 "${_pkgname}.sh" "${pkgdir}/usr/bin/${_pkgname}"
38
install -Dm755 "${_pkgsrc}.jar" "${pkgdir}/usr/share/java/${_pkgname}/${_pkgname}.jar"
39
install -Dm644 "${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${_pkgname}.desktop"
40
41
cd "${_pkgname}"
42
install -Dm644 "gpl-3.0.txt" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
43
install -Dm644 "Movie Renamer icon.svg" \
44
"${pkgdir}/usr/share/icons/hicolor/scalable/apps/${_pkgname}.svg"
45
}
46
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 |