vector
01Plugin Claude Code
Red-team scanning for LLM agents.
Plugin Claude Code
Red-team scanning for LLM agents.
Plugin Claude Code
Red-team scanning for LLM agents — integrate Vector in your repo, harden against findings, generate agent profiles.
MCP server Claude CodeCodexCursor
MCP server "vector", hosted remotely at vector-api.pharosone.ai, as configured in pharosone/vector-plugin.
Instructions file Gemini CLI
Gemini CLI instructions for pharosone/vector-plugin, covering vector context for gemini cli, when to use mcp tools vs skills, defaults and auth flow on first mcp call.
Skill Claude CodeCodex
Harden an LLM agent against a batch of FAIL findings from a single Vector session — group findings by root cause, propose minimal edits per group, add one regression test per group. Use after a full red-team session that produced multiple failures, or when the user says "fix all these findings".
Skill Claude CodeCodex
Generate an AgentContext JSON for Vector — interview the user about their LLM agent, produce a slug + 5-field JSON they paste into the cabinet's New Agent form. Use when creating a saved agent profile, or when the user asks "how do I describe my agent for Vector?".
Skill Claude CodeCodex
Harden an LLM agent against a specific FAIL verdict from Vector — read the system prompt, propose a narrow fix, add a regression test that replays the attack. Use when the user pastes a single failed finding from a session report or asks "how do I fix this red-team finding?".
Skill Claude CodeCodex
Integrate Vector red-team scanning into the user's codebase — build an AgentAdapter that calls their LLM agent, a RedTeamRunner that drives the Vector REST API, and a CI workflow that fails the build on Broken findings. Use when setting up Vector for the first time, wiring it into CI, or adding red-team gates to a…