Firm Medtech Pack
Analysis
This instruction-only medtech bundle is not overtly malicious, but it should be reviewed because it uses multi-agent session capabilities for regulated-data workflows while its privacy and compliance safeguards are only described, not enforced.
Findings (4)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
pre-configured for FDA/CE compliance...
requires:
env: []
...
- PHI (Protected Health Information): `SECURE_PRODUCTION_MODE=true` mandatory
- Audit trail required by 21 CFR Part 11: `AUDIT_ENABLED=true`The artifact makes compliance and PHI-safety claims while also declaring no required environment variables and providing no code or install mechanism to enforce those safeguards.
npx clawhub@latest install academic-research npx clawhub@latest install admet-prediction npx clawhub@latest install pdf-documents npx clawhub@latest install arc-security-audit npx clawhub@latest install firm-orchestration
The recommended companion installs are optional and purpose-aligned, but they use an unpinned latest installer and add additional skills whose behavior is not included in this artifact set.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
tools:
- sessions_send
- sessions_spawn
- sessions_history
...
npx clawhub@latest install firm-orchestration # A2A orchestration backboneThe skill declares tools for sending to sessions, spawning sessions, and reading session history, and pairs them with agent-to-agent orchestration for regulated medtech workflows, but does not define identity, permission, or data-boundary controls.
"workspace": "~/.openclaw/workspace/medtech-firm"
The suggested configuration uses a persistent workspace for medtech work. That is purpose-aligned, but sensitive clinical or regulatory content stored there needs retention, access, and reuse controls.
