cryocore-public-safety

cryocore-public-safety is a skill for Claude Code, Codex from BioSymphony/cryocore. It costs 40 tokens per session (462 once invoked), scanned A, original, MIT.

A pre-release review guide for CryoCore changes and generated outputs.

In plain words
What is it for?
It checks privacy, security, licensing, biological-data handling, provider-cost risks, public-release documentation, and scientific claim wording.
Why use it?
It helps prevent accidental disclosure of secrets, private data, costly provider actions, restricted files, or unsupported scientific claims.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the cryocore plugin — 7 skills shipped together

Good fit It checks privacy, security, licensing, biological-data handling, provider-cost risks, public-release documentation, and scientific claim wording.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/biosymphony/cryocore/cryocore-public-safety
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add BioSymphony/cryocore --skill cryocore-public-safety
Clone the repo
git clone --depth 1 https://github.com/BioSymphony/cryocore

Made for: Claude Code, Codex.

Or install cryocore, the plugin that ships this one along with the rest of its 7 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cryocore-public-safety

README.md
[![agentmods](https://agentmods.dev/badge/skills/biosymphony/cryocore/cryocore-public-safety/github.svg)](https://agentmods.dev/skills/biosymphony/cryocore/cryocore-public-safety)
Your own site
<a href="https://agentmods.dev/skills/biosymphony/cryocore/cryocore-public-safety"><img src="https://agentmods.dev/badge/skills/biosymphony/cryocore/cryocore-public-safety/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for cryocore-public-safety

Your own site · 80×15
<a href="https://agentmods.dev/skills/biosymphony/cryocore/cryocore-public-safety"><img src="https://agentmods.dev/badge/skills/biosymphony/cryocore/cryocore-public-safety.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 462 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00040 $0.00462
Opus 5 $0.00020 $0.00231
Sonnet 5 $0.00008 $0.00092
Haiku 4.5 $0.00004 $0.00046

Measured 10d ago against content hash ffbef9fe119b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

cryocore-public-safety scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/cryocore/public_release_report.py, scripts/cryocore/public_snapshot_check.py, scripts/cryocore/runpod_manifest_check.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/cryocore-public-safety/SKILL.md · 57 lines

What it actually says

CryoCore Public Safety

Use this skill before publishing, accepting PRs, or sharing generated outputs.

Read First

  • references/PUBLIC_RELEASE.md
  • references/SECURITY.md
  • references/data-policy.md
  • references/privacy-threat-model.md
  • references/public-repo-and-private-image-policy.md
  • references/claim-levels.md

Review Checklist

  • No credentials, tokens, signed URLs, SSH keys, registry auth, or license files.
  • No private paths, private clone instructions, private image namespaces, provider IDs, billing records, or raw provider logs.
  • No raw movies, maps, half-maps, masks, particle stacks, private structures, unpublished sequences, model weights, or generated heavy outputs.
  • No paid provider mutation or raw download is enabled by default.
  • No remote_launch_allowed: true in public bridge manifests.
  • Raw download contracts require explicit operator authorization at runtime.
  • Claim ledgers downgrade unsupported mechanism, ligand, state, and biological claims.
  • Public docs describe tool/license posture without redistributing gated tools.

Commands

make public-release-report
make release-check

Use those Make targets in a full CryoCore checkout. For targeted scans from a standalone skill install:

python3 scripts/cryocore/public_snapshot_check.py --repo-root <cryocore-repo> --profile public --json
python3 scripts/cryocore/public_release_report.py --repo-root <cryocore-repo> --json

When this skill is installed outside the CryoCore repo, resolve the bundled scripts/cryocore/*.py paths relative to this skill folder and keep --repo-root pointed at the CryoCore checkout being reviewed.

Output

Return findings first, ordered by severity, with file paths and line numbers. If there are no findings, say that and list residual risks such as unpinned provider images or operator-owned launch gates.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 57 lines · 40 tokens per session scan A ffbef9fe119b

Subscribe to this mod's changes

cryocore-public-safety is a skill published in the GitHub repository BioSymphony/cryocore (5 stars, last pushed 9d ago), licensed MIT. It adds 40 tokens to every session and 462 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

gsva-analysis-and-visualization

Use this skill to run GSVA or ssGSEA pathway-level differential analysis from a bulk expression matrix and a sample group file, then generate a heatmap from the saved GSVA result object. Trigger keywords: GSVA, ssGSEA, pathway enrichment, KEGG pathway analysis, MSigDB. NOT for: gene-level differential expression…

aipoch/medical-research-skills · 88 tokens

lightgbm-analysis

Use when training a LightGBM model on tabular data in R and returning model metrics, feature importance ranking tables, and feature importance plots.

aipoch/medical-research-skills · 34 tokens

batch-effect-correction

Use when correcting batch effects in merged bulk expression matrices with sample-level batch metadata while preserving biological group structure and generating before-and-after QC plots. NOT for: single-cell integration, raw FASTQ processing, differential expression without batch labels, or datasets without…

aipoch/medical-research-skills · 57 tokens

decision-curve-analysis

Use when evaluating the clinical utility of a binary prediction model from a single clinical CSV file by fitting a logistic decision-curve model, plotting decision and clinical-impact curves, and exporting summary outputs. NOT for: survival calibration, ROC-only discrimination analysis, nomogram construction, or…

aipoch/medical-research-skills · 64 tokens

elastic-net-feature-selection

Use when selecting predictive genes or other molecular features from bulk expression matrices for binary case-vs-control classification with elastic net logistic regression, including coefficient path and cross-validation plots. Trigger keywords: elastic net, glmnet, feature selection, binary classification…

aipoch/medical-research-skills · 83 tokens

external-model-validation

Use when validating an existing prognostic risk signature on an external bulk expression cohort with survival outcomes, producing risk scores, Kaplan-Meier curves, risk distribution plots, heatmap, and time-dependent ROC curves. NOT for: model training, feature selection, nomogram construction, calibration analysis…

aipoch/medical-research-skills · 66 tokens