boscaceoil
The package downloads a prebuilt Windows executable from the official project domain boscaceoil.net; despite the non-whitelisted host, the source is legitimate and the package installs it via Wine, which is expected for such applications.
Triggered rules
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 prebuilt Windows executable from the official project domain boscaceoil.net; despite the non-whitelisted host, the source is legitimate and the package installs it via Wine, which is expected for such applications.
1 higher static finding superseded - not the current verdict (shown for transparency)
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:20
source=("boscaceoil_win_v2.zip::http://www.boscaceoil.net/downloads/boscaceoil_win_v2.zip"
PKGBUILD
1 offending line(s) highlighted# Maintainer: Mathieu ATTAL <mathieu.attal@gmail.com>
# Contributor: Mathieu ATTAL <mathieu.attal@gmail.com>
# There is no source code available for the app itself.
# Repository https://github.com/TerryCavanagh/boscaceoil/
pkgname=boscaceoil
_pkgver_tag='2.0' # Git tag associated with the release where the latest archive is.
_pkgver_suffix='.0' # Anything after $_pkgver_tag that is present in the archive name.
_pkgver_upstream="$_pkgver_tag$_pkgver_suffix"
pkgver="$_pkgver_upstream"
pkgrel=1
pkgdesc='Bosca Ceoil is a free, easy to use tool for creating music!'
arch=('x86_64')
url="https://boscaceoil.net/"
source=("boscaceoil_win_v2.zip::http://www.boscaceoil.net/downloads/boscaceoil_win_v2.zip"
'boscaceoil'
'boscaceoil.desktop'
'LICENSE')
license=('custom')
depends=(wine lib32-alsa-plugins lib32-libpulse lib32-openal)
makedepends=(icoutils)
sha512sums=('73fa4bd00b85920197221ba0fb1dfc5412c98d6a7a6eebe8e4c46289a2846edfaede0feadd5e7b020c09b716206ca641e33b465c9968c4cbb6eb998b93593cc2'
'6004c38f7d95b084aaad6d66c59a0b9056dc500d8e11db315b6cf6b8fae6ea56e84c38ef59528961ca156d8d7a99de1a55c3c0f2b0f40752e5997c8dd141f11b'
'504c4c050e86639d839d809b2b4d84fe4f4e4cee38bd1c2c1bea275902c8440cd1b0cb994090d9a72980887e14e006b95596260fffda03945de0acae16a91891'
'06cf0662a4ac8bc8fe8b4cae13a244d03536239fec9839b5b67f64aeda8e3268e7d01d65acf401a45ba8415da31c6acc9c8d9bc725390f8ab640242a5253d5c8')
build() {
wrestool -x --output=boscaceoil.ico -t14 "BoscaCeoil.exe"
icotool -x boscaceoil.ico -o boscaceoil.png
}
package() {
install -dm755 "$pkgdir/usr/share/boscaceoil"
cp -ra "." "$pkgdir/usr/share/boscaceoil"
rm -rf "$pkgdir/usr/share/boscaceoil/boscaceoil_win_v2.zip"
install -Dm755 boscaceoil "$pkgdir/usr/bin/boscaceoil"
install -dm755 "$pkgdir/usr/share/applications"
install -m644 boscaceoil.desktop "$pkgdir/usr/share/applications/boscaceoil.desktop"
install -dm755 "$pkgdir/usr/share/icons/hicolor/256x256/apps"
install -m644 boscaceoil.png "$pkgdir/usr/share/icons/hicolor/256x256/apps/boscaceoil.png"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
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 |