Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Hold on, we're currently generating a fresh version of this report
Generated on Apr 19, 2024 via pnpm

@fuel-ts/forc 0.65.0

NPM bin wrapper around Fuel `forc`
Package summary
Share
2
issues
1
high severity
meta
1
1
moderate severity
meta
1
5
licenses
15
MIT
7
ISC
1
Apache-2.0
2
other licenses
BSD-3-Clause
1
BSD-2-Clause
1
Package created
29 Jun 2023
Version published
26 Oct 2023
Maintainers
1
Total deps
25
Direct deps
2
License
Apache-2.0

Issues

2

1 high severity issue

high
via: @fuel-ts/forc@0.65.0
Collapse
Expand

1 moderate severity issue

moderate
via: @fuel-ts/forc@0.65.0
Collapse
Expand

Install Script Usage

β“˜ This section contains AI-generated explanations for this package's install scripts.
     We recommend overviewing the package source files before installing to your project.

The "install" Script

node ./lib/install.js

This script appears to be an installation script, probably for a specific package in a node.js project. The script begins by importing necessary utility functions and node.js modules. It then fetches a specific version of a package (forc-binaries) from a GitHub repository, checks if the required version is already installed, and if not, downloads and installs it. It leverages functions like execSync to execute shell commands, fetch to download files from the internet, and existsSync, rmSync, writeFileSync for file system operations. But none of these functions is being used in a way that allows arbitrary input to be passed unsanitized into shell commands or file functions, which is where the danger would typically come from in this sort of JavaScript. While it does download a file from the internet (and hence the script's safety would depend on the safety of the file), it's from a hard-coded GitHub URL, which is generally safe assuming that the repository has not been compromised.

Licenses

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
15 Packages, Including:
balanced-match@1.0.2
brace-expansion@1.1.11
concat-map@0.0.1
function-bind@1.1.2
hasown@2.0.2
interpret@1.4.0
is-core-module@2.13.1
node-fetch@2.7.0
path-is-absolute@1.0.1
path-parse@1.0.7
rechoir@0.6.2
resolve@1.22.8
supports-preserve-symlinks-flag@1.0.0
tr46@0.0.3
whatwg-url@5.0.0

ISC License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
Cannot
hold-liable
Must
include-copyright
include-license
7 Packages, Including:
fs.realpath@1.0.0
glob@7.2.3
inflight@1.0.6
inherits@2.0.4
minimatch@3.1.2
once@1.4.0
wrappy@1.0.2

Apache License 2.0

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
use-patent-claims
place-warranty
Cannot
hold-liable
use-trademark
Must
include-copyright
include-license
state-changes
include-notice
1 Packages, Including:
@fuel-ts/forc@0.65.0

BSD 3-Clause "New" or "Revised" License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
place-warranty
Cannot
use-trademark
hold-liable
Must
include-copyright
include-license
1 Packages, Including:
shelljs@0.8.5

BSD 2-Clause "Simplified" License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
place-warranty
Cannot
hold-liable
Must
include-copyright
include-license
1 Packages, Including:
webidl-conversions@3.0.1
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

2
All Dependencies CSV
β“˜ This is a list of @fuel-ts/forc 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
node-fetch2.7.043.6 kBMIT
prod
shelljs0.8.556.14 kBBSD-3-Clause
prod

Visualizations