← Home

@agentoctopus/cli

AgentOctopus CLI — route natural language queries to skills via `octopus ask`

51
Versions
Apache-2.0
License
No
Install Scripts
Missing
Provenance

Supply chain provenance

Status for the latest visible version.

No SLSA provenance npm registry signatures No source commit

Without SLSA provenance there is no cryptographic link between this tarball and the public source — the axios compromise (March 2026) relied on exactly this gap.

Maintainers

leiw5173

Keywords

aiagentclillmroutingmcpskills

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
semgrep semgrep:env-spread AI (semgrep): env-spread is in a skill subprocess launcher; passing process.env to a child process is standard and intentional here. ai
semgrep semgrep:child-process-import AI (semgrep): child_process used to spawn a Python skill script; expected pattern for a CLI tool with skill runners. ai
typosquat typosquat.levenshtein:joi AI (typosquat): Scoped package @agentoctopus/cli; edit-distance match to 'joi' is a heuristic false positive with no actual similarity. ai
phantom-deps phantom-dep:inquirer AI (phantom-deps): inquirer is declared as a dependency; @inquirer/prompts is also present — phantom-dep heuristic misfires here. ai

Versions (showing 51 of 51)

Version Deps Published
0.8.0 11 / 4
0.7.0 11 / 4
0.6.1 11 / 4
0.6.0 11 / 4
0.5.19 11 / 4
0.5.18 11 / 4
0.5.17 11 / 4
0.5.16 10 / 4
0.5.15 10 / 4
0.5.14 10 / 4
0.5.13 10 / 4
0.5.11 10 / 4
0.5.10 10 / 4
0.5.9 10 / 4
0.5.8 10 / 4
0.5.7 10 / 4
0.5.6 10 / 4
0.5.5 10 / 4
0.5.4 10 / 4
0.5.3 10 / 4
0.5.2 10 / 4
0.5.1 10 / 4
0.5.0 10 / 4
0.4.19 10 / 4
0.4.18 10 / 4
0.4.17 10 / 4
0.4.16 10 / 4
0.4.15 10 / 4
0.4.14 10 / 4
0.4.12 10 / 4
0.4.11 10 / 4
0.4.10 10 / 4
0.4.9 10 / 4
0.4.8 10 / 4
0.4.7 10 / 4
0.4.6 10 / 4
0.4.5 10 / 4
0.4.4 10 / 4
0.4.3 10 / 4
0.4.2 10 / 4
0.4.1 9 / 4
0.4.0 9 / 4
0.3.1 7 / 4
0.3.0 7 / 4
0.2.4 7 / 4
0.2.3 7 / 4
0.2.2 7 / 4
0.2.1 7 / 4
0.2.0 7 / 4
0.1.1 7 / 4
0.1.0 7 / 4

v0.8.0

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.7.0

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.6.1

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.6.0

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.5.19

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.5.18

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.5.17

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.5.16

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.5.15

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.5.14

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.5.13

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.5.11

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.5.10

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.5.9

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.5.8

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.5.7

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.5.6

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.5.5

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.5.4

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.5.3

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.5.2

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.5.1

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.5.0

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.4.19

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.4.18

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.4.17

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.4.16

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.4.15

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.4.14

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.4.12

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.4.11

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.4.10

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.4.9

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.4.8

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.4.7

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.4.6

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.4.5

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.4.4

2 findings
HIGH env-spread: skills/x-search/scripts/invoke.js:32 semgrep

Spreading entire process.env into an object — may capture all secrets 30 | 31 | const proc = spawn('python3', [scriptPath, ...args], { > 32 | env: { ...process.env }, 33 | timeout: 120000, 34 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.4.3

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.4.2

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.4.1

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.4.0

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.3.1

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.3.0

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.2.4

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.2.3

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.2.2

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.2.1

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.2.0

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v0.1.1

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v0.1.0

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.