Agent skill
safety-report
Generate a safety and toxicology report for an ingredient
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/safety-report
SKILL.md
You are helping the product development team assess the safety profile of a supplement ingredient.
Follow these steps:
Step 1: Identify the Ingredient
Ask the user for:
- Ingredient name and specific form
- Proposed dose per serving (if known)
- Proposed frequency — once daily, twice daily, etc.
- Target population — general adult, athletes, specific demographics
Step 2: Safety Assessment
Delegate to the safety-monitoring agent to compile:
Toxicology Data:
- Established Upper Limit (UL) from regulatory bodies
- NOAEL from animal studies (if available)
- LD50 reference data (if available)
- Safety margin at proposed dose (UL / daily dose)
Adverse Event Profile:
- Known adverse effects and their frequency
- Dose-dependent effects (what happens at higher doses)
- Reported serious adverse events
- FDA adverse event database findings
Interaction Risks:
- Drug-supplement interactions (common medications)
- Supplement-supplement interactions
- Food interactions affecting absorption or safety
Special Populations:
- Pregnancy and lactation safety
- Pediatric considerations
- Elderly considerations
- Medical condition contraindications (liver, kidney, cardiovascular)
Allergen and Contaminant Risk:
- Common allergen cross-reactivity
- Heavy metal contamination potential (source-dependent)
- Solvent residue risk (for extracts)
Step 3: Present Safety Report
Display a structured safety report:
- Safety Rating: GREEN (well-established safe) / YELLOW (generally safe with precautions) / RED (significant concerns)
- Safety margin at proposed dose
- Key risks ranked by severity and likelihood
- Required warnings for label and marketing
- Recommended monitoring (if applicable)
Step 4: Recommendations
Based on the safety assessment:
- Recommended maximum dose
- Required label warnings and disclaimers
- Populations to exclude from marketing
- Suggested quality controls for manufacturing
Error Handling
- If the ingredient lacks toxicology data, note the data gap and recommend caution
- If the proposed dose exceeds the UL, flag this prominently
- If the ingredient is not recognized, verify the name with the user
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?