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
3pkgname='oscilloscope-git'
4pkgver=of0.9.r132.g30a1839
5pkgrel=1
6pkgdesc="Oscilloscope written in OF."
7arch=('x86_64')
8url="https://github.com/kritzikratzi/Oscilloscope"
9license=('MIT')
10# from https://aur.archlinux.org/packages/openframeworks
11depends=('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')
12makedepends=('git'
13 'gcc6')
14checkdepends=()
15optdepends=()
16provides=()
17conflicts=()
18source=("${pkgname}::git+https://github.com/kritzikratzi/Oscilloscope.git"
19 'https://openframeworks.cc/versions/v0.10.1/of_v0.10.1_linux64gcc6_release.tar.gz')
20sha256sums=('SKIP'
21 '9cc5133028b84d5031dbd054719238095e46a5aed507f3b32265fa2906f37905')
22
23pkgver() {
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
32prepare() {
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
49build() {
50 cd 'OF/apps/myApps/Oscilloscope'
51 CC="gcc-6" CXX="g++-6" make
52}
53
54package() {
55 cd 'OF/apps/myApps/Oscilloscope'
56 make DESTDIR="${pkgdir}/" install
57}
58

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion