ocean-icons-git
The package builds an icon theme from the official KDE project Git repository; the source is legitimate and non-executable, with no remote code execution or malicious behavior, though the SKIP'd checksum and low votes slightly reduce trust.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds an icon theme from the official KDE project Git repository; the source is legitimate and non-executable, with no remote code execution or malicious behavior, though the SKIP'd checksum and low votes slightly reduce trust.
PKGBUILD
# Maintainer: Autumn McKee <autumn AT mck DOT is>
pkgname=ocean-icons-git
pkgver=r24.e1f17e7
pkgrel=1
epoch=1
pkgdesc='Icon theme by the KDE Visual Design Group'
arch=('any')
url='https://invent.kde.org/abetts/ocean-design'
license=('LicenseRef-unknown')
depends=('hicolor-icon-theme')
makedepends=('git')
provides=('ocean-icons')
conflicts=('ocean-icons')
options=('!strip' '!debug')
source=("git+${url}.git")
sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/ocean-design"
printf 'r%s.%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
}
package() {
install -dm755 "${pkgdir}/usr/share/icons"
cp -r "${srcdir}/ocean-design/Icon Pack/Ocean" "${pkgdir}/usr/share/icons/"
cd "${pkgdir}/usr/share/icons/Ocean"
rm -f icon-theme.cache
# GTK's cache validator rejects icon names containing spaces.
find . \( -type f -o -type l \) -name '* *' -delete
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-10 00:22:44 | Low | 2 |
| 2026-09-09 23:20:11 | Low | 2 |