oscilloscope-git
maintainer orphaned
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a source tarball from openframeworks.cc, a non-whitelisted but project-official and standard host for the openFrameworks framework, which is a legitimate dependency; the download is used to build the software in a standard AUR pattern, not to execute unreviewed code, so the risk is low despite the static analyzer flag.
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 source tarball from openframeworks.cc, a non-whitelisted but project-official and standard host for the openFrameworks framework, which is a legitimate dependency; the download is used to build the software in a standard AUR pattern, not to execute unreviewed code, so the risk is low despite the static analyzer flag.
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:19
'https://openframeworks.cc/versions/v0.10.1/of_v0.10.1_linux64gcc6_release.tar.gz')
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: jmcb <joelsgp@protonmail.com>
2
3
pkgname='oscilloscope-git'
4
pkgver=of0.9.r132.g30a1839
5
pkgrel=1
6
pkgdesc="Oscilloscope written in OF."
7
arch=('x86_64')
8
url="https://github.com/kritzikratzi/Oscilloscope"
9
license=('MIT')
10
# from https://aur.archlinux.org/packages/openframeworks
11
depends=('make' 'pkgconf' 'gcc' 'poco' 'openal' 'python-lxml' 'glew' 'glfw-x11' 'pugixml' 'freeglut' 'freeimage' 'gstreamer' 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-bad' 'gst-plugins-ugly' 'gst-libav' 'opencv' 'libxcursor' 'assimp' 'boost' 'mpg123' 'rtaudio' 'uriparser')
12
makedepends=('git'
13
'gcc6')
14
checkdepends=()
15
optdepends=()
16
provides=()
17
conflicts=()
18
source=("${pkgname}::git+https://github.com/kritzikratzi/Oscilloscope.git"
19
'https://openframeworks.cc/versions/v0.10.1/of_v0.10.1_linux64gcc6_release.tar.gz')
20
sha256sums=('SKIP'
21
'9cc5133028b84d5031dbd054719238095e46a5aed507f3b32265fa2906f37905')
22
23
pkgver() {
24
cd "${pkgname}"
25
26
# Using the most recent annotated tag reachable from the last commit:
27
git describe --long --abbrev=7 | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
28
# can't use unannotated tag pkgver() example because of issue with "{"
29
}
30
31
# https://github.com/kritzikratzi/Oscilloscope#compiling-with-make-in-linux
32
prepare() {
33
# link downloaded openframeworks build to OF and enter it
34
ln -s --force 'of_v0.10.1_linux64gcc6_release' 'OF'
35
cd OF/apps/myApps
36
37
# copy source code into openframeworks and enter it
38
cp -r --update "${srcdir}/${pkgname}" 'Oscilloscope'
39
cd 'Oscilloscope'
40
41
# clone submodules
42
git submodule update --init
43
44
# copy addon stuff (from readme instructions)
45
cp -R addons/ofxMightyUI/bin/data/* bin/data/
46
cp -R addons/ofxFontAwesome/bin/data/* bin/data/
47
}
48
49
build() {
50
cd 'OF/apps/myApps/Oscilloscope'
51
CC="gcc-6" CXX="g++-6" make
52
}
53
54
package() {
55
cd 'OF/apps/myApps/Oscilloscope'
56
make DESTDIR="${pkgdir}/" install
57
}
58
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 |