Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Phishing simulation campaign execution and analysis for security awareness assessment
.claude/skills/a5c-ai-phishing-simulation-skill/SKILL.md| Model | Eval pass | Runs |
|---|---|---|
| gemini-3.6-flash | 100% | 4 |
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-03 | ✗→✓ | ▲ Improved | 10% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 97% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 104% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 22% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 55% | 0% |
Execute and analyze phishing simulation campaigns to assess organizational security awareness, identify high-risk users, and measure the effectiveness of security training programs.
| Type | Description | Risk Level | |------|-------------|------------| | Mass Phishing | Broad awareness testing | Low | | Spear Phishing | Targeted attacks | Medium | | Whaling | Executive targeting | High | | Vishing | Voice phishing | Medium | | Smishing | SMS phishing | Medium | | BEC | Business email compromise | High |
json{ "type": "object", "properties": { "campaignType": { "type": "string", "enum": ["mass", "spear", "whaling", "department", "new-hire"], "description": "Type of phishing simulation" }, "templateCategory": { "type": "string", "enum": ["password-reset", "it-support", "delivery", "invoice", "hr", "executive", "cloud-service"], "description": "Phishing template category" }, "targetGroups": { "type": "array", "items": { "type": "string" }, "description": "Target user groups or departments" }, "schedule": { "type": "object", "properties": { "startDate": { "type": "string", "format": "date-time" }, "endDate": { "type": "string", "format": "date-time" }, "sendingWindow": { "type": "string" } } }, "difficulty": { "type": "string", "enum": ["easy", "medium", "hard", "expert"], "description": "Simulation difficulty level" }, "landingPageAction": { "type": "string", "enum": ["awareness", "training-redirect", "credential-capture"], "description": "Action when user clicks link" }, "customTemplate": { "type": "string", "description": "Path to custom template file" } }, "required": ["campaignType", "targetGroups"] }
json{ "type": "object", "properties": { "campaignId": { "type": "string" }, "campaignType": { "type": "string" }, "executionPeriod": { "type": "object", "properties": { "startDate": { "type": "string" }, "endDate": { "type": "string" } } }, "targetSummary": { "type": "object", "properties": { "totalTargets": { "type": "integer" }, "emailsSent": { "type": "integer" }, "emailsDelivered": { "type": "integer" }, "bounced": { "type": "integer" } } }, "results": { "type": "object", "properties": { "emailsOpened": { "type": "integer" }, "openRate": { "type": "number" }, "linksClicked": { "type": "integer" }, "clickRate": { "type": "number" }, "credentialsSubmitted": { "type": "integer" }, "submissionRate": { "type": "number" }, "attachmentsOpened": { "type": "integer" }, "reportedPhishing": { "type": "integer" }, "reportRate": { "type": "number" } } }, "departmentBreakdown": { "type": "array", "items": { "type": "object", "properties": { "department": { "type": "string" }, "clickRate": { "type": "number" }, "riskScore": { "type": "number" } } } }, "highRiskUsers": { "type": "array", "items": { "type": "object", "properties": { "userId": { "type": "string" }, "actions": { "type": "array" }, "repeatOffender": { "type": "boolean" } } } }, "trainingRecommendations": { "type": "array", "items": { "type": "object", "properties": { "userGroup": { "type": "string" }, "recommendedModules": { "type": "array" }, "priority": { "type": "string" } } } }, "benchmarkComparison": { "type": "object", "properties": { "industryAvgClickRate": { "type": "number" }, "organizationClickRate": { "type": "number" }, "performanceRating": { "type": "string" } } } } }
javascriptskill: { name: 'phishing-simulation-skill', context: { campaignType: 'mass', templateCategory: 'password-reset', targetGroups: ['all-employees'], difficulty: 'medium', landingPageAction: 'awareness' } }
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 16,390 | 23,328 | +42% | 1 | 1 | 0% | 1,934 | 3,684 | +90% | 0 | 0 | — |
case-02 | fail→fail | 25,932 | 25,144 | -3% | 1 | 1 | 0% | 2,499 | 5,118 | +105% | 0 | 0 | — |
case-03 | fail→pass | 22,182 | 15,332 | -31% | 1 | 1 | 0% | 3,019 | 3,327 | +10% | 0 | 0 | — |
case-04 | fail→fail | 13,305 | 20,947 | +57% | 1 | 1 | 0% | 2,120 | 4,461 | +110% | 0 | 0 | — |
case-05 | fail→fail | 8,643 | 12,130 | +40% | 1 | 1 | 0% | 1,764 | 3,027 | +72% | 0 | 0 | — |
case-06 | fail→fail | 14,006 | 17,260 | +23% | 1 | 1 | 0% | 1,483 | 3,830 | +158% | 0 | 0 | — |
case-07 | fail→pass | 19,073 | 10,159 | -47% | 1 | 1 | 0% | 1,332 | 2,623 | +97% | 0 | 0 | — |
case-08 | fail→pass | 7,124 | 4,112 | -42% | 1 | 1 | 0% | 1,230 | 2,504 | +104% | 0 | 0 | — |
case-09 | fail→pass | 18,342 | 11,953 | -35% | 1 | 1 | 0% | 2,162 | 2,640 | +22% | 0 | 0 | — |
case-10 | fail→pass | 17,861 | 15,115 | -15% | 1 | 1 | 0% | 1,356 | 2,108 | +55% | 0 | 0 | — |
case-11 | fail→pass | 18,667 | 11,481 | -38% | 1 | 1 | 0% | 3,213 | 2,312 | -28% | 0 | 0 | — |
case-12 | fail→pass | 13,583 | 8,712 | -36% | 1 | 1 | 0% | 2,629 | 2,365 | -10% | 0 | 0 | — |
case-13 | fail→pass | 13,764 | 1,860 | -86% | 1 | 1 | 0% | 1,474 | 2,052 | +39% | 0 | 0 | — |
case-14 | fail→pass | 22,772 | 7,374 | -68% | 1 | 1 | 0% | 3,074 | 2,088 | -32% | 0 | 0 | — |
case-15 | fail→pass | 6,533 | 6,898 | +6% | 1 | 1 | 0% | 1,216 | 1,973 | +62% | 0 | 0 | — |
case-16 | pass→pass | 10,744 | 8,677 | -19% | 1 | 1 | 0% | 2,112 | 3,640 | +72% | 0 | 0 | — |
case-17 | fail→pass | 11,962 | 11,852 | -1% | 1 | 1 | 0% | 2,527 | 2,539 | +0% | 0 | 0 | — |
case-18 | fail→fail | 14,800 | 11,470 | -23% | 1 | 1 | 0% | 1,898 | 3,564 | +88% | 0 | 0 | — |
case-19 | fail→pass | 14,019 | 9,235 | -34% | 1 | 1 | 0% | 1,694 | 2,456 | +45% | 0 | 0 | — |
case-20 | fail→pass | 4,394 | 2,790 | -37% | 1 | 1 | 0% | 852 | 2,158 | +153% | 0 | 0 | — |
case-21 | fail→pass | 11,331 | 9,500 | -16% | 1 | 1 | 0% | 1,324 | 2,474 | +87% | 0 | 0 | — |
case-22 | pass→pass | 18,095 | 14,209 | -21% | 1 | 1 | 0% | 3,577 | 3,747 | +5% | 0 | 0 | — |
case-23 | pass→pass | 7,649 | 13,473 | +76% | 1 | 1 | 0% | 1,179 | 2,020 | +71% | 0 | 0 | — |
case-24 | pass→pass | 17,828 | 11,598 | -35% | 1 | 1 | 0% | 2,186 | 2,039 | -7% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 24 cases were attempted. The headline lift of +58 percentage points is the difference between those two pass rates over the 24 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.