safety-monitor

star 30

Safety Monitor

mdbabumiamssm By mdbabumiamssm schedule Updated 2/13/2026

name: 'safety-monitor' description: 'Safety Monitor' measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes. allowed-tools: - read_file - run_shell_command

Safety Monitor Agent

Agent responsible for compliance and safety checks. It inspects content for safety violations, toxins, or medical misinformation.

When to Use This Skill

  • Before returning any medical advice to a user.
  • To audit generated molecules for toxicity.
  • To check for Protected Health Information (PHI) leaks.

Core Capabilities

  1. Content Inspection: Scans text for dangerous content.
  2. LLM-based Audit: Uses a separate LLM call to verify safety.
  3. Status Reporting: Returns 'approved', 'flagged', or 'rejected'.

Workflow

  1. Input: Text content to check.
  2. Execute: Run the safety agent.
  3. Output: JSON status report.

Example Usage

User: "Check this drug proposal for safety."

Agent Action:

python3 Skills/Clinical/Safety/safety_agent.py
Install via CLI
npx skills add https://github.com/mdbabumiamssm/LLMs-Universal-Life-Science-and-Clinical-Skills- --skill safety-monitor
Repository Details
star Stars 30
call_split Forks 7
navigation Branch main
article Path SKILL.md
More from Creator
mdbabumiamssm
mdbabumiamssm Explore all skills →