Summary
agsekit v1.5.0 was classified as CRITICAL RISK with a risk score of 947. Sigil detected 55 findings across 132 files, covering phases including install hooks, code patterns, provenance. Review the findings below before installing this package.
Package description: Agent Safety Kit command-line utilities
v1.5.0
26 March 2026, 09:08 UTC
by Sigil Bot
Risk Score
947
Findings
55
Files Scanned
132
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
HIGHMakefile/script pipes remote content to shell
agsekit-1.5.0/agsekit_cli/agent_scripts/claude-code.sh:12
run_with_proxychains curl -fsSL https://claude.ai/install.sh | bashWhy 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
HIGHMakefile/script pipes remote content to shell
agsekit-1.5.0/agsekit_cli/agent_scripts/codex.sh:33
if [ ! -s "$NVM_DIR/nvm.sh" ]; then
run_with_proxychains curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
fiWhy 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
HIGHMakefile/script pipes remote content to shell
agsekit-1.5.0/agsekit_cli/agent_scripts/qwen.sh:33
if [ ! -s "$NVM_DIR/nvm.sh" ]; then
run_with_proxychains curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
fiWhy 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
HIGHMakefile/script pipes remote content to shell
agsekit-1.5.0/agsekit_cli/ansible/bundles/nvm.yml:26
- name: Install nvm
ansible.builtin.shell: curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
when: not nvm_stat.stat.existsWhy 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
HIGHMakefile/script pipes remote content to shell
agsekit-1.5.0/agsekit_cli/ansible/bundles/pyenv.yml:48
- name: Install pyenv
ansible.builtin.shell: curl -fsSL https://pyenv.run | bash
when: not pyenv_stat.stat.existsWhy 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
HIGHMakefile/script pipes remote content to shell
agsekit-1.5.0/agsekit_cli/ansible/bundles/rust.yml:36
- name: Install rustup
ansible.builtin.shell: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
when: rust_check.rc != 0Why 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
HIGHMakefile/script pipes remote content to shell
agsekit-1.5.0/agsekit_cli/vm_installers/nvm.sh:10
echo "Installing nvm into $NVM_DIR..."
curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
fiWhy 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
HIGHMakefile/script pipes remote content to shell
agsekit-1.5.0/agsekit_cli/vm_installers/pyenv.sh:29
echo "Installing pyenv into $PYENV_ROOT..."
curl -fsSL https://pyenv.run | bash
fiWhy 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
HIGHMakefile/script pipes remote content to shell
agsekit-1.5.0/agsekit_cli/vm_installers/rust.sh:11
sudo DEBIAN_FRONTEND=noninteractive apt-get update
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential curl
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
Markdown
[](https://sigilsec.ai/scans/631B23BA-0FF4-4321-87F0-EFE48BB5C2A1)HTML
<a href="https://sigilsec.ai/scans/631B23BA-0FF4-4321-87F0-EFE48BB5C2A1"><img src="https://sigilsec.ai/badge/pypi/agsekit" alt="Sigil Scan"></a>Run This Scan Yourself
Scan your own packages
Run Sigil locally to audit any package before it touches your codebase.
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.