dockbarx-dock-theme
maintainer twa022
· 3 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
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-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 |