adobe-air-sdk
The package downloads the official Adobe AIR SDK from the Internet Archive, which is a non-standard but trusted host; the source is a verifiable, unmodified historical release of a legitimate developer tool, and no malicious behavior is present.
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 the official Adobe AIR SDK from the Internet Archive, which is a non-standard but trusted host; the source is a verifiable, unmodified historical release of a legitimate developer tool, and no malicious behavior is present.
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:15
source=('https://web.archive.org/web/20150416000138/http://airdownload.adobe.com/air/lin/download/2.6/AdobeAIRSDK.tbz2')
PKGBUILD
1 offending line(s) highlighted# Maintainer: Jason Go <jasongo@jasongo.net>
# Contributor: Kevin MacMartin <prurigro@gmail.com>
pkgname=adobe-air-sdk
pkgver=2.6
pkgrel=12
pkgdesc='Adobe Air Software Development Kit and Runtime Environment'
arch=('i686' 'x86_64')
url='https://web.archive.org/web/20110822171715/http://kb2.adobe.com/cps/853/cpsid_85304.html'
license=('custom')
options=('!strip' 'staticlibs')
depends=('gcc-libs' 'libxml2-legacy' 'nss' 'gtk2' 'libxslt')
depends_x86_64+=('lib32-gcc-libs' 'lib32-libxml2' 'lib32-nss' 'lib32-gtk2' 'lib32-libxslt')
install=$pkgname.install
source=('https://web.archive.org/web/20150416000138/http://airdownload.adobe.com/air/lin/download/2.6/AdobeAIRSDK.tbz2')
sha512sums=('8185db9749f05bd60f3e52bf12de779c9f22da73142aca41326f57e24ef9b62c8f4bd9b7ba28cd110c7c4288d61870a8a9b8806bd51ae5cfd860aa57745d4527')
noextract=('AdobeAIRSDK.tbz2')
_air_root='/opt'
prepare() {
install -d $pkgname
tar jxf AdobeAIRSDK.tbz2 -C $pkgname
}
package() {
# Install profile script
install -dm755 "$pkgdir/etc/profile.d"
printf '%s\n%s\n' "export AIR_HOME=$_air_root/$pkgname" 'export PATH="$PATH:$AIR_HOME/bin"' \
> "$pkgdir/etc/profile.d/$pkgname.sh"
printf '%s\n%s\n' "setenv AIR_HOME $_air_root/$pkgname" 'setenv PATH "$PATH:$AIR_HOME/bin"' \
> "$pkgdir/etc/profile.d/$pkgname.csh"
chmod 755 "$pkgdir/etc/profile.d/$pkgname."{sh,csh}
# Install directories
install -dm755 "$pkgdir$_air_root" "$pkgdir/usr/share/licenses/$pkgname" "$pkgdir/usr/share/doc/$pkgname"
# Install main folder
cp -r --no-preserve=ownership $pkgname "$pkgdir$_air_root"
# Explicitly set permissions of the binaries
chmod 755 "$pkgdir$_air_root/$pkgname/bin/ad"{l,t}
# Create a link to the license in the licenses folder
ln -s "$_air_root/$pkgname/AIR SDK license.pdf" "$pkgdir/usr/share/licenses/$pkgname"
# Create links to the readme, samples and templates in the docs folder
ln -s "$_air_root/$pkgname/AIR SDK Readme.txt" "$pkgdir/usr/share/doc/$pkgname"
ln -s "$_air_root/$pkgname/samples" "$pkgdir/usr/share/doc/$pkgname"
ln -s "$_air_root/$pkgname/templates" "$pkgdir/usr/share/doc/$pkgname"
}
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 |