Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/WYRE-AI/msp-claude-pluginsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/plugins/wyre-ai/msp-claude-plugins/awareness-pack)<a href="https://agentmods.dev/plugins/wyre-ai/msp-claude-plugins/awareness-pack"><img src="https://agentmods.dev/badge/plugins/wyre-ai/msp-claude-plugins/awareness-pack.svg" alt="Measured on agentmods" height="20"></a>Grade A, and why
awareness-pack scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
{
"name": "awareness-pack",
"displayName": "Security Awareness & Training",
"description": "Cross-vendor security awareness operations \u2014 training completion tracking, phishing simulation results, and per-user risk scoring across whatever security-awareness training tools you have connected. Complements secops-pack's technical threat response with the human-layer prevention side.",
"version": "0.1.3",
"author": {
"name": "MSP Claude Plugins Community"
},
"homepage": "https://github.com/wyre-technology/msp-claude-plugins",
"repository": "https://github.com/wyre-technology/msp-claude-plugins",
"license": "Apache-2.0"
}
What it installs
The manifest is a name and a version. 3 skills, 3 commands, 3 agents travel with it, and installing the plugin installs all of them — 537 tokens a session between them. Each is measured on its own page, and each can be installed alone.
- Skill Human Risk Scoring A 71 tokens
- Skill Phishing Simulation Analysis A 56 tokens
- Skill Training Completion Tracking A 59 tokens
- Command phishing-results A 13 tokens
- Command risk-report A 21 tokens
- Command training-status A 20 tokens
- Agent human-risk-scorer A 108 tokens
- Agent phishing-simulation-analyst A 96 tokens
- Agent training-compliance-auditor A 93 tokens
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 13 lines scan A 8d19cbe3c2b5
awareness-pack is a plugin published in the GitHub repository WYRE-AI/msp-claude-plugins (45 stars, last pushed 5d ago), licensed Apache-2.0. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-04.
Other plugins, from other repositories
benai-marketing
The BenAI marketing OS as skills: research, copywriting in Ben's voice, design systems, carousels, thumbnails, video editing, and analytics. competitor-radar and analytics-dashboard are schedule-ready.
odin-git
ODIN workflows for commits, branches, pull requests, review feedback, and issue tracking.
federal-court-rules
Look up and search federal procedural and evidence rules plus selected district local and ECF rules using a verified local corpus downloaded on first use.
unity-devtools
Drive a running Unity Mono development build from your coding agent (Claude Code, Codex CLI): ships the unity-devtools-mcp server (process discovery, live type reflection, C# expression evaluation, and ECS entity/component/buffer read-write over the Mono Soft Debugger protocol, no code injection), plus skills.
codeql-resolver
Systematic CodeQL alert analysis and resolution for GitHub Actions workflows.
rad-chrome-extension
MV3 Chrome extension development standards (WXT, React, TypeScript) with two pure-stdlib Python validators that catch what LLM eyeballing misses. Skills cover architecture, MV3 security (CSP, remote code ban, content script isolation), permission minimization and CWS compliance, typed messaging, storage selection…