intel-sde

maintainer xiota · 3 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The source is a tarball from Intel's official download mirror, hosting the project's own release; building from official vendor infrastructure, even on a non-whitelisted host, is normal and low risk.

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 source is a tarball from Intel's official download mirror, hosting the project's own release; building from official vendor infrastructure, even on a non-whitelisted host, is normal and low risk.

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:31 source=("https://downloadmirror.intel.com/${_pkgver%%::*}/$_pkgsrc.$_pkgext")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer:
2# Contributor: Marcel <aur-feedback [ät] marehr.dialup.fu-berlin.de>
3
4: ${_pkgver:=915934::10.8.0-2026-03-15}
5
6_pkgname="intel-sde"
7pkgname="$_pkgname"
8pkgver=$(sed -E -e 's&^.*::&&;s&-.*&&' <<< ${_pkgver:?})
9pkgrel=1
10pkgdesc="Intel Software Development Emulator"
11url="https://software.intel.com/en-us/articles/intel-software-development-emulator/"
12license=('LicenseRef-Intel-Simplified')
13arch=('x86_64')
14
15depends=(
16 'glibc'
17)
18optdepends=(
19 'bash'
20 'python'
21 'python-distro'
22)
23
24provides=("intel-xed")
25conflicts=("intel-xed")
26
27options=('!debug' '!strip')
28
29_pkgsrc="sde-external-${_pkgver##*::}-lin"
30_pkgext="tar.xz"
31source=("https://downloadmirror.intel.com/${_pkgver%%::*}/$_pkgsrc.$_pkgext")
32sha256sums=('50b320cd226acef7a491f5b321fc1be3c3c7984f9e27a456e64894b5b0979dd3')
33
34package() {
35 mkdir -pm755 "$pkgdir/opt/$_pkgname"
36 mv "$_pkgsrc"/* "$pkgdir/opt/$_pkgname/"
37
38 mkdir -pm755 "$pkgdir/usr/bin"
39 ln -srf "$pkgdir/opt/$_pkgname/sde64" "$pkgdir/usr/bin/intel-sde"
40 ln -srf "$pkgdir/opt/$_pkgname/xed64" "$pkgdir/usr/bin/intel-xed"
41
42 mkdir -pm755 "$pkgdir/usr/share/licenses"
43 ln -srf "$pkgdir/opt/$_pkgname/Licenses" "$pkgdir/usr/share/licenses/$pkgname"
44}
45

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