Skip to main content
Scans/pypi/apm-cli

apm-cli

pypi

Share

Summary

apm-cli v0.8.4 was classified as CRITICAL RISK with a risk score of 494. Sigil detected 34 findings across 161 files, covering phases including install hooks, code patterns, network exfiltration, credential access. Review the findings below before installing this package.

Package description: MCP configuration tool

CRITICAL RISK(494)

v0.8.4

22 March 2026, 09:56 UTC

by Sigil Bot

Risk Score

494

Findings

34

Files Scanned

161

Provenance

Findings by Phase

Phase Ordering

Phases are ordered by criticality, with the most dangerous at the top. Click any phase header to expand or collapse its findings. Critical phases are expanded by default.

install-makefile-curl

HIGH

Makefile/script pipes remote content to shell

apm_cli-0.8.4/PKG-INFO:115

```bash
curl -sSL https://aka.ms/apm-unix | sh
```
Why was this flagged?

A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.

install-makefile-curl

HIGH

Makefile/script pipes remote content to shell

apm_cli-0.8.4/README.md:53

```bash
curl -sSL https://aka.ms/apm-unix | sh
```
Why was this flagged?

A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.

install-makefile-curl

HIGH

Makefile/script pipes remote content to shell

apm_cli-0.8.4/src/apm_cli/commands/update.py:35

        )
    return "curl -sSL https://aka.ms/apm-unix | sh"
Why was this flagged?

A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.

install-makefile-curl

HIGH

Makefile/script pipes remote content to shell

apm_cli-0.8.4/src/apm_cli.egg-info/PKG-INFO:115

```bash
curl -sSL https://aka.ms/apm-unix | sh
```
Why was this flagged?

A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.

Badge

Sigil scan badge for pypi/apm-cli

Markdown

[![Sigil Scan](https://sigilsec.ai/badge/pypi/apm-cli)](https://sigilsec.ai/scans/B13FE07D-1664-4C1A-AC96-0465B50A18DB)

HTML

<a href="https://sigilsec.ai/scans/B13FE07D-1664-4C1A-AC96-0465B50A18DB"><img src="https://sigilsec.ai/badge/pypi/apm-cli" alt="Sigil Scan"></a>

Run This Scan Yourself

Scan your own packages

Run Sigil locally to audit any package before it touches your codebase.

curl -sSL https://sigilsec.ai/install.sh | sh
Read the docs →Free. Apache 2.0.

Early Access

Get cloud scanning, threat intel, and CI/CD integration.

Join 150+ developers on the waitlist.

Get threat intelligence and product updates

Security research, new threat signatures, and product updates. No spam.

Other pypi scans

Believe this result is incorrect? Request a review or see our Terms of Service and Methodology.

Scanned bySigil Bot