Back to skill

Security audit

Customer Onboarding

Security checks for vulnerabilities and agentic risk

Overview

This is a plain customer-onboarding playbook with no executable code, persistence, hidden behavior, or credential access.

Safe to install as an advisory onboarding skill. When using its analytics, email-personalization, or session-recording suggestions, make sure your implementation gives proper notice, obtains consent where required, minimizes collected data, honors opt-outs, and limits retention.

Vulnerability Patterns
  • Skill Instruction HijackingAlters the agent's session goals or safety constraints when the skill loads
  • Agent Memory PoisoningWrites attacker-controlled rules into memory that affect later sessions
  • Remote Payload Retrieval and ExecutionFetches external code whose behavior can change after review
  • Embedded Malicious CodeShips malicious scripts inside the skill and executes them locally
  • Unauthorized Access and Privilege EscalationObtains permissions beyond the task's legitimate needs
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (2)

Vague Triggers

Medium
Confidence
91% confidence
Finding
The manifest description says to trigger on phrases like "improve activation," "time to value," and "reduce early churn," which are common business expressions and not uniquely tied to this skill. Because the file does not provide exclusion conditions or tighter context, these broad triggers could cause unintended invocation during ordinary strategy conversations.

Missing User Warnings

Medium
Confidence
83% confidence
Finding
The skill recommends behavior-based email segmentation, analytics tracking, session recordings, and support outreach without any caution about consent, lawful basis, minimization, or disclosure to users. In practice, this can lead implementers to deploy privacy-invasive tracking or profiling that violates internal policy or regulations, especially when tied to user behavior and retention workflows.

Static analysis

No suspicious patterns detected.