Skip to main content
Scans/npm/arra-oracle-skills

arra-oracle-skills

npm

Share

Summary

arra-oracle-skills v3.4.10 was classified as CRITICAL RISK with a risk score of 264. Sigil detected 11 findings across 94 files, covering phases including install hooks, code patterns, network exfiltration. Review the findings below before installing this package.

CRITICAL RISK(264)

v3.4.10

30 March 2026, 15:10 UTC

by Sigil Bot

Risk Score

264

Findings

11

Files Scanned

94

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

package/src/cli/commands/about.ts:26

      } catch {
        checks.push({ name: 'Bun', ok: false, detail: 'not installed (curl -fsSL https://bun.sh/install | bash)' });
      }
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

package/src/cli/generated/skills-vfs.ts:392

| bun | \`bun --version\` | แนะนำติดตั้ง (ข้ามได้) |
| arra-oracle-skills | \`arra-oracle-skills --version\` | แนะนำ: \`curl -fsSL https://raw.githubusercontent.com/Soul-Brews-Studio/arra-oracle-skills-cli/main/install.sh \\| bash\` |
| Git repo | \`git rev-parse --is-inside-work-tree\` | ถ้าไม่ใช่ → \`git init\` ให้ |
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

package/src/cli/generated/skills-vfs.ts:5675

For each tool, show the version if installed. If missing, show install instructions:
- **bun**: \`curl -fsSL https://bun.sh/install | bash\`
- **gh**: \`brew install gh\` or https://cli.github.com
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

package/src/cli/generated/skills-vfs.ts:5677

- **gh**: \`brew install gh\` or https://cli.github.com
- **cast**: \`curl -L https://foundry.paradigm.xyz | bash && foundryup\`
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

package/src/cli/index.ts:15

To fix:
  1. Install Bun: curl -fsSL https://bun.sh/install | bash
  2. Run with: bunx arra-oracle-skills install -g -y
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

package/src/cli/index.ts:19

Or install the compiled binary (no Bun needed):
  curl -fsSL https://raw.githubusercontent.com/Soul-Brews-Studio/arra-oracle-skills-cli/main/install.sh | bash
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

package/src/skills/awaken/SKILL.md:103

| bun | `bun --version` | แนะนำติดตั้ง (ข้ามได้) |
| arra-oracle-skills | `arra-oracle-skills --version` | แนะนำ: `curl -fsSL https://raw.githubusercontent.com/Soul-Brews-Studio/arra-oracle-skills-cli/main/install.sh \| bash` |
| Git repo | `git rev-parse --is-inside-work-tree` | ถ้าไม่ใช่ → `git init` ให้ |
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 npm/arra-oracle-skills

Markdown

[![Sigil Scan](https://sigilsec.ai/badge/npm/arra-oracle-skills)](https://sigilsec.ai/scans/C0DD9F18-1FE2-4763-9116-000631C8686C)

HTML

<a href="https://sigilsec.ai/scans/C0DD9F18-1FE2-4763-9116-000631C8686C"><img src="https://sigilsec.ai/badge/npm/arra-oracle-skills" 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 npm scans

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

Scanned bySigil Bot