Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Pareidolia

ASecurity

Understand that seeing faces and familiar patterns in ambiguous stimuli is a brain feature, not a meaningful signal - use this awareness to avoid false positives in pattern-dependent analysis

22 stars
0 votes
0 copies
0 views
Added 9/20/2026
businessrustsecurity

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill pareidolia --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Pareidolia?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Pareidolia
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-pareidolia/badge)](https://www.skillsdirectory.com/skills/lev-os-pareidolia)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: pareidolia
description: Understand that seeing faces and familiar patterns in ambiguous stimuli is a brain feature, not a meaningful signal - use this awareness to avoid false positives in pattern-dependent analysis
---

# Pareidolia

## Overview
Pareidolia is the brain's tendency to perceive familiar patterns, especially faces, in random or ambiguous visual stimuli - the face in the cloud, the Virgin Mary on toast, the "man in the moon." This isn't a bug but a feature: our fusiform face area activates within 165 milliseconds when viewing face-like patterns, even when we know no face exists. Evolution favored false positives (seeing a face that isn't there) over false negatives (missing a predator's face in the bushes). While visually specific, pareidolia extends to any domain where we impose meaningful templates on ambiguous data.

## When to Use
- Evaluating whether patterns in visualizations represent real phenomena
- Questioning "obvious" conclusions drawn from ambiguous data displays
- Designing systems where false positive pattern detection is costly
- Training analysts to distinguish signal from noise in complex data
- Understanding why certain UI patterns feel meaningful to users
- Auditing decision processes that rely on human pattern recognition

## The Process

### Step 1: Recognize Template-Matching in Action
Your brain constantly runs pattern-matching against stored templates (faces, objects, words, trends). When a partial match occurs, the brain "completes" the pattern and reports a detection. Notice when you're seeing a familiar pattern and ask: "Am I detecting or completing?"

**Example:** Looking at a stock chart, you see a "head and shoulders" pattern. Is this a genuine technical formation, or is your brain completing a familiar template from ambiguous price movements?

### Step 2: Verify Through Multiple Representations
If a pattern is real, it should appear regardless of how you visualize the data. If it only appears in one view (one chart style, one color scheme, one zoom level), it may be a visualization artifact that your brain is completing.

**Example:** The "trend" visible in a line graph may disappear when the same data is shown as a bar chart or when axes are rescaled. Real patterns persist across representations; pareidolia patterns don't.

### Step 3: Remove Suggestive Context
Our pattern perception is heavily influenced by priming and context. Remove suggestive labels, titles, and surrounding information, then see if you still perceive the same pattern. Have someone naive to your hypothesis examine the same stimulus.

**Example:** "Can you see the upward trend in customer satisfaction?" primes viewers to find an upward trend. Remove the question, unlabel the axes, and ask "what do you see?" to get uncontaminated perception.

### Step 4: Quantify Rather Than Visualize
Human visual pattern recognition is powerful but prone to pareidolia. When accuracy matters, supplement visual analysis with statistical tests that don't rely on human perception. Numbers don't see faces in clouds.

**Example:** Instead of eyeballing whether two variables seem correlated in a scatterplot, calculate the correlation coefficient and p-value. Your eyes might see a strong relationship where r=0.12.

### Step 5: Apply the Anonymization Test
If you anonymized the pattern - stripped all context about what it represents - would it still seem meaningful? A stock chart for AAPL looks identical to random noise when unlabeled. The "meaning" comes from your knowledge that it's AAPL, not from the pattern itself.

**Example:** Your brain sees a "clear recovery pattern" in monthly revenue data. Print the same data unlabeled, mixed with 5 random-generated series. Can you still identify "your" meaningful pattern, or do they all look equally noisy?

## Example Application

**Situation:** A security analyst reviewing network traffic logs spots what appears to be a "pattern" suggesting data exfiltration - certain packet sizes seem to cluster in ways that "look like" encoded data transfers.

**Application:**
- **Step 1 (Template-matching)**: Analyst recognizes they're applying the "exfiltration pattern" template from training. Is this detection or completion?
- **Step 2 (Multiple representations)**: View same data as histogram, time series, and flow diagram. Pattern only appears clearly in one visualization
- **Step 3 (Remove context)**: Show traffic to a colleague without mentioning suspected exfiltration. Colleague sees nothing unusual
- **Step 4 (Quantify)**: Statistical analysis shows packet size distribution is not significantly different from baseline normal traffic
- **Step 5 (Anonymization)**: Mix the suspicious traffic with 10 other traffic samples. Cannot reliably identify the "suspicious" one when unlabeled

**Outcome:** What appeared to be a sophisticated exfiltration pattern was pareidolia - the analyst's trained brain completing a "data theft" template from ambiguous noise. Investigation closed without false alarm escalation, analyst documents the false positive for training calibration.

## Anti-Patterns
- Trusting visual pattern detection in security, medical imaging, or financial analysis without quantitative validation
- Assuming "I can see it clearly" means the pattern is real
- Using suggestive framing that primes others to see your perceived pattern
- Dismissing statistical non-significance because "the chart clearly shows" otherwise
- Treating pareidolia as a personal failing rather than a universal cognitive feature
- Designing ML systems that inherit human pareidolia via biased training labels

## Scoring Rationale
- **Practitioner Weight (6/10)**: Most relevant in visual analysis domains
- **Clarity & Executability (8/10)**: Clear 5-step process with practical tests
- **Proven ROI (6/10)**: Prevents false positives in pattern-dependent analysis
- **Novelty (7/10)**: Well-known in cognitive science, under-applied in business contexts
- **Cross-Domain Applicability (6/10)**: Primary value in visual analysis, security, data science
- **Total: 33/50**

## Related
- apophenia
- clustering-illusion
- confirmation-bias
- availability-heuristic
- representativeness-heuristic

Attribution

lev-oslev-os
View sourceMore from lev-os →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Solution Architect

Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.

192 votes

Akorchak:Venture Assessment

Generate a comprehensive VC investment assessment report for a company

72 votes

Stock Analysis

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market cap), and periodic performance reports (daily/weekly/monthly/quarterly/yearly). 8 analysis dimensions for stocks, 3 for crypto. Use for stock analysis, portfolio tracking, earnings reactions, or crypto monitoring.

6511 votes

Just Fucking Cancel

Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Out...

6511 votes

Telegram Compose

Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting wit...

6511 votes
View all in business →