Caveat verdict

near-tools

near-cli-tools

88
๐ŸŸข Trusted
No high-risk patterns surfaced by the deep scan โ€” automated capability review, not behavioral proof.

Installation and setup guide for NEAR Protocol's official near-cli-rs tool via documented channels (shell installer, npm, cargo, MSI); no credential exfiltration or hidden behavior.

โš  Flagged for review โ€” coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

Automated static analysis โ€” not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

0
security
70
transparency
80
maintenance

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Performs file operations but does not declare file-accessing binaries

file_read+write

Installs packages at runtime โ€” transitive dependencies are not auditable

package_install

Findings (5)

Pattern match critical

Pipe-to-shell pattern (curl | sh) โ€” supply chain attack vector

SKILL.md ยท code ยท curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releas

Pattern match critical

Pipe to sh โ€” executes piped content as shell commands

SKILL.md ยท code ยท | sh

Pattern match high

Accesses shell history/config

SKILL.md ยท code ยท ~/.zshrc

Pattern match high

References sudo โ€” requests elevated privileges

SKILL.md ยท code ยท sudo

Pattern match high

Accesses system credential store

README.md ยท code ยท keychain

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class A/B/F). Final tier capped at Caution โ€” cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

No declared permissions โ€” minimal attack surface.

network_outfile_writepackage_install

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API