Back to skill

Security audit

Faq Generator

Security checks for vulnerabilities and agentic risk

Overview

This skill is a straightforward medical-document FAQ generator with some privacy and scope caveats but no evidence of hidden, destructive, persistent, or exfiltrating behavior.

Before installing, treat any source medical document as potentially sensitive. Use sanitized or minimally necessary documents, avoid PHI unless your environment is approved for it, and review generated FAQs for medical accuracy and privacy before sharing them.

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
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • 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 trigger description is broad enough to match common medical explanation or patient-education requests beyond narrowly scoped FAQ generation. This can cause the skill to activate in situations involving sensitive medical content or advice-like requests without clear boundaries, increasing the chance of inappropriate handling, oversharing, or user confusion about the tool's role.

Missing User Warnings

Medium
Confidence
91% confidence
Finding
The skill processes medical documents, which often contain PHI, confidential policy details, or other sensitive data, yet the description provides no warning or handling guidance for such content. Without explicit safeguards, users or orchestrators may pass sensitive records into the skill and receive outputs that reproduce or expose private information.

Static analysis

No suspicious patterns detected.