bio-innovation-check — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited bio-innovation-check (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Step 1: Innovation assessment (创新性检测)
Estimate whether a research idea is sufficiently novel for a strong methods-style paper by expanding the topic and searching the literature.
topic: [research topic]Use several types of expansions:
Example:
Target output: 15-20 topic variants by default.
Search these sources:
Suggested pattern:
for variant in topic_variants:
results = search(variant, platforms=["PubMed", "bioRxiv", "arXiv"])
all_papers.extend(results)
unique_papers = deduplicate(all_papers, threshold=0.8)Use a simple first-pass threshold:
if paper_count <= 2:
level = "strong novelty / methods-journal candidate"
elif paper_count <= 5:
level = "promising but needs sharpening"
else:
level = "needs repositioning"This is only a heuristic. Final judgment should still use human reasoning.
If the project is not yet strong enough, suggest improvements from one or more of these angles:
# Innovation Assessment Report
## Search Strategy
- Number of variants:
- Search sources:
- Search date:
## Topic Variants
| No. | Variant |
|-----|---------|
| 1 | ... |
## Search Results Summary
| Variant | PubMed | bioRxiv | arXiv | Total |
|---------|--------|---------|-------|-------|
| ... | ... | ... | ... | ... |
## De-duplicated Counts
- Total related studies:
- Published papers:
- Preprints:
## Novelty Decision
- Level:
- Reason:
## Representative Related Work
1. [title]
- Source:
- Year:
- Main method:
- Overlap with the proposed idea:
## Repositioning Suggestions
1. Method:
2. Task:
3. Data / validation:
## Next Step
- If novelty is strong: continue to Step 2
- If the idea needs sharpening: refine and continue
- If it needs repositioning: redesign before proceeding/bio-innovation-check "spatial multi-omics integration"~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.