training-completion-tracking

Solid

Use this skill when assessing security-awareness training completion for a single client or across the whole portfolio. Covers overdue-training detection, per-org completion-rate calculation, and how to flag clients falling behind their contracted training cadence (e.g. quarterly phishing simulations, annual security-awareness modules) — across whatever training/awareness platform is connected, discovered via conduit__search_tools rather than assumed.

AI & Automation 36 stars 16 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 80/100

Stars 20%
52
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Training Completion Tracking ## Overview Training completion is the leading indicator for the human-layer side of security posture: an org whose users are behind on required training is an org whose users are more likely to fall for the next real phishing attempt. This skill covers how to pull training-campaign completion state across whatever security-awareness platform is connected, turn it into a per-org completion rate, and flag clients falling behind their contracted cadence — without assuming a specific vendor's data model. ## Step Zero: Confirm What's Connected Call `conduit__search_tools` with a query like `"training campaign"` or `"training completion"` before assuming a specific vendor is available. KnowBe4 is the primary training/phishing-simulation platform in this marketplace and, where connected, is the strongest source for this skill — it exposes campaign-level enrollment and completion data directly (e.g. `knowbe4__list_users`, `knowbe4__list_campaigns`). Proofpoint and Checkpoint Avanan both carry secondary awareness/phishing-simulation features alongside their core email-security function; where connected, treat them as additional or corroborating sources, not a replacement for a dedicated training platform. If no training/awareness connector is found for a client, say so explicitly rather than reporting a completion rate of 0% — "unmeasured" and "0% complete" are very different findings and must not be conflated. ## Key Concepts ### What "overdue" m...

Details

Author
wyre-technology
Repository
wyre-technology/msp-claude-plugins
Created
5 months ago
Last Updated
today
Language
Astro
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

human-risk-scoring

Use this skill when building a per-user or per-org "human risk score" from training completion, phishing-simulation performance, and optionally real-world click-through data from connected email-security tools. Covers a simple, explainable, non-black-box scoring approach and how to degrade gracefully to training-completion-only scoring when phishing-simulation data isn't available.

36 Updated today
wyre-technology
AI & Automation Solid

phishing-simulation-analysis

Use this skill when analyzing phishing-simulation campaign results: click-rate trends over time, repeat-clicker identification, and — where a technical threat-response tool is also connected — correlating simulated-phishing performance with real-world phishing incidents as a compounding risk signal. Covers how to surface that correlation as optional enrichment without assuming secops-pack or any incident-response tool is installed.

36 Updated today
wyre-technology
AI & Automation Listed

skill-compliance-auditor

Measures skill trigger-compliance — whether the RIGHT skill actually fires for the requests it should serve — across the pmo-platform skill catalog, closing the coverage gap upstream of output-quality and structural audits. It runs template-seeded scenarios at three strictness levels (explicit / neutral / competing), classifies each tool-call trace deterministic-first, and reports a per-strictness compliance rate. Single Measure mode, plus a read-only re-render variant. A mandatory cost governor makes every run operator-gated, scenario-capped, and --dry-run-first. Distinct from eval-writer (which authors eval suites), pmo-qa-auditor (which grades output quality), and gate-evaluation-spec (which measures gate-decision judgment). Triggers: "measure skill trigger-rate", "audit skill compliance", "does the right skill fire", "is this skill's description drifting", "run the trigger-compliance pass", "check skill firing rate", "skill compliance report".

0 Updated today
cody-hutson