adobe-air-sdk

LOW
maintainer jasongodev 0 votes scanned 2026-09-17 00:27:14.276658
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-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

Report a package

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

0 / 4000
Your suggestion