php-blackfire

LOW
maintainer veramagalhaes 8 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

The package downloads precompiled PHP extension binaries from the official Blackfire domain, which is plausibly the project's own infrastructure; despite the non-whitelisted host, the binaries are checksummed and the worst case of a swap would be code execution within the PHP context, but no obfuscation or malicious behavior is evident.

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 precompiled PHP extension binaries from the official Blackfire domain, which is plausibly the project's own infrastructure; despite the non-whitelisted host, the binaries are checksummed and the worst case of a swap would be code execution within the PHP context, but no obfuscation or malicious behavior is evident.

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:18 source_i686=("blackfire.so-${pkgver}_${PHP_VERSION}_i686::http://packages.blackfire.io/binaries/blackfire-php/${pkgver}/blackfire-php-linux_i386-php-${PHP_VERSION}.so")

PKGBUILD

1 offending line(s) highlighted
1# Maintainer: Sebastian Dornack <sebastian AT dorni DOT net>
2# Contributor: Jérôme Deuchnord <jerome@deuchnord.fr>
3# Contributor: Morris Jobke <hey AT morrisjobke DOT de>
4pkgname=php-blackfire
5pkgver=1.88.1
6pkgrel=1
7pkgdesc='Blackfire Profiler - PHP extension'
8arch=('i686' 'x86_64')
9url='https://blackfire.io'
10license=('custom')
11backup=('etc/php/conf.d/blackfire.ini')
12depends=('glibc' 'php')
13
14# Change this if you need to support an older version of PHP (think to update the SHA256 sums too)
15PHP_VERSION="82"
16
17source=('blackfire.ini')
18source_i686=("blackfire.so-${pkgver}_${PHP_VERSION}_i686::http://packages.blackfire.io/binaries/blackfire-php/${pkgver}/blackfire-php-linux_i386-php-${PHP_VERSION}.so")
19source_x86_64=("blackfire.so-${pkgver}_${PHP_VERSION}_x86_64::http://packages.blackfire.io/binaries/blackfire-php/${pkgver}/blackfire-php-linux_amd64-php-${PHP_VERSION}.so")
20
21sha256sums=('43f82aea3877cc0133cf2278cb85d0c612cf1f6c869ad430cbaa2b2598f78f33')
22sha256sums_i686=('0964933d73ebd1909c1a790334887c1e10dfe7780dcbaeb72162ea21139bbf6f')
23sha256sums_x86_64=('fec543c5f8495cc4196f509d461faa0630adde0758722eb904ddb72bd29f732b')
24
25package(){
26 install -Dm 644 blackfire.ini "$pkgdir"/etc/php/conf.d/blackfire.ini
27 install -Dm 755 blackfire.so-${pkgver}_${PHP_VERSION}_$CARCH "$pkgdir"/usr/lib/php/modules/blackfire.so
28}
29

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