Gathering detailed insights and metrics for pm-sandbox
Gathering detailed insights and metrics for pm-sandbox
Gathering detailed insights and metrics for pm-sandbox
Gathering detailed insights and metrics for pm-sandbox
Sandbox for Postman Scripts to run in Node.js or browser
npm install pm-sandbox
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
Apache-2.0 License
116 Stars
1,912 Commits
66 Forks
17 Watchers
43 Branches
42 Contributors
Updated on Jun 29, 2025
Latest Version
5.2.3
Package Id
pm-sandbox@5.2.3
Unpacked Size
30.04 MB
Size
7.76 MB
File Count
38
NPM Version
10.9.2
Node Version
23.10.0
Published on
Jun 16, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
8
61
Module that unifies execution of third-party JavaScript within Node.js and Browser.
This module is part of Postman Runtime Core and is not intended for independent use.
If you are looking to execute collections, you should bee using Newman
1var Sandbox = require('postman-sandbox'), 2 context; 3 4Sandbox.createContext(function (err, ctx) { 5 if (err) { 6 return console.error(err); 7 } 8 9 ctx.execute(`// code here`, {}, {}, function (err) { 10 if (err) { 11 return console.error(err); 12 } 13 console.log('executed') 14 }); 15});
The following section outlines the API available inside sandbox scripts
To debug tests in Chrome's DevTools, start tests using npm run test-browser -- --debug
and click DEBUG
.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
SAST tool is run on all commits
Details
Reason
7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5
Reason
Found 4/20 approved changesets -- score normalized to 2
Reason
dependency not pinned by hash detected -- score normalized to 2
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
14 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More