SOP Writer

v1.0.0

Write GCP-compliant Standard Operating Procedures for labs and clinical sites

0· 38·0 current·0 all-time
byAIpoch@aipoch-ai
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included code and SKILL.md: the Python script generates and writes SOP text based on provided inputs. The skill does not request unrelated binaries, credentials, or services.
Instruction Scope
SKILL.md and the script indicate local Python execution and writing output files. The script prints the SOP and writes it to the --output path provided by the user. It does not perform network calls or read environment variables. The script does not validate the output path (so a maliciously chosen path could overwrite files), and SKILL.md mentions reading input files in a generic checklist though the shipped script does not read external inputs.
Install Mechanism
No install spec; the skill is instruction-only with a small standalone Python script that uses only the standard library. No downloads or external package installs are performed.
Credentials
No environment variables, credentials, or config paths are requested. The declared requirements are proportional to the functionality.
Persistence & Privilege
always is false and the skill does not modify agent/system settings or other skills. It only runs as invoked and writes a user-specified output file.
Assessment
This skill appears coherent and low-risk: the included Python script simply generates and writes SOP text locally. Before running, review the script (you already have it), run it in a sandbox or non-privileged environment, and avoid supplying sensitive data as inputs. When invoking, provide an output path inside a safe workspace to avoid accidental overwrites; if you need strict safety, add path validation or run with a temporary directory. If you require formal GCP/GxP compliance, validate the generated SOP content with your compliance team—this tool produces drafts, not certified documentation.

Like a lobster shell, security has layers — review code before you run it.

latestvk974jstsesx1nsj08tmx818zqh83ymzr

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments