
Security News
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.
@robinpath/box
Advanced tools
Box Content API v2.0 — files, folders, shared links, search. Uses the encrypted credential vault (OAuth2 access token).
Box module for RobinPath.
The box module lets you:
All functions are callable directly from RobinPath scripts with a simple, consistent API.
robinpath add @robinpath/box
1. Set up credentials
box.setCredentials "your-credentials"
2. listFolderItems
box.listFolderItems
| Function | Description |
|---|---|
box.setCredentials | Configure box credentials. |
box.listFolderItems | listFolderItems |
box.getFolderInfo | getFolderInfo |
box.createFolder | createFolder |
box.deleteFolder | deleteFolder |
box.getFileInfo | getFileInfo |
box.downloadFile | downloadFile |
box.deleteFile | deleteFile |
box.copyFile | copyFile |
box.moveFile | moveFile |
box.uploadFile | uploadFile |
box.searchContent | searchContent |
box.createSharedLink | createSharedLink |
box.getSharedLink | getSharedLink |
box.listCollaborations | listCollaborations |
box.addCollaboration | addCollaboration |
box.getUser | getUser |
box.updateFileInfo | updateFileInfo |
box.lockFile | lockFile |
box.listFolderItems
box.getFolderInfo
box.createFolder
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/box";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
box.setCredentials "your-credentials"
box.listFolderItems
`);
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
@robinpath/s3 — Amazon S3 module for complementary functionality@robinpath/dropbox — Dropbox module for complementary functionality@robinpath/onedrive — OneDrive module for complementary functionality@robinpath/google-drive — Google Drive module for complementary functionality@robinpath/json — JSON module for complementary functionalityMIT
FAQs
Box Content API v2.0 — files, folders, shared links, search. Uses the encrypted credential vault (OAuth2 access token).
We found that @robinpath/box demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.