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
⚠️ This package seems to have moderate severity install script vulnerabilities

Affected script: "install-scripts:install"

The code is suspicious because it downloads and extracts a binary from the internet without verifying its authenticity. The fetch function retrieves a .tar.gz archive from a hardcoded URL based on the version and package platform, and then the execSync function extracts the contents of that archive into the parent directory of the script. If the URL or the server hosting the files were compromised, this could lead to arbitrary code execution on the system where the script is run. Additionally, downloaded executables could be malicious if the URL points to a compromised version or if an attacker intercepts the request (Man-in-the-Middle attack). There is no cryptographic signature verification to ensure the integrity and authenticity of the downloaded binary, which further increases the risk of introducing malware into the system.

Generated on Mar 28, 2024 via pnpm

@fuel-ts/forc 0.66.1

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

Issues

2

1 high severity issue

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

1 moderate severity issue

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

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
3 Packages, Including:
node-fetch@2.7.0
tr46@0.0.3
whatwg-url@5.0.0

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.66.1

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

1
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

Visualizations