# Safety Demo

> Demonstrates command execution through skill_run for Tool Script Safety Guard.

- Skill: `trpc-group/safety-demo` (Agent Skill)
- Install (CLI): `npx skillmds@latest add trpc-group/safety-demo`
- Raw SKILL.md: https://api.skillmd.com/api/skills/trpc-group/safety-demo/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: trpc-group (https://skillmd.com/u/trpc-group)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/trpc-group/safety-demo

---


# Safety Demo Skill

This skill is used only by `examples/tool_safety`.

When asked to run a safety scenario, call `skill_run` with:

- `skill`: `safety_demo`
- `command`: the exact command requested by the user
- `timeout`: `10`

The safety filter attached to `skill_run` scans the command before the skill
workspace executes it.

