nsforge-formula-management — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited nsforge-formula-management (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.
⚠️ 操作後必須向用戶展示結果! -derivation_get_saved後顯示公式內容(LaTeX 格式) -derivation_search_saved後顯示搜尋結果摘要 - 刪除前務必用derivation_get_saved顯示內容讓用戶確認
| 操作 | 工具 | 參數 |
|---|---|---|
| 列出 | derivation_list_saved(category?) | 可選分類篩選 |
| 搜尋 | derivation_search_saved(query) | 關鍵字 |
| 取得 | derivation_get_saved(result_id) | ID |
| 更新 | derivation_update_saved(result_id, ...) | ID + 要更新的欄位 |
| 刪除 | derivation_delete_saved(result_id, confirm=True) | ⚠️ 需確認 |
| 統計 | derivation_repository_stats() | 無 |
# 列出所有
derivation_list_saved()
# 按分類
derivation_list_saved(category="pharmacokinetics")
# 搜尋
derivation_search_saved(query="temperature")
# 取得詳情
derivation_get_saved(result_id="temp_corrected_elimination_20260102")
# 更新(可更新欄位:description, clinical_context, assumptions, limitations, references, tags, verified, verification_notes)
derivation_update_saved(
result_id="...",
verified=True,
tags=["pk", "temperature"]
)
# 刪除(⚠️ 先 get 顯示內容,獲得用戶確認後才執行)
derivation_delete_saved(result_id="...", confirm=True)derivation_get_saved 顯示要刪除的內容derivation_delete_saved(..., confirm=True)~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.