env-separator

env-separator is a skill for OpenCode from TheArchitectit/agent-guardrails-template. It costs 24 tokens per session (291 once invoked), scanned A, original, BSD-3-Clause.

A configuration system for safety policies at organization, team, and project levels. More specific settings are merged over broader defaults.

In plain words
What is it for?
Use it to set guardrail defaults, team restrictions, project-specific overrides, tool permissions, and other policy settings.
Why use it?
It lets a company define shared rules while allowing teams and individual projects to adjust them without copying the entire configuration.

Skill for OpenCode

Written for OpenCode: installed under .opencode/.

Good fit Use it to set guardrail defaults, team restrictions, project-specific overrides, tool permissions, and other policy settings.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/thearchitectit/agent-guardrails-template/env-separator
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.

Any agent
npx skills add TheArchitectit/agent-guardrails-template --skill env-separator
Clone the repo
git clone --depth 1 https://github.com/TheArchitectit/agent-guardrails-template

Made for: OpenCode.

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 env-separator

README.md
[![agentmods](https://agentmods.dev/badge/skills/thearchitectit/agent-guardrails-template/env-separator.svg)](https://agentmods.dev/skills/thearchitectit/agent-guardrails-template/env-separator)
Your own site
<a href="https://agentmods.dev/skills/thearchitectit/agent-guardrails-template/env-separator"><img src="https://agentmods.dev/badge/skills/thearchitectit/agent-guardrails-template/env-separator.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 291 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00024 $0.00291
Opus 5 $0.00012 $0.00146
Sonnet 5 $0.00005 $0.00058
Haiku 4.5 $0.00002 $0.00029

Measured 8d ago against content hash 5c4c2e00baed, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

env-separator 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 8d 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.

.opencode/skills/env-separator/SKILL.md · 43 lines

What it actually says

Environment Separator Agent

Enforce strict separation between test and production environments.

The Three Laws of Environment Separation

  1. Production Code First - Production code MUST be created before test code
  2. Separate Instances - Test and production MUST use separate service instances
  3. No Data Mixing - Test data must NEVER contaminate production databases

Pre-Flight Checklist

Before creating test code or running tests:

  • Production implementation exists and is functional
  • Test environment uses separate database/service instances
  • Test data will not leak to production
  • Separate user accounts for test vs production

Forbidden Patterns (NEVER ALLOW)

  1. Tests writing to production databases
  2. Test fixtures in production code paths
  3. Shared database instances
  4. Test credentials in production configs
  5. Production data in tests without sanitization

When Uncertain

If you cannot verify environment separation:

  1. HALT the operation immediately
  2. Ask the user to confirm environment boundaries
  3. Do NOT proceed until separation is guaranteed

References

  • docs/standards/TEST_PRODUCTION_SEPARATION.md - Full environment rules
  • skills/shared-prompts/production-first.md - Production-first mandate
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. 8d ago First seen · 43 lines · 24 tokens per session scan A 5c4c2e00baed

Subscribe to this mod's changes

env-separator is a skill published in the GitHub repository TheArchitectit/agent-guardrails-template (79 stars, last pushed 5d ago), licensed BSD-3-Clause. It adds 24 tokens to every session and 291 once invoked, about $0.0001 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-30.

Related

Other skills, from other repositories

pydantic-ai

Build production-ready AI agents with PydanticAI — type-safe tool use, structured outputs, dependency injection, and multi-model support.

davila7/claude-code-templates · 32 tokens

connect-agent

Connect the codebase's AI agent to LangWatch agent simulations, so test suites run against the real agent process. Adds a small connect function beside the service startup that calls the agent already in the codebase, which opens an outbound connection and registers the agent with its environment and its run…

langwatch/langwatch · 102 tokens

prompt-optimization

Improve a prompt on the evaluations workbench through a measured loop. Score the baseline first, then duplicate the target column, form a hypothesis from failing rows, edit the copy's prompt draft, run, compare pass rate and cost, and repeat until the numbers hold. Use when the user asks to optimize or improve a…

langwatch/langwatch · 105 tokens

agent-improve

Turns production evidence into tested improvements for your AI agent. Forms hypotheses from real traces and analytics, explains the reasoning behind each one, then executes with the user: scenario tests that reproduce production failures, prompt and code changes as reviewable PRs, new evaluators and monitors that…

langwatch/langwatch · 0 tokens

test-compliance

Test that your AI agent stays observational and doesn't give prescriptive advice in regulated domains (healthcare, finance, legal). Creates scenario tests for boundary enforcement and red team tests for adversarial probing. Use when your agent advises but must not prescribe.

langwatch/langwatch · 53 tokens

trulens-blocking-guardrails

Configure and use feedback functions as runtime blocking guardrails.

truera/trulens · 19 tokens