Back to skill

Security audit

Recipe Sync Contacts To Sheet

Security checks for vulnerabilities and agentic risk

Overview

This recipe clearly exports Google Workspace directory contacts into a chosen Google Sheet, with no hidden code, persistence, or unrelated behavior found.

Install only if you are authorized to export your organization’s directory contacts. Before running it, confirm the destination Google Sheet has appropriate sharing permissions, export only fields you need, and avoid retaining or broadly sharing phone numbers or other personal contact data unnecessarily.

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
  • 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
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Findings (1)

Missing User Warnings

Medium
Confidence
94% confidence
Finding
This recipe exports directory contact data, including names, email addresses, and phone numbers, into a spreadsheet without any warning, consent guidance, or handling restrictions for potentially sensitive personal data. Even though the commands are straightforward and expected for the recipe’s purpose, this can lead users to copy organizational directory data into a broader-access storage location, increasing risk of unintended exposure or over-sharing.

Static analysis

No suspicious patterns detected.