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.
npx skills add Threat-Vector-Security/guardian-agent --skill native-av-managementgit clone --depth 1 https://github.com/Threat-Vector-Security/guardian-agentWrote 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/skills/threat-vector-security/guardian-agent/native-av-management)<a href="https://agentmods.dev/skills/threat-vector-security/guardian-agent/native-av-management"><img src="https://agentmods.dev/badge/skills/threat-vector-security/guardian-agent/native-av-management.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00392 |
| Opus 5 | $0.00000 | $0.00196 |
| Sonnet 5 | $0.00000 | $0.00078 |
| Haiku 4.5 | $0.00000 | $0.00039 |
Grade A, and why
native-av-management 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 8d 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
Native AV Management
Use this when the user is asking about Windows Defender or native host protection rather than generic host-monitor output.
Workflow
- Start with
windows_defender_status. - If the state may be stale, use
windows_defender_refresh. - Interpret the result before acting:
available: truemeans Defender status is readable and active enough for native checks.inactiveReason: "third_party_antivirus"means Defender is not the primary AV because another provider is registered.inactiveReason: "query_failed"means the native provider itself could not be queried cleanly.
- Only request
windows_defender_scanorwindows_defender_update_signatureswhen the user wants an action and policy allows it.
Interpretation Rules
- A third-party AV such as Malwarebytes can make Defender inactive without that being a security failure.
- Defender detections and control disablement are higher-confidence signals than generic baseline alerts.
- Treat Controlled Folder Access, firewall profile disablement, and stale signatures as host-protection posture findings, not proof of compromise.
Boundaries
- Use
host-firewall-defenseforsensitive_path_change,new_external_destination, host monitor posture, and gateway firewall drift. - Use
security-triagewhen Defender findings need full incident review across other telemetry. - Use
security-alert-hygienewhen the question is primarily about dismissing or suppressing repeated native alerts.
Gotchas
- Do not call Defender "broken" when the provider explicitly says it is inactive because another AV is primary.
- Do not assume quitting a tray app reactivates Defender; service and registration state matter.
- Do not recommend scans or signature updates as if they were read-only operations.
Read references/coexistence.md when third-party AV coexistence or fallback behavior is the main question.
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 8d ago First seen · 34 lines · 0 tokens per session scan A fb639870e1d3
native-av-management is a skill published in the GitHub repository Threat-Vector-Security/guardian-agent (13 stars, last pushed 2d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 392 tokens. 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-08-30.
Other skills, from other repositories
analyzing-powershell-script-block-logging
Parse Windows PowerShell Script Block Logs (Event ID 4104) from EVTX files to detect obfuscated commands, encoded payloads, and living-off-the-land techniques. Uses python-evtx to extract and reconstruct multi-block scripts, applies entropy analysis and pattern matching for Base64-encoded commands, Invoke-Expression…
agent-squad-typescript
Use when building or modifying a Node.js / TypeScript app that uses the agent-squad npm package — multi-agent orchestration: orchestrator, agents (all built-in types + GroundedAgent), classifier routing (Bedrock / Anthropic / OpenAI), storage (in-memory / DynamoDB / SQL), retrievers (Amazon KB / Dakera), and tools…
intent-recognition
Classifies automation requests using two decisions: anchor (which primitive owns the top-level control flow — workflow-anchored, agent-anchored, needs-clarification, or out-of-scope) and embedsother (whether the other primitive appears embedded inside — an agent step inside a workflow, or a workflow invoked as an…
post-build-flow
Handles workflow verification and setup after build-workflow succeeds, or when the message contains workflow-verification-follow-up or workflow-setup-required. Load after direct builds, when verificationReadiness requires action, or on orchestrator verify/setup follow-up turns.
data-table-manager
Load before calling data-tables or parse-file. Use for natural standalone requests like "what data tables do I have?", "show/list my tables", or "what columns are in this table?", and whenever the user asks to list, show, create, inspect, import, seed, query, update, clean up, rename columns in, or delete data tables…
planned-task-runtime
Handles system follow-up turns: planned-task-follow-up (synthesize, replan, build-workflow, checkpoint), background-task-completed, running-tasks context, and create-tasks silence rules. Load whenever any of these tags appear or after calling create-tasks.