com um clique
data-exfiltration-analysis
Guidance for identifying data theft patterns in skills
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Guidance for identifying data theft patterns in skills
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Command execution guard. Must be used when a tool call executes an operating-system command through shell, terminal, process, task, exec, command, MCP, or computer-use command tools. Requires user confirmation for dangerous Linux, Windows, and macOS commands.
Script execution risk guard. Use when a tool call executes a script file or multi-line interpreter payload, or when command_execution_guard identifies a launcher command that points to a script. Focus on script content, hidden execution chains, and mismatch between user intent and script behavior.
Browser and web access risk guard. Use when tool calls open URLs, browse webpages, fetch web content, follow redirects, download web resources, or execute actions influenced by webpage content.
File and data exfiltration risk guard. Use when tool calls may move data outside trusted boundaries (network upload, external messaging, email attachment, cloud sync, or removable device transfer).
Sensitive file access and path abuse guard. Use when tool calls read/list/search filesystem paths and may touch credentials, system files, private documents, or high-impact configuration.
General guard for uncategorized tool risks and browser/web access safety. Use when a tool call does not cleanly match a specialized skill, or when webpage access/content can influence downstream tool behavior.
| name | data_exfiltration_analysis |
| description | Guidance for identifying data theft patterns in skills |
| version | 1.0.0 |
| author | ClawSecbot |
| tags | ["scenario","data-exfiltration"] |
Load this skill when you detect network requests or data transfer patterns in the target skill — such as curl, wget, fetch, HTTP POST requests, cloud storage uploads, or any code that sends data to external servers. Data exfiltration is often the ultimate goal of an attack.
When analyzing potential data exfiltration, trace the complete data flow and think through these questions:
Trace backwards from the network request to find the data source:
The sensitivity of the data determines the severity of the risk. Credentials and private keys are CRITICAL. System fingerprinting is MEDIUM.
Analyze the destination of the network request:
Legitimate skill functionality rarely needs to send data to unknown external servers.
Look at what happens to the data before transmission:
Multi-layer encoding before transmission is a strong indicator of malicious intent.
Check if data is only sent under certain conditions:
Conditional exfiltration that avoids detection environments is CRITICAL.
Consider the skill's stated functionality:
If the data collection and transmission don't serve the skill's purpose, it's likely malicious.
CRITICAL — Immediate concern:
HIGH — Requires investigation:
MEDIUM — Needs context: