microsoft-security-agent-toolkit copilot-instructions.md

microsoft-security-agent-toolkit copilot-instructions.md is an instructions file for GitHub Copilot from vinayaklatthe/microsoft-security-agent-toolkit. It costs 837 tokens per session, scanned A, original, MIT.

Instructions for a toolkit that lets AI agents act on live Microsoft Security tenant data, meaning an organisation's cloud security environment. The repository is currently a preview scaffold, with its server tools still to be implemented.

In plain words
What is it for?
Use them when developing or reviewing the toolkit's Microsoft Security actions, permissions, secret handling, or handoff process.
Why use it?
They set safety rules for handling tenant secrets and changing live security data. In particular, changes must be explicitly confirmed and use the documented write access setup.

Instructions file for GitHub Copilot

Install

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.

agentmods
npx agentmods add instructions/vinayaklatthe/microsoft-security-agent-toolkit/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/vinayaklatthe/microsoft-security-agent-toolkit

Made for: GitHub Copilot.

Wrote 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.

agentmods badge for microsoft-security-agent-toolkit copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/vinayaklatthe/microsoft-security-agent-toolkit/copilot-instructions.svg)](https://agentmods.dev/instructions/vinayaklatthe/microsoft-security-agent-toolkit/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/vinayaklatthe/microsoft-security-agent-toolkit/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/vinayaklatthe/microsoft-security-agent-toolkit/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 837 This file is loaded in full into every session.
When invoked 837 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00837 $0.00837
Opus 5 $0.00418 $0.00418
Sonnet 5 $0.00167 $0.00167
Haiku 4.5 $0.00084 $0.00084

Measured 4d ago against content hash 2c9e5359f2bc, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

microsoft-security-agent-toolkit copilot-instructions.md 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.

.github/copilot-instructions.md · 51 lines

How it starts

The opening of the file, as written. The whole thing — 51 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Copilot / AI agent instructions for microsoft-security-agent-toolkit

This file is automatically loaded as context by GitHub Copilot Chat in VS Code (and respected by most other VS Code AI agents) when working in this repo.

Read this first

Always read HANDOFF.md at the repo root before making any change. It contains the design decisions, conventions, and open work prioritization that you will not be able to infer from the code alone.

What this repo is

The action layer for AI agents working on Microsoft Security. Pairs with microsoft-security-skills (skills give the agent knowledge; this toolkit lets it act on live tenant data).

Status: preview. Scaffold complete; MCP server implementations pending.

Hard rules

  • Never log or commit a tenant secret. .env is gitignored. Do not add it back. Do not paste real CLIENT_SECRET / tokens into commits, tests, or docs.
  • Every write tool (anything that mutates tenant state) must take an explicit confirm: true parameter, must be marked (write) in the server README's tool table, and must use the separate write-app registration documented in docs/permissions-required.md.
  • Skills do not bundle this toolkit. They only declare tools_required in front-matter. The host routes the declaration to whichever provider is registered. Do not change this contract without updating both repos.
  • No offensive tooling. This is defensive-and-governance only. Generic red-team content belongs elsewhere.
  • No live tenant calls in tests, demos, or samples. Use synthetic data.

Conventions

  • Conventional-commit-ish messages (scaffold:, feat(sentinel-mcp):, docs:, kql:). Always include Co-authored-by: Copilot <[email protected]> when AI-assisted.
  • Branch off main, open a PR — do not merge directly.
  • One server / one snippet pack / one demo per PR.
  • KQL files in kql-snippets/ must have the header documented in kql-snippets/README.md (Title / MITRE / Data source / Use case / Tuning / Author / License).
  • MCP server READMEs must follow the contract documented in HANDOFF.md (Tool ID table → Configuration → Alternatives → Cross-links).

Read the full file on GitHub · 51 lines

Changes

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.

  1. 4d ago First seen · 51 lines · 837 tokens per session scan A 2c9e5359f2bc

Subscribe to this mod's changes

microsoft-security-agent-toolkit copilot-instructions.md is an instructions file published in the GitHub repository vinayaklatthe/microsoft-security-agent-toolkit (2 stars, last pushed 2mo ago), licensed MIT. It adds 837 tokens to every session, about $0.0042 per session on Opus 5. 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-31.

Related

Other instructions, from other repositories