Securevector AI Threat Monitor — Security skill for Claude Code
Security & Observability for AI Agents — audit every tool call, enforce allow/block policies, catch prompt injection and data leaks.
How to install Securevector AI Threat Monitor
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open Secure-Vector/securevector-ai-threat-monitor and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Securevector AI Threat Monitor does
Security & Observability for AI Agents — audit every tool call, enforce allow/block policies, catch prompt injection and data leaks. Local-first; works with Claude Code, Codex, Copilot CLI, OpenClaw, LangChain, and all major LLM APIs.
Alternatives in Security
- Anthropic Cybersecurity Skills — 734+ structured cybersecurity skills for AI agents · MITRE ATT&CK mapped · agentskills.io open standard · Work 3.8k ★
- Agentseal — Security toolkit for AI agents 344 ★
- UX Critique — Open-ended taste call on a specific surface 66 ★
README
SecureVector
Security and Observability for AI Agents
Every model call and every tool call your agent makes, on one timeline, with a security verdict on each. On your machine.
[](https://opensource.org/licenses/Apache-2.0) [](https://pypi.org/project/securevector-ai-monitor) [](https://pypi.org/project/securevector-ai-monitor) [](https://pypistats.org/packages/securevector-ai-monitor) [](https://pepy.tech/project/securevector-ai-monitor) [](https://discord.gg/k3bgZuCQBC)
Two lines of Python
pip install "securevector-ai-monitor[app]"
securevector-app --web
from securevector import guard, instrument
instrument() # patches the OpenAI and Anthropic clients you already use
with guard.session("ticket-8812", user_id="u-42"):
reply = client.chat.completions.create(model="gpt-4o", messages=messages)
Open [http://localhost:8741](http://localhost:8741) and every model call is there: model, tokens, cost, duration, finish reason, a verdict, and a redacted preview of the prompt and the response. Every `@guard` tool call nests under the model turn that asked for it.
Related Skills
Arbitus
Open-source security gateway for MCP tool calls — blocks secret leaks, enforces agent policies, and requires h
Openclaw Skill
ZettelForge v2.0.0 — CTI agentic memory system. Hybrid TypeDB (STIX 2.1) + LanceDB (vectors). Zero external AI
Mine Permissions Audit
Analyze frequent permission prompts and recommend allow-list entries to reduce friction.
Claude Mission Control
Real-time command center for Claude Code agents. Monitor all agents from one dashboard, send instructions, tra
Sandspy
Real-time security monitor for AI coding agents. See what Claude Code, Cursor, Codex, and others actually do o
Intent Engineering
Enforce intent engineering: a Claude Code plugin with 5 review lenses (predictability, convention, simplicity,
Related Agents
Beads Warden
Guard the beads execution record: enforce the write-flush-verify discipline that defeats the bd rapid-write ra
Observability Purist
The divine bringer of light into the darkness of unobservable code. Use this agent to audit and enforce proper
Gilfoyle
Gilfoyle (Гілфойл, Silicon Valley) — security specialist for deep vulnerability audits — OWASP Top 10, auth/au