Rippling Hr
Analysis
Review before installing because this skill gives an agent OAuth-backed access to sensitive Rippling HR data and includes HR write/delete capabilities through Membrane.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Popular actions include “Create Leave Request”, “Create Group”, “Update Group”, and “Delete Group”.
The artifact exposes HR mutation and deletion actions but does not specify user confirmation, scoping, reversibility, or safe defaults before those actions are used.
npm install -g @membranehq/cli@latest
The setup installs a global npm CLI using the moving latest tag. This is purpose-aligned for a Membrane integration, but the installed code can change over time.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
“Manage Employees, Companies, PayrollRuns, Reports” ... “Membrane handles authentication and credentials refresh automatically”
The skill requires delegated account access to sensitive HR and payroll-related systems, and the artifact does not define least-privilege scopes or limits for that access.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
“This skill uses the Membrane CLI to interact with Rippling HR. Membrane handles authentication and credentials refresh automatically.”
The integration uses Membrane as an external intermediary for Rippling authentication and data access. This is disclosed and aligned with the skill purpose, but it affects where credentials and HR data are handled.
