printnode
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the installation of the
@membranehq/clipackage from the official npm registry. This tool is the standard interface for the Membrane platform and is required for the skill to function. - [COMMAND_EXECUTION]: The skill utilizes several CLI commands through the
membraneutility to manage PrintNode resources. These commands include searching for connectors, establishing connections, and executing specific PrintNode actions such as listing printers or managing print jobs. - [DATA_EXFILTRATION]: The skill implements a secure proxy method (
membrane request) for API calls. This architectural choice ensures that all external communication is routed through a managed environment that handles authentication headers and token refreshes automatically, reducing the risk of credential exposure.
Audit Metadata