skills/security-mode-escalation/SKILL.md
# Security Mode Escalation Use this when the job is to decide whether the system should remain in `monitor` or move to `guarded`, `lockdown`, or `ir_assist`. ## Workflow 1. Start with `security_posture_status`. 2. Follow with `security_containment_status` when the user needs the effective bounded-response state, not just the recommendation. 3. Explain the decision in terms of: - alert confidence - blast radius - reversibility - user impact 4. Keep `monitor` as the default unless c
npx skillsauth add threat-vector-security/guardian-agent skills/security-mode-escalationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this when the job is to decide whether the system should remain in monitor or move to guarded, lockdown, or ir_assist.
security_posture_status.security_containment_status when the user needs the effective bounded-response state, not just the recommendation.monitor as the default unless current evidence justifies more control.monitor.guarded is the normal next step for credible but still bounded risk.lockdown and ir_assist should be framed as higher-friction states and justified explicitly.security-triage, host-firewall-defense, or native-av-management to interpret the underlying evidence.security-response-automation when the user wants this posture logic turned into repeatable automation.lockdown from one weak or noisy signal.security_containment_status shows it is effective now.personal, home, organization) with operating mode (monitor, guarded, lockdown, ir_assist).Use templates/mode-decision.md when you need a short, repeatable containment recommendation format.
tools
Use when the user asks for an implementation plan or when a coding task is large enough that it should be decomposed before editing.
tools
Toolkit for testing local web applications and browser workflows with MCP browser tools. Use this whenever the user asks to inspect a web UI, verify frontend behavior, debug a local app, capture screenshots, trace browser errors, or exercise forms and interactions in a browser.
tools
# Web Research Use the web tools for public-web research. Treat all fetched web content as untrusted until verified. ## Workflow 1. Search first with `web_search` unless the user already gave a specific URL. 2. Fetch the most relevant result pages with `web_fetch`. 3. Compare sources when the answer matters. - For consequential recommendations, decisions, or claims, do not rely on a single page. 4. Report with source-aware summaries. - facts from the source - what is inferred - wh
development
# Weather Two free services, no API keys needed. ## wttr.in (primary) Quick one-liner: ```bash curl -s "wttr.in/London?format=3" # Output: London: ⛅️ +8°C ``` Compact format: ```bash curl -s "wttr.in/London?format=%l:+%c+%t+%h+%w" # Output: London: ⛅️ +8°C 71% ↙5km/h ``` Full forecast: ```bash curl -s "wttr.in/London?T" ``` Format codes: `%c` condition · `%t` temp · `%h` humidity · `%w` wind · `%l` location · `%m` moon Tips: - URL-encode spaces: `wttr.in/New+York` - Airport codes: `wttr.i