Code42
v1.0.2Code42 integration. Manage data, records, and automate workflows. Use when the user wants to interact with Code42 data.
⭐ 0· 88·0 current·0 all-time
byVlad Ursul@gora050
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
The skill is named for Code42 and its SKILL.md consistently describes interacting with Code42 via the Membrane integration platform. Required capabilities (network access, Membrane account, Membrane CLI) align with the stated purpose.
Instruction Scope
All runtime instructions are limited to installing and using the Membrane CLI, creating/listing connections, running pre-built actions, and proxied requests to the Code42 API. These are within scope. One noteworthy point: proxying requests through Membrane means Code42 data and API calls will flow through Membrane's service — users should confirm they are comfortable with that data flow and retention policies.
Install Mechanism
The skill is instruction-only (no install spec), but it instructs the user/agent to run 'npm install -g @membranehq/cli' and also uses 'npx @membranehq/cli@latest' in examples. Installing a global npm package and using npx will fetch and run code from the public npm registry (moderate risk). This is expected for a CLI-based integration, but users should verify the package source and avoid running as elevated/root if not needed.
Credentials
The skill declares no required environment variables or credentials. It intentionally delegates authentication to Membrane (browser-based login and server-side credential management), which is proportional to an integration skill. That delegation does mean the Membrane tenant/service holds the actual credentials.
Persistence & Privilege
The skill does not request always: true, does not modify other skills, and contains no install-time hooks. It is user-invocable and allows normal autonomous invocation — standard for skills.
Assessment
This skill appears to be what it says: a Code42 integration that uses Membrane. Before installing or using it, verify you trust Membrane (https://getmembrane.com) because: (1) you'll install or run the Membrane CLI from the public npm registry (global npm install / npx will fetch remote code), and (2) API calls and credentials are proxied/stored by Membrane (so Code42 data will flow through their service). Check Membrane's privacy/security docs, confirm any corporate policies about third-party proxies, avoid running npm installs as root, and prefer to validate the npm package and GitHub repository (https://github.com/membranedev/) before proceeding.Like a lobster shell, security has layers — review code before you run it.
latestvk9768rqhsze81t1r91r2dfwgf5842884
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
