php-blackfire
maintainer veramagalhaes
· 8 votes
· scanned 2026-08-03 00:08:14.047287
LOW
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>
4
pkgname=php-blackfire
5
pkgver=1.88.1
6
pkgrel=1
7
pkgdesc='Blackfire Profiler - PHP extension'
8
arch=('i686' 'x86_64')
9
url='https://blackfire.io'
10
license=('custom')
11
backup=('etc/php/conf.d/blackfire.ini')
12
depends=('glibc' 'php')
13
14
# Change this if you need to support an older version of PHP (think to update the SHA256 sums too)
15
PHP_VERSION="82"
16
17
source=('blackfire.ini')
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")
19
source_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
21
sha256sums=('43f82aea3877cc0133cf2278cb85d0c612cf1f6c869ad430cbaa2b2598f78f33')
22
sha256sums_i686=('0964933d73ebd1909c1a790334887c1e10dfe7780dcbaeb72162ea21139bbf6f')
23
sha256sums_x86_64=('fec543c5f8495cc4196f509d461faa0630adde0758722eb904ddb72bd29f732b')
24
25
package(){
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) | Severity | Rules |
|---|---|---|
| 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 |