postman-agent
maintainer moj
· 4 votes
· scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged
The package downloads a prebuilt executable tarball from a non-whitelisted but plausibly official Postman domain; while the host is not standard, it is project-related, yet the lack of verifiable upstream source and use of a prebuilt binary from a non-standard URL creates a moderate supply-chain risk.
Triggered rules
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:11
"postman-agent-${pkgver}-linux-x64.tar.gz::https://dl-agent.pstmn.io/download/version/${pkgver}/linux64"
MEDIUM
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is MEDIUM (confidence 90%): The package downloads a prebuilt executable tarball from a non-whitelisted but plausibly official Postman domain; while the host is not standard, it is project-related, yet the lack of verifiable upstream source and use of a prebuilt binary from a non-standard URL creates a moderate supply-chain risk.
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: moj <contact (cat) moritzj (dog) de>
2
# Contributor: Clansty <i@gao4.pw>
3
pkgname=postman-agent
4
pkgver=0.4.89
5
pkgrel=1
6
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"
7
arch=('x86_64')
8
options=(!strip)
9
url="https://www.postman.com/"
10
source=(
11
"postman-agent-${pkgver}-linux-x64.tar.gz::https://dl-agent.pstmn.io/download/version/${pkgver}/linux64"
12
"postman-agent.desktop"
13
)
14
depends=(electron)
15
sha256sums=('1b1d8bfcac14d56f9f80a0eefb6333adee9a316770693bb8512aa5620fef1d9f'
16
'1a4b04c499d03296049104a06863eb2b9341d93e7fddaa8b22b0a89b2e1b0525')
17
package() {
18
install -d "${pkgdir}/usr/share"
19
cp -r "Postman Agent/app/resources/app" "${pkgdir}/usr/share"
20
mv "${pkgdir}/usr/share/app" "${pkgdir}/usr/share/postman-agent"
21
install -d "${pkgdir}/usr/share/postman-agent"
22
install -Dm644 "postman-agent.desktop" "${pkgdir}/usr/share/applications/postman-agent.desktop"
23
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"
24
}
25
Changes since previous scan
--- PKGBUILD @ 2026-07-19 00:17+++ PKGBUILD @ 2026-08-03 00:08@@ -1,7 +1,7 @@ # Maintainer: moj <contact (cat) moritzj (dog) de> # Contributor: Clansty <i@gao4.pw> pkgname=postman-agent-pkgver=0.4.87+pkgver=0.4.89 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')@@ -12,7 +12,7 @@ "postman-agent.desktop" ) depends=(electron)-sha256sums=('f31378d4a551e32f454ff51ee393efa56d4c30e362257015ea561f0ed53414bd'+sha256sums=('1b1d8bfcac14d56f9f80a0eefb6333adee9a316770693bb8512aa5620fef1d9f' '1a4b04c499d03296049104a06863eb2b9341d93e7fddaa8b22b0a89b2e1b0525') package() { install -d "${pkgdir}/usr/share"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | MEDIUM | 2 |
| 2026-08-02 00:16:08 | MEDIUM | 2 |
| 2026-08-01 00:11:18 | MEDIUM | 2 |
| 2026-07-31 00:14:10 | MEDIUM | 2 |
| 2026-07-30 00:17:23 | MEDIUM | 2 |
| 2026-07-29 00:25:53 | MEDIUM | 2 |
| 2026-07-28 00:07:28 | MEDIUM | 2 |
| 2026-07-27 00:24:32 | MEDIUM | 2 |
| 2026-07-26 00:07:32 | MEDIUM | 2 |
| 2026-07-25 00:13:44 | MEDIUM | 2 |
| 2026-07-24 00:02:28 | MEDIUM | 2 |
| 2026-07-23 00:14:47 | MEDIUM | 2 |
| 2026-07-22 00:29:32 | MEDIUM | 2 |
| 2026-07-21 00:24:15 | MEDIUM | 2 |
| 2026-07-20 00:19:49 | MEDIUM | 2 |
| 2026-07-19 13:11:02 | MEDIUM | 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 |