Regulatory Affairs Head
PassAudited by VirusTotal on May 12, 2026.
Overview
Type: OpenClaw Skill Name: regulatory-affairs-head Version: 2.1.1 The regulatory-affairs-head skill bundle is a comprehensive toolkit for managing medical device regulatory submissions (FDA, EU MDR, etc.). The included Python script (scripts/regulatory_tracker.py) is a standard data management tool that tracks submission statuses in a local JSON file without any network activity, sensitive data access, or suspicious execution patterns. The documentation and instructions in SKILL.md and the references directory are professional, context-appropriate, and contain no evidence of prompt injection or malicious intent.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If used, the tracker may store confidential regulatory or product-planning information on the local machine.
The tracker uses a default local JSON file to persist regulatory submission records, which can include product names, responsible persons, dates, and notes.
def __init__(self, data_file: str = "regulatory_submissions.json")
Use the tracker only in an appropriate project directory, avoid entering unnecessary sensitive details, and protect or exclude the JSON file according to your company’s confidentiality practices.
