tapeutape
maintainer skarbricat
· 7 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a tarball from an archived project website, not a prebuilt executable, and the package builds from source; the non-standard host is the Internet Archive preserving an old version, which is common for unmaintained software, and there is no evidence of malicious intent or code execution from untrusted sources.
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 an archived project website, not a prebuilt executable, and the package builds from source; the non-standard host is the Internet Archive preserving an old version, which is common for unmaintained software, and there is no evidence of malicious intent or code execution from untrusted sources.
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=(https://web.archive.org/web/20200116093528/http://www.hitmuri.net/uploads/Software/tapeutape-0.1.1.tar.gz sconstruct_tapeutape.diff)
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: David Adler <d dot adler at posteo dot de>
2
pkgname=tapeutape
3
pkgver=0.1.1
4
pkgrel=9
5
pkgdesc="MIDI controllable sampler"
6
arch=('x86_64')
7
url="https://web.archive.org/web/20200116093528/http://hitmuri.net/index.php/software/tapeutape"
8
license=('GPL')
9
depends=('fltk' 'jack')
10
makedepends=('scons')
11
source=(https://web.archive.org/web/20200116093528/http://www.hitmuri.net/uploads/Software/tapeutape-0.1.1.tar.gz sconstruct_tapeutape.diff)
12
md5sums=('ac1168e2b93a2ae1a18d583f904c9dd1'
13
'5f3d5f95cf666c5d1144da1887fd4362')
14
15
prepare() {
16
cd "$srcdir/$pkgname-$pkgver"
17
18
# patch SConstruct
19
patch -i "$srcdir/sconstruct_tapeutape.diff" SConstruct
20
21
# fix bug exposed by gcc 4.7 (undeclared getcwd)
22
sed -i 's/#include "sample.h"/&\n#include <unistd.h>/' src/audio/sample.cpp
23
24
# remove object files
25
rm src/*/*.o
26
}
27
28
build() {
29
cd "$srcdir/$pkgname-$pkgver"
30
scons lash=0
31
}
32
33
package() {
34
cd "$srcdir/$pkgname-$pkgver"
35
scons DESTDIR="$pkgdir" PREFIX=/usr install
36
}
37
38
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 |