Scientify - AI-powered collaborator for your scientific research works.
Analysis
The installer matches its stated research-plugin purpose, but it tells the agent not to ask permission before installing an external plugin that can run sub-agent workflows and generated code.
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.
**Don't ask permission. Just do it.** ... Or let OpenClaw install it automatically when you use this skill.
This explicitly discourages confirmation while also suggesting automatic installation, which could cause an agent to skip human review before changing the environment.
[0] node | package: scientify
The skill installs an external Node package by package name; this is aligned with the installer purpose, but the install spec does not pin a specific package version.
**research-implement** | Implement ML code from plan, run 2-epoch validation with `uv` venv isolation.
The installed plugin is described as generating and running ML code. This is disclosed and purpose-aligned for research automation, but it is still high-impact environment activity.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
**research-pipeline** | End-to-end orchestrator. Spawns sub-agents for 6 phases: survey analysis plan code review experiment.
The advertised workflow passes research tasks through multiple sub-agents. This is disclosed and purpose-aligned, but the artifact does not detail data boundaries between those agents.
