postman-agent
The package downloads a prebuilt binary from a non-standard host (dl-agent.pstmn.io) which is not on the standard whitelist, posing a supply-chain risk if the host is compromised or the download is tampered with, though it is plausibly an official Postman domain.
Triggered rules
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:11
"postman-agent-${pkgver}-linux-x64.tar.gz::https://dl-agent.pstmn.io/download/version/${pkgver}/linux64"
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 90%): The package downloads a prebuilt binary from a non-standard host (dl-agent.pstmn.io) which is not on the standard whitelist, posing a supply-chain risk if the host is compromised or the download is tampered with, though it is plausibly an official Postman domain.
PKGBUILD
1 offending line(s) highlighted# Maintainer: moj <contact (cat) moritzj (dog) de>
# Contributor: Clansty <i@gao4.pw>
pkgname=postman-agent
pkgver=0.4.90
pkgrel=1
pkgdesc="The Postman agent overcomes the Cross Object Resource Sharing (CORS) limitations of browsers, and facilitates API request sending from your browser version of Postman. Using the system electron"
arch=('x86_64')
options=(!strip)
url="https://www.postman.com/"
source=(
"postman-agent-${pkgver}-linux-x64.tar.gz::https://dl-agent.pstmn.io/download/version/${pkgver}/linux64"
"postman-agent.desktop"
)
depends=(electron)
sha256sums=('4933460d6a4dbdfc1da83bf29b8fa3cf71de30bb2ed051c6822ea7070bb652eb'
'1a4b04c499d03296049104a06863eb2b9341d93e7fddaa8b22b0a89b2e1b0525')
package() {
install -d "${pkgdir}/usr/share"
cp -r "Postman Agent/app/resources/app" "${pkgdir}/usr/share"
mv "${pkgdir}/usr/share/app" "${pkgdir}/usr/share/postman-agent"
install -d "${pkgdir}/usr/share/postman-agent"
install -Dm644 "postman-agent.desktop" "${pkgdir}/usr/share/applications/postman-agent.desktop"
install -Dm644 "Postman Agent/app/resources/app/assets/images/postmanlogo-head-blue-prod-linux@4x.png" "${pkgdir}/usr/share/icons/hicolor/64x64/apps/postman-agent.png"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 00:27:14 | Medium | 2 |
| 2026-09-16 00:03:17 | Medium | 2 |
| 2026-09-15 00:25:31 | Medium | 2 |
| 2026-09-14 00:27:57 | Medium | 2 |
| 2026-09-13 00:19:54 | Medium | 2 |
| 2026-09-12 00:25:17 | Medium | 2 |
| 2026-09-11 00:19:22 | Medium | 2 |
| 2026-09-10 00:22:44 | Medium | 2 |
| 2026-09-09 00:04:09 | Medium | 2 |
| 2026-09-08 00:18:08 | Medium | 2 |
| 2026-09-07 00:30:15 | Medium | 2 |
| 2026-09-06 00:17:06 | Medium | 2 |
| 2026-09-05 00:16:27 | Medium | 2 |
| 2026-09-04 00:03:13 | Medium | 2 |
| 2026-09-03 00:15:47 | Medium | 2 |
| 2026-09-02 00:02:31 | Medium | 2 |
| 2026-09-01 00:11:19 | Medium | 2 |
| 2026-08-31 00:19:57 | Medium | 2 |
| 2026-08-30 00:04:14 | Medium | 2 |
| 2026-08-29 00:29:17 | Medium | 2 |