pubnub-telemedicine
Pass
Audited by Gen Agent Trust Hub on Feb 18, 2026
Risk Level: SAFE
Full Analysis
- [Data Exposure & Exfiltration] (SAFE): The skill demonstrates secure handling of sensitive data. It explicitly instructs users to use
process.envfor API keys and cipher keys rather than hardcoding them. It also mandates AES-256 encryption for any channel transmitting PHI. - [Privilege Escalation] (SAFE): The implementation patterns use PubNub Access Manager (PAM) to enforce the principle of least privilege, providing short-lived (TTL) tokens for specific user roles (Patient vs. Provider).
- [Prompt Injection] (SAFE): No instructions were found that attempt to bypass safety filters or override the agent's core instructions.
- [Remote Code Execution] (SAFE): The provided code snippets are illustrative implementation patterns for the PubNub SDK. No patterns for downloading or executing arbitrary remote scripts were found.
- [Persistence Mechanisms] (SAFE): No attempts to modify system startup files, cron jobs, or registry keys were detected.
Audit Metadata