python-eyed3
maintainer amish
· 13 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The non-standard host hosts only test data (a .tgz file), which is not executed and poses no code execution risk; the main source is from GitHub, a standard and plausible project-owned host.
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 non-standard host hosts only test data (a .tgz file), which is not executed and poses no code execution risk; the main source is from GitHub, a standard and plausible project-owned host.
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:18
'https://eyed3.nicfit.net/releases/eyeD3-test-data.tgz')
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Amish <contact at via dot aur>
2
# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org>
3
# Contributor: Aaron Griffin <aaron@archlinux.org>
4
# Contributor: Federico Quagliata (quaqo) <quaqo@despammed.com>
5
# Contributor: cdhotfire <cdhotfire@gmail.com>
6
7
pkgname=python-eyed3
8
pkgver=0.9.9
9
pkgrel=1
10
pkgdesc="A Python module and program for processing information about mp3 files"
11
arch=('any')
12
url="https://eyed3.nicfit.net/"
13
license=('GPL-3.0-or-later')
14
makedepends=('python-setuptools')
15
depends=('python-deprecation' 'python-filetype' 'python-packaging' 'python-requests' 'python-yaml')
16
checkdepends=('python-factory-boy' 'python-pytest')
17
source=("eyed3-${pkgver}.tar.gz::https://github.com/nicfit/eyeD3/archive/refs/tags/v${pkgver}.tar.gz"
18
'https://eyed3.nicfit.net/releases/eyeD3-test-data.tgz')
19
sha256sums=('872d57edbde3f81748df4a581951c20f78c77f02384ee104a2ae8a283f3b084e'
20
'b7cd2fe8d7114f597dbe1e06c11587af566cf92f640cef9af6408a824face37f')
21
options=(!emptydirs)
22
23
build() {
24
cd "eyeD3-${pkgver}"
25
python setup.py build
26
}
27
28
check() {
29
cd "eyeD3-${pkgver}"
30
ln -s "${srcdir}"/eyeD3-test-data.tgz tests/
31
make test-data
32
python -m pytest
33
}
34
35
package() {
36
cd "eyeD3-${pkgver}"
37
python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
38
}
39
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 |