dockbarx-dock-theme
LOW
maintainer twa022
3 votes
scanned 2026-09-17 00:27:14.276658
Why flagged
The source is a theme file from deviantArt, which is non-standard but not inherently malicious; the worst case is cosmetic tampering, not code execution.
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 theme file from deviantArt, which is non-standard but not inherently malicious; the worst case is cosmetic tampering, not code execution.
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:14
source=('https://orig00.deviantart.net/fcfe/f/2010/136/c/5/dock_theme_for_dockbarx_by_bigrza.zip')
PKGBUILD
1 offending line(s) highlighted
1
# Contributor: twa022 <twa022@gmail.com>
2
3
pkgname=dockbarx-dock-theme
4
epoch=1
5
pkgver=20100516
6
pkgrel=1
7
pkgdesc="DockBarX Theme"
8
arch=('any')
9
url="https://www.deviantart.com/bigrza/art/Dock-theme-for-DockbarX-164283521"
10
license=('CCPL:cc-by-nc-3.0')
11
depends=('dockbarx')
12
makedepends=('imagemagick')
13
groups=('dockbarx-themes')
14
source=('https://orig00.deviantart.net/fcfe/f/2010/136/c/5/dock_theme_for_dockbarx_by_bigrza.zip')
15
sha256sums=('ec6da776ca93fa5e470ee09788e988032a2c9131d770e861a4d5353d30837d89')
16
17
package () {
18
install -D -m644 "${srcdir}"/Dock.tar.gz "${pkgdir}"/usr/share/dockbarx/themes/Dock.tar.gz
19
install -D -m644 "${srcdir}"/DockV.tar.gz "${pkgdir}"/usr/share/dockbarx/themes/Dock-Vertical.tar.gz
20
cd "${srcdir}"
21
22
mkdir -p "${srcdir}"/Dock-Tight
23
tar -zxf "${srcdir}"/Dock.tar.gz -C "${srcdir}"/Dock-Tight
24
sed -i 's:aspect_ratio="3/2":aspect_ratio="1/1":' "${srcdir}"/Dock-Tight/config
25
sed -i 's:<theme name = "Dock">:<theme name = "Dock-Tight">:' "${srcdir}"/Dock-Tight/config
26
for _png in $( find "${srcdir}"/Dock-Tight/pixmaps -name *png ) ; do
27
if [[ "$( basename "${_png}" )" == 'launcherbutton.png' ]] ; then
28
convert -shave 11x0 "${_png}" "${_png}"
29
else
30
convert -shave 10x0 "${_png}" "${_png}"
31
fi
32
done
33
cd "${srcdir}"/Dock-Tight/
34
tar -czf Dock-Tight.tar.gz *
35
install -D -m644 "${srcdir}"/Dock-Tight/Dock-Tight.tar.gz "${pkgdir}"/usr/share/dockbarx/themes/Dock-Tight.tar.gz
36
37
38
mkdir -p "${srcdir}"/DockV-Tight
39
tar -zxf "${srcdir}"/DockV.tar.gz -C "${srcdir}"/DockV-Tight
40
sed -i 's:aspect_ratio="4/3":aspect_ratio="1/1":' "${srcdir}"/DockV-Tight/config
41
sed -i 's:<theme name = "DockV">:<theme name = "DockV-Tight">:' "${srcdir}"/DockV-Tight/config
42
for _png in $( find "${srcdir}"/DockV-Tight/pixmaps -name *png ) ; do
43
if [[ "$( basename "${_png}" )" == 'launcherbutton.png' ]] ; then
44
convert -shave 0x11 "${_png}" "${_png}"
45
else
46
convert -shave 0x10 "${_png}" "${_png}"
47
fi
48
done
49
cd "${srcdir}"/DockV-Tight/
50
tar -czf DockV-Tight.tar.gz *
51
install -D -m644 "${srcdir}"/DockV-Tight/DockV-Tight.tar.gz "${pkgdir}"/usr/share/dockbarx/themes/DockV-Tight.tar.gz
52
}
53
54
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Low | 2 |
| 2026-09-16 00:03:17 | Low | 2 |
| 2026-09-15 00:25:31 | Low | 2 |
| 2026-09-14 00:27:57 | Low | 2 |
| 2026-09-13 00:19:54 | Low | 2 |
| 2026-09-12 00:25:17 | Low | 2 |
| 2026-09-11 00:19:22 | Low | 2 |
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 00:04:09 | Low | 2 |
| 2026-09-08 00:18:08 | Low | 2 |
| 2026-09-07 00:30:15 | Low | 2 |
| 2026-09-06 00:17:06 | Low | 2 |
| 2026-09-05 00:16:27 | Low | 2 |
| 2026-09-04 00:03:13 | Low | 2 |
| 2026-09-03 00:15:47 | Low | 2 |
| 2026-09-02 00:02:31 | Low | 2 |
| 2026-09-01 00:11:19 | Low | 2 |
| 2026-08-31 00:19:57 | Low | 2 |
| 2026-08-30 00:04:14 | Low | 2 |
| 2026-08-29 00:29:17 | Low | 2 |