postman-bin
maintainer Dominiquini
· 313 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package downloads a prebuilt Postman binary from the official Postman distribution domain (dl.pstmn.io), which is a legitimate source; despite the static analyzer flagging the host as non-standard, the download is verifiable via checksums and hosts the official software, posing no realistic supply-chain risk.
Triggered rules
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package downloads a prebuilt Postman binary from the official Postman distribution domain (dl.pstmn.io), which is a legitimate source; despite the static analyzer flagging the host as non-standard, the download is verifiable via checksums and hosts the official software, posing no realistic supply-chain 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:19
source_x86_64=("postman-${pkgver}-linux-${arch[0]}.tar.gz::https://dl.pstmn.io/download/version/${pkgver}/linux64")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
# Contributor: Jay Ta'ala <jay@jaytaala.com>
3
# Contributor: Claudio d'Angelis <claudiodangelis at gmail dot com>
4
# Contributor: Juan Francisco Miranda <jfmiranda at gmail dot com>
5
6
pkgname=postman-bin
7
pkgver=12.21.9
8
pkgrel=1
9
pkgdesc="Build, test, and document your APIs faster"
10
provides=('postman')
11
conflicts=('postman')
12
arch=('x86_64' 'aarch64')
13
url="https://www.getpostman.com"
14
options=(!strip)
15
license=('custom')
16
depends=('libcups' 'systemd-libs' 'libxfixes' 'libx11' 'cairo' 'nspr' 'hicolor-icon-theme' 'bash' 'at-spi2-core' 'expat' 'libxkbcommon' 'glib2' 'pango' 'libxcomposite' 'mesa' 'nss' 'gcc-libs' 'gtk3' 'libxrandr' 'libdrm' 'libxcb' 'libxext' 'alsa-lib' 'libxdamage' 'dbus' 'libsecret' 'glibc')
17
18
source=("postman.desktop")
19
source_x86_64=("postman-${pkgver}-linux-${arch[0]}.tar.gz::https://dl.pstmn.io/download/version/${pkgver}/linux64")
20
source_aarch64=("postman-${pkgver}-linux-${arch[1]}.tar.gz::https://dl.pstmn.io/download/version/${pkgver}/linux_arm64")
21
22
sha256sums=('d87542ac18455ff341da7c5efd01db96a01f659b1bf546840aa4ac8bd085802d')
23
sha256sums_x86_64=('1fc15e439df2a522259f128b3f2d49a91ad1954f6ed1c7708846b9cda6dc6ac6')
24
sha256sums_aarch64=('19a578578613fa1dc432a5d6ce86f31c823d1f66727cb28bf1a6556fd6ae6728')
25
26
package() {
27
install -dm755 "${pkgdir}/opt/"
28
cp -r "Postman" "${pkgdir}/opt/postman"
29
install -dm755 "${pkgdir}/usr/bin"
30
ln -s "/opt/postman/Postman" "${pkgdir}/usr/bin/postman"
31
32
# Desktop file
33
install -D -m644 "postman.desktop" "${pkgdir}/usr/share/applications/postman.desktop"
34
35
# Icon
36
install -d -m755 "${pkgdir}/usr/share/icons/hicolor/128x128/apps"
37
ln -s "/opt/postman/app/resources/app/assets/icon.png" "${pkgdir}/usr/share/icons/hicolor/128x128/apps/postman.png"
38
}
39
Changes since previous scan
--- PKGBUILD @ 2026-07-31 00:14+++ PKGBUILD @ 2026-08-03 00:08@@ -4,7 +4,7 @@ # Contributor: Juan Francisco Miranda <jfmiranda at gmail dot com> pkgname=postman-bin-pkgver=12.21.2+pkgver=12.21.9 pkgrel=1 pkgdesc="Build, test, and document your APIs faster" provides=('postman')@@ -20,8 +20,8 @@ source_aarch64=("postman-${pkgver}-linux-${arch[1]}.tar.gz::https://dl.pstmn.io/download/version/${pkgver}/linux_arm64") sha256sums=('d87542ac18455ff341da7c5efd01db96a01f659b1bf546840aa4ac8bd085802d')-sha256sums_x86_64=('0361ca8a68ee176df1fae3778137495b2e2c5a5790ebf25a7dbdd9ea14fadcda')-sha256sums_aarch64=('f1bef52e7aecd4cf9041323ced1346dc84d20ac86224776bb4ca111e1f155b8f')+sha256sums_x86_64=('1fc15e439df2a522259f128b3f2d49a91ad1954f6ed1c7708846b9cda6dc6ac6')+sha256sums_aarch64=('19a578578613fa1dc432a5d6ce86f31c823d1f66727cb28bf1a6556fd6ae6728') package() { install -dm755 "${pkgdir}/opt/"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 15:18:17 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 11:11:22 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 13:38:59 | 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 13:29:48 | 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 13:20:28 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 11:14:00 | LOW | 2 |