Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
daemon-blockint-tech avatar

Ml Infrastructure Engineer Safeguards

  • 28 installs
  • 7 repo stars
  • Updated May 20, 2026
  • daemon-blockint-tech/agentic-enteprises-skill

Guides ML safeguard infrastructure: inference gateways, model serving, guardrail/moderation pipelines in the request path, policy enforcement, and safety observability.

About

Guides ML infrastructure for safeguards, covering inference gateways with pre/post-filter stages, model serving, moderation/classifier services, policy runtime, safety metrics, and safeguard rollout. An engineer uses it when designing safety layers on LLM endpoints or debugging block-rate and latency regressions.

  • Inference gateway staging: auth, rate limit, pre-filter, model, post-filter
  • Safety observability: block rate, false-positive sampling, guard-path p99

Ml Infrastructure Engineer Safeguards by the numbers

  • 28 all-time installs (skills.sh)
  • Ranked #9,505 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/daemon-blockint-tech/agentic-enteprises-skill --skill ml-infrastructure-engineer-safeguards

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs28
repo stars7
Last updatedMay 20, 2026
Repositorydaemon-blockint-tech/agentic-enteprises-skill

What it does

Guides ML safeguard infrastructure: inference gateways, model serving, guardrail/moderation pipelines in the request path, policy enforcement, and safety observability.

Files

SKILL.mdMarkdownGitHub ↗

ML Infrastructure Engineer, Safeguards

When to Use

  • Design inference gateway with safeguard stages (auth, rate limit, pre-filter, model, post-filter)
  • Deploy model servers — GPU pools, replicas, autoscaling, health checks
  • Operate moderation/classifier services (hosted or self-hosted) in production
  • Configure policy runtime — thresholds, categories, block vs rewrite vs escalate
  • Instrument safety metrics — block rate, false positive sampling, safety-path latency
  • Roll out safeguard model versions — canary, rollback, config flags
  • Plan capacity for safety + main model (queueing, shedding, degradation modes)
  • Integrate human review queues and appeal flows at infrastructure boundary
  • Debug production incidents — safety service down, filter bypass, p99 on guard path

When NOT to Use

  • Draft AI acceptable-use policy or risk tiers → ai-risk-governance
  • Implement product RAG, agents, or prompts → ai-engineer, prompt-engineer
  • Run jailbreak/red-team engagements → ai-redteam
  • Build generic developer portal or golden paths → platform-engineer
  • SOC 2 control evidence mapping → compliance-engineer
  • End-to-end commercial AI architecture ADRs → applied-ai-architect-commercial-enterprise
  • AI ops cadence and vendor contracts → ai-lead-ops
  • Classical ML experimentation and feature science → data-scientist

Related skills

NeedSkill
LLM product features and eval harnessesai-engineer
Governance, model cards, regulatory mappingai-risk-governance
Adversarial testing before launchai-redteam
Pipelines, GitOps, generic SLOsdevops
K8s cluster and Helm for shared platformcluster-deployment-engineer
Latency/load on app pathsperformance-engineer
GPU supply at facility/portfolio leveldata-center-compute-supply-efficiency
Tenant isolation on product runtimeproduct-infrastructure-security-engineer
Release governance and incident ritualsai-lead-ops
Enterprise AI architectureapplied-ai-architect-commercial-enterprise
Classifier research, eval suites, promotionml-research-engineer-safeguards

Core Workflows

1. Inference and serving platform

Gateways, model servers, scaling.

See `references/inference_serving_platform.md`.

2. Safeguards request path

Pre/post filters, ordering, failure modes.

See `references/safeguards_request_path.md`.

3. Policy runtime enforcement

Thresholds, actions, human loop hooks.

See `references/policy_runtime_enforcement.md`.

4. Safety observability

Metrics, logs, sampling, privacy.

See `references/safety_observability.md`.

5. Model and config rollout

Versions, canaries, kill switches.

See `references/model_version_rollout.md`.

6. Capacity and reliability

GPU, degradation, DR.

See `references/capacity_reliability.md`.

Outputs

  • Architecture diagram — request path with safeguard stages and dependencies
  • Runbook — deploy, rollback, scale, incident playbooks for safety services
  • Config spec — policy thresholds, model IDs, feature flags per environment
  • SLO sheet — availability and p99 for gateway + each safety stage
  • Capacity plan — GPU/CPU headroom, QPS limits, degradation matrix
  • Rollout plan — canary criteria tied to block-rate and error budgets

Principles

  • Fail closed for high-risk tiers — when safety path unavailable, default deny or safe response per policy
  • Latency budgeted — safety is part of user-facing SLO, not best-effort
  • Observable decisions — log decision codes, not raw harmful content in clear text
  • Version everything — policy config, classifier weights, and gateway routing independently
  • Test in prod-like path — staging must run full safeguard chain, not model-only

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.