Salient Core — AI skill for Claude Code
Guardrail and permission layer for AI agent harnesses.
How to install Salient Core
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open baggybin/salient-core and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Salient Core does
Guardrail and permission layer for AI agent harnesses. A default-deny control kernel that gates every tool call before it runs — sandboxed scopes, human-in-the-loop operator inbox, and a replayable redacted audit trail. Works under Claude Code, Codex, or your own agent loop. Python, MCP, Apache-2.0.
Alternatives in AI
- Browser Operator Core — Browser Operator - The AI browser with built in Multi-Agent platform 500 ★
- Agent Kernel — Minimal kernel to make any AI coding agent stateful 334 ★
- BossConsole — Open-source, multi-platform harness for AI agents — a native, multi-threaded operator's console (JVM, not Elec 227 ★
README
salient-core
**A permission layer that runs *below* the model, not in its prompt.** Every tool call — SDK built-in, MCP, inter-agent bus, or one the model tries to slip through as plain text — hits the same default-deny gate before it executes. A denied call never runs.
[](https://github.com/baggybin/salient-core/actions/workflows/ci.yml) [](https://github.com/baggybin/salient-core/blob/main/LICENSE)
One developer, pre-alpha (`0.8.27`), not yet on PyPI, APIs still moving. 1143 tests. The control model was forged inside a private multi-agent security system, where the gates had to hold under real pressure — then it generalized out to this. Apache-2.0.

Most stacks secure agents with a system prompt: *"don't touch production,"* *"don't delete that folder."* That's a request, not a wall. If the model hallucinates, gets prompt-injected, or is just over-eager, nothing underneath the loop stops the destructive call — it runs. An agent that can still run `rm -rf` because a prompt asked it not to isn't sandboxed; it's hoping.
`salient-core` moves the rule out of the prompt and into the call path. It sits between the model and your tools as a default-deny kernel: every invocation is classified and checked *before* anything executes, the decision is recorded, and anything a human needs to approve waits in a typed inbox. Enabling a tool never implicitly authorizes it — capability and authorization are separate, and unclassified tools fail closed.
The one thing a prompt-level guardrail can't do
The gate keys off a *canonical* identity, not the wire name the model chose — so a call can't rename itself, or switch transports, to dodge the rule. Here the same po
Related Skills
Dsh Auto Review
Second-model AI auto-review for DeepSeek Harness approval requests: a read-only reviewer subagent returns stru
Frostagent
Deny-by-default capability linter for AI agent setups: MCP servers, hooks, permissions, skills. A one-screen p
Usewarden
Free, local guardrail for AI coding agents — Claude Code, Cursor, Gemini CLI and more. Blocks out-of-scope wri
AI Safe Driver
AI agent drift detection and recovery for Claude Code and OpenAI Codex—stop repeated tool-call, instruction-fo
Apronagents
Multi-agent AI coding with a human merge gate — sandboxed git for agents, small reviewed diffs, your call on e
Ccinv
Inventory dashboard for Claude Code — commands, skills, agents, hooks, MCP, plugins across user/project/local
Related Agents
Scope Exploit
Red team operator — context-driven permission discovery, escalation path identification with real-world resear
Permissions Manager
Manage tool permission rules. Use when user says 'allow', 'deny', or 'ask' for a command, wants to modify perm
Permission Analyst
Recommends allow/deny permission rules from denial telemetry and policy via PromptWise. Use to reduce permissi