← Home

AI Safety

Curated entries for safety from the SMF Clearinghouse.

Showing 17 of 17

Trust

Agent Handoff Safety

Design safe transitions when one agent passes state, tasks, or decisions to another agent so nothing is lost or misused.

safetyhandoffmulti-agent
Verified 29 days ago
Read
Trust

Bias and Fairness Review

Check that agent outputs treat users fairly, avoid harmful stereotypes, and do not reinforce biased patterns in training data or retrieval sources.

safetyfairnessbias
Verified 29 days ago
Read
Trust

Versioning and Rollbacks for Agents

Track versions of prompts, tools, models, and agent configurations so you can roll back quickly when behavior degrades.

safetyversioningrollback
Verified 29 days ago
Read
Trust

Cost Limits and Budget Alerts

Set spending caps, rate limits, and budget alerts before your agent deployment surprises you with an expensive bill.

safetycostbudget
Verified 36 days ago
Read
Trust

Agent Identity and Access Control

Give agents their own identities, scopes, and review cycles so their permissions are explicit and revocable.

safetyidentityaccess control
Verified 42 days ago
Read
Trust

Agent Permission Models

Compare how agents handle file access, command execution, and human approval so you can choose the right default for your risk level.

safetypermissionsagent
Verified 42 days ago
Read
Trust

Agent Safety Checklist

A practical checklist for deploying autonomous AI agents without exposing your systems or data.

safetysecuritychecklist
Verified 42 days ago
Read
Trust

Building a Safety Culture Around Agents

Process, ownership, and review habits that keep agent deployments safe as the team and scope grow.

safetycultureprocess
Verified 42 days ago
Read
Trust

Data Privacy and Retention for Agents

Protect PII, customer data, and proprietary inputs from leaks, unwanted training, and over-retention.

safetyprivacypii
Verified 42 days ago
Read
Trust

Incident Response for Agent Failures

Runbooks, kill switches, and recovery steps for when an agent causes a security, cost, or reliability incident.

safetyincident responserunbook
Verified 42 days ago
Read
Trust

Monitoring and Auditing Agents

Log, alert on, and review agent behavior so you can catch drift, misuse, and failures before they become incidents.

safetymonitoringobservability
Verified 42 days ago
Read
Trust

Output Validation for Agent Tool Calls

Parse, validate, and sanitize every tool call an agent makes so malformed or malicious outputs cannot trigger unintended actions.

safetyvalidationtool calling
Verified 42 days ago
Read
Trust

Prompt Injection Defenses

How to reduce prompt injection, indirect prompt injection, and tool misuse risks in agent deployments.

safetyprompt injectionsecurity
Verified 42 days ago
Read
Trust

Red-Teaming Agents

Adversarial tests to find prompt injection, tool misuse, data leaks, and permission escalation before an attacker does.

safetyred teamadversarial testing
Verified 42 days ago
Read
Trust

Sandboxing Agent Runtimes

How to isolate agents with containers, VMs, restricted users, and network controls so a compromised agent cannot reach the rest of your systems.

safetysandboxcontainer
Verified 42 days ago
Read
Trust

Secrets Management for Agents

Keep API keys, tokens, and credentials out of prompts, code, and logs using vaults, scoped keys, and rotation.

safetysecretsapi keys
Verified 42 days ago
Read
Trust

Supply Chain Security for Agent Systems

Audit model provenance, dependencies, and external tools so your agent stack does not introduce hidden risks.

safetysupply chaindependencies
Verified 42 days ago
Read