postman-agent

MEDIUM
maintainer moj 4 votes scanned 2026-09-17 00:27:14.276658
View on AUR
Why flagged

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

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 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
1# Maintainer: moj <contact (cat) moritzj (dog) de>
2# Contributor: Clansty <i@gao4.pw>
3pkgname=postman-agent
4pkgver=0.4.90
5pkgrel=1
6pkgdesc="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"
7arch=('x86_64')
8options=(!strip)
9url="https://www.postman.com/"
10source=(
11 "postman-agent-${pkgver}-linux-x64.tar.gz::https://dl-agent.pstmn.io/download/version/${pkgver}/linux64"
12 "postman-agent.desktop"
13)
14depends=(electron)
15sha256sums=('4933460d6a4dbdfc1da83bf29b8fa3cf71de30bb2ed051c6822ea7070bb652eb'
16 '1a4b04c499d03296049104a06863eb2b9341d93e7fddaa8b22b0a89b2e1b0525')
17package() {
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

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion