adobe-air-sdk

maintainer jasongodev · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged 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

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 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)
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: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
1# Maintainer: Jason Go <jasongo@jasongo.net>
2# Contributor: Kevin MacMartin <prurigro@gmail.com>
3
4pkgname=adobe-air-sdk
5pkgver=2.6
6pkgrel=12
7pkgdesc='Adobe Air Software Development Kit and Runtime Environment'
8arch=('i686' 'x86_64')
9url='https://web.archive.org/web/20110822171715/http://kb2.adobe.com/cps/853/cpsid_85304.html'
10license=('custom')
11options=('!strip' 'staticlibs')
12depends=('gcc-libs' 'libxml2-legacy' 'nss' 'gtk2' 'libxslt')
13depends_x86_64+=('lib32-gcc-libs' 'lib32-libxml2' 'lib32-nss' 'lib32-gtk2' 'lib32-libxslt')
14install=$pkgname.install
15source=('https://web.archive.org/web/20150416000138/http://airdownload.adobe.com/air/lin/download/2.6/AdobeAIRSDK.tbz2')
16sha512sums=('8185db9749f05bd60f3e52bf12de779c9f22da73142aca41326f57e24ef9b62c8f4bd9b7ba28cd110c7c4288d61870a8a9b8806bd51ae5cfd860aa57745d4527')
17noextract=('AdobeAIRSDK.tbz2')
18_air_root='/opt'
19
20prepare() {
21 install -d $pkgname
22 tar jxf AdobeAIRSDK.tbz2 -C $pkgname
23}
24
25package() {
26 # Install profile script
27 install -dm755 "$pkgdir/etc/profile.d"
28 printf '%s\n%s\n' "export AIR_HOME=$_air_root/$pkgname" 'export PATH="$PATH:$AIR_HOME/bin"' \
29 > "$pkgdir/etc/profile.d/$pkgname.sh"
30 printf '%s\n%s\n' "setenv AIR_HOME $_air_root/$pkgname" 'setenv PATH "$PATH:$AIR_HOME/bin"' \
31 > "$pkgdir/etc/profile.d/$pkgname.csh"
32 chmod 755 "$pkgdir/etc/profile.d/$pkgname."{sh,csh}
33
34 # Install directories
35 install -dm755 "$pkgdir$_air_root" "$pkgdir/usr/share/licenses/$pkgname" "$pkgdir/usr/share/doc/$pkgname"
36
37 # Install main folder
38 cp -r --no-preserve=ownership $pkgname "$pkgdir$_air_root"
39
40 # Explicitly set permissions of the binaries
41 chmod 755 "$pkgdir$_air_root/$pkgname/bin/ad"{l,t}
42
43 # Create a link to the license in the licenses folder
44 ln -s "$_air_root/$pkgname/AIR SDK license.pdf" "$pkgdir/usr/share/licenses/$pkgname"
45
46 # Create links to the readme, samples and templates in the docs folder
47 ln -s "$_air_root/$pkgname/AIR SDK Readme.txt" "$pkgdir/usr/share/doc/$pkgname"
48 ln -s "$_air_root/$pkgname/samples" "$pkgdir/usr/share/doc/$pkgname"
49 ln -s "$_air_root/$pkgname/templates" "$pkgdir/usr/share/doc/$pkgname"
50}
51

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion