facetimehd-data
The package downloads a Windows driver archive from an Apple host to extract non-executable calibration data files;虽 host is not whitelisted, the data is not executable and is used solely for hardware compatibility on Linux.
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 Windows driver archive from an Apple host to extract non-executable calibration data files;虽 host is not whitelisted, the data is not executable and is used solely for hardware compatibility on Linux.
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:14
source=('https://download.info.apple.com/Mac_OS_X/031-30890-20150812-ea191174-4130-11e5-a125-930911ba098f/bootcamp5.1.5769.zip')
PKGBUILD
1 offending line(s) highlighted# Maintainer: Harrison <contact@htv04.com>
_pkgname="facetimehd-data"
pkgname="$_pkgname"
pkgver=5.1.5769
pkgrel=2
pkgdesc='Sensor calibration data for the FacetimeHD (Broadcom 1570) PCIe webcam'
url='https://github.com/patjak/facetimehd'
license=('LicenseRef-Apple')
arch=('any')
makedepends=('7zip')
source=('https://download.info.apple.com/Mac_OS_X/031-30890-20150812-ea191174-4130-11e5-a125-930911ba098f/bootcamp5.1.5769.zip')
sha256sums=('4ede2c8ef240708c850237a3e5911094ed6adae1734258e4639bc9069a814b1e')
# Based on instructions from https://github.com/patjak/facetimehd/wiki/Extracting-the-sensor-calibration-files
build() {
# Extract AppleCamera64 data
cd "BootCamp/Drivers/Apple"
7z x "AppleCamera64.exe"
# Extract sensor calibration data
mkdir -p "$srcdir/$pkgname"
dd bs=1 skip=1663920 count=33060 if='AppleCamera.sys' of="$srcdir/$pkgname/9112_01XX.dat"
dd bs=1 skip=1644880 count=19040 if='AppleCamera.sys' of="$srcdir/$pkgname/1771_01XX.dat"
dd bs=1 skip=1606800 count=19040 if='AppleCamera.sys' of="$srcdir/$pkgname/1871_01XX.dat"
dd bs=1 skip=1625840 count=19040 if='AppleCamera.sys' of="$srcdir/$pkgname/1874_01XX.dat"
}
package() {
# Install facetimehd-data
for FILE in '9112' '1771' '1871' '1874'; do
install -Dm644 "$pkgname/${FILE}_01XX.dat" "$pkgdir/usr/lib/firmware/facetimehd/${FILE}_01XX.dat"
done
# Install licenses
for FILE in 'Arabic' 'BrazilianPortuguese' 'Czech' 'Danish' 'Dutch' 'English' 'Finnish' 'French' 'German' 'Hungarian' 'Italian' 'Japanese' 'Korean' 'Norwegian' 'Polish' 'Portuguese' 'Russian' 'SimplifiedChinese' 'Spanish' 'Swedish' 'TraditionalChinese' 'Turkish'; do
install -Dm644 "BootCamp/Drivers/Apple/${FILE}License.txt" "$pkgdir/usr/share/licenses/$pkgname/${FILE}License.txt"
done
}
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 |