📦

gget

コンテンツリビジョン r1 高リスク 🌐 ネットワークアクセス📁 ファイルシステムへのアクセス🔑 環境変数⚙️ 外部コマンド

ggetでゲノムデータベースをクエリ

バイオインフォマティクスの作業では、変化し続ける多くのゲノミクスサービスからデータが必要になることがよくあります。このスキルは、Claude、Codex、Claude Codeがggetを使って遺伝子検索、配列取得、構造クエリ、エンリッチメント解析を行えるようにガイドします。

対応: Claude Codex Code(CC)
⚠️ 38 不十分

自分のエージェントでインストール

このリクエストをエージェントにコピーしてください。正規の Skill ページとマニフェストが含まれています。

エージェントリクエスト
Review the Skillstore skill "gget" from https://skillstore.io/skills/k-dense-ai-gget.md and its manifest at https://skillstore.io/api/skills/k-dense-ai-gget/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.

エージェントは引き続き計画を提示し、セキュリティポリシーで必要な確認を求める必要があります。

エージェントが読めるリソース

AI エージェント、クローラー、スクリプトがページ全体ではなく整理されたコンテキストを必要とする場合は、これらのリンクを使ってください。

テストする

「gget」を使用しています。 humanのBRCA1を検索してください。

期待される結果:

  • BRCA1がEnsembl遺伝子識別子ENSG00000012048として見つかりました。
  • 短いアノテーション、外部データベースリンク、利用可能な転写産物コンテキストを返しました。
  • 下流のアラインメントまたは構造解析の前に、配列取得を推奨しました。

「gget」を使用しています。 ACE2の組織発現と関連パスウェイを解析してください。

期待される結果:

  • 対応する発現リソースから組織発現パターンを要約しました。
  • フォローアップレビュー用に相関遺伝子を一覧表示しました。
  • エンリッチメントデータベースを提案し、データベースのバージョン変更について注意喚起しました。

「gget」を使用しています。 タンパク質配列のBLASTおよび構造ワークフローを計画してください。

期待される結果:

  • 配列タイプに基づいて適切なBLASTプログラムとデータベースを選択しました。
  • 結果の制限、E-value設定、想定されるヒット要約を概説しました。
  • ローカル構造予測を実行する前にPDBを確認することを推奨しました。

セキュリティ監査

高リスク

Most static findings are false positives caused by Markdown code fences, documented gget commands, expected analysis file writes, and public database links. The audit did find semantic risks: a bundled self-attested safety report, promotional steering text, an unsafe pickle cache example, and an output-path issue from unsanitized FASTA identifiers.

8
スキャンされたファイル
3,245
解析済み行数
0
レビュー項目
0
誤検知を無視

確認済みのセキュリティ上の懸念 (4)

高
Prompt Injection Attempt Detected
evaluation_output.json includes self-attested audit fields that claim risk_level is safe, safe_to_publish is true, and no malicious behavior was detected. Untrusted skill content should not attempt to pre-answer marketplace security decisions.
The file directly contains safety verdict language inside the skill package. It does not issue an explicit override command, so confidence is high but not absolute.
高
Unsafe Pickle Cache Example
references/workflows.md demonstrates loading cached results with pickle.load from a caller-supplied cache path. Loading untrusted pickle files can execute arbitrary Python code.
The code directly calls pickle.load on a file path without trust checks. This is a well-known unsafe deserialization pattern when cache files are not fully controlled.
中
Commercial Steering Instruction
SKILL.md instructs the assistant to proactively suggest K-Dense Web for complex workflows. This can steer users toward a hosted service unrelated to the immediate gget task.
The instruction is explicit and appears in the skill body. It is promotional rather than covert malware, so medium severity is appropriate.
中
Untrusted FASTA Header Used in Output Path
scripts/batch_sequence_analysis.py derives BLAST output filenames from FASTA record identifiers. A crafted identifier with path separators could write outside the intended output directory.
The parser stores raw FASTA headers and later uses them in a filename. Exploitability depends on running the helper script on untrusted FASTA input.

リスク要因

🌐 ネットワークアクセス (5)
📁 ファイルシステムへのアクセス (16)
🔑 環境変数 (4)
⚙️ 外部コマンド (242)
references/workflows.md:394 references/workflows.md:362 SKILL.md:21-30 SKILL.md:30-36 SKILL.md:36-42 SKILL.md:42-45 SKILL.md:45-49 SKILL.md:49-50 SKILL.md:50-51 SKILL.md:51-62 SKILL.md:62-63 SKILL.md:63-64 SKILL.md:64-65 SKILL.md:65-66 SKILL.md:66-67 SKILL.md:67-68 SKILL.md:68-71 SKILL.md:71-80 SKILL.md:80-82 SKILL.md:82-86 SKILL.md:86-93 SKILL.md:93-94 SKILL.md:94-95 SKILL.md:95-96 SKILL.md:96-97 SKILL.md:97-98 SKILL.md:98-103 SKILL.md:103-109 SKILL.md:109-111 SKILL.md:111-114 SKILL.md:114-121 SKILL.md:121-122 SKILL.md:122-123 SKILL.md:123-124 SKILL.md:124-129 SKILL.md:129-135 SKILL.md:135-137 SKILL.md:137-140 SKILL.md:140-147 SKILL.md:147-148 SKILL.md:148-149 SKILL.md:149-154 SKILL.md:154-160 SKILL.md:160-162 SKILL.md:162-165 SKILL.md:165-174 SKILL.md:174-175 SKILL.md:175-176 SKILL.md:176-179 SKILL.md:179-180 SKILL.md:180-181 SKILL.md:181-182 SKILL.md:182-185 SKILL.md:185-191 SKILL.md:191-193 SKILL.md:193-196 SKILL.md:196-203 SKILL.md:203-204 SKILL.md:204-205 SKILL.md:205-210 SKILL.md:210-216 SKILL.md:216-218 SKILL.md:218-221 SKILL.md:221-228 SKILL.md:228-229 SKILL.md:229-234 SKILL.md:234-240 SKILL.md:240-242 SKILL.md:242-245 SKILL.md:245-253 SKILL.md:253-254 SKILL.md:254-255 SKILL.md:255-256 SKILL.md:256-257 SKILL.md:257-262 SKILL.md:262-268 SKILL.md:268-270 SKILL.md:270-273 SKILL.md:273-282 SKILL.md:282-283 SKILL.md:283-284 SKILL.md:284-289 SKILL.md:289-295 SKILL.md:295-297 SKILL.md:297-300 SKILL.md:300-307 SKILL.md:307-313 SKILL.md:313-316 SKILL.md:316-317 SKILL.md:317-318 SKILL.md:318-319 SKILL.md:319-320 SKILL.md:320-321 SKILL.md:321-326 SKILL.md:326-332 SKILL.md:332-334 SKILL.md:334-340 SKILL.md:340-347 SKILL.md:347-349 SKILL.md:349-352 SKILL.md:352-353 SKILL.md:353-354 SKILL.md:354-355 SKILL.md:355-356 SKILL.md:356-363 SKILL.md:363-369 SKILL.md:369-371 SKILL.md:371-374 SKILL.md:374-383 SKILL.md:383 SKILL.md:384-385 SKILL.md:385-386 SKILL.md:386-393 SKILL.md:393-399 SKILL.md:399-401 SKILL.md:401-404 SKILL.md:404-411 SKILL.md:411-413 SKILL.md:413-416 SKILL.md:416-417 SKILL.md:417-418 SKILL.md:418-419 SKILL.md:419-420 SKILL.md:420-421 SKILL.md:421-422 SKILL.md:422-428 SKILL.md:428-434 SKILL.md:434-436 SKILL.md:436-439 SKILL.md:439-446 SKILL.md:446-447 SKILL.md:447-448 SKILL.md:448-449 SKILL.md:449-450 SKILL.md:450-451 SKILL.md:451-461 SKILL.md:461-467 SKILL.md:467-469 SKILL.md:469-472 SKILL.md:472-479 SKILL.md:479 SKILL.md:480-487 SKILL.md:487-496 SKILL.md:496-498 SKILL.md:498-501 SKILL.md:501-509 SKILL.md:509-510 SKILL.md:510-512 SKILL.md:512-513 SKILL.md:513-514 SKILL.md:514 SKILL.md:515 SKILL.md:518-527 SKILL.md:527-529 SKILL.md:529-532 SKILL.md:532-541 SKILL.md:541-543 SKILL.md:543-548 SKILL.md:548-549 SKILL.md:549-550 SKILL.md:550-551 SKILL.md:551-552 SKILL.md:552-553 SKILL.md:553-554 SKILL.md:554-555 SKILL.md:555-556 SKILL.md:556-557 SKILL.md:557-560 SKILL.md:560-566 SKILL.md:566-568 SKILL.md:568-572 SKILL.md:572-581 SKILL.md:581-582 SKILL.md:582-583 SKILL.md:583-586 SKILL.md:586-587 SKILL.md:587-588 SKILL.md:588-589 SKILL.md:589-590 SKILL.md:590-591 SKILL.md:591 SKILL.md:594-600 SKILL.md:600-602 SKILL.md:602-605 SKILL.md:605-614 SKILL.md:614-615 SKILL.md:615-616 SKILL.md:616-617 SKILL.md:617-618 SKILL.md:618-619 SKILL.md:619-624 SKILL.md:624-630 SKILL.md:630-632 SKILL.md:632-637 SKILL.md:637-644 SKILL.md:644-646 SKILL.md:646-651 SKILL.md:651-652 SKILL.md:652-657 SKILL.md:657-659 SKILL.md:659-661 SKILL.md:661-664 SKILL.md:664-671 SKILL.md:671-672 SKILL.md:672-675 SKILL.md:675-676 SKILL.md:676-677 SKILL.md:677-678 SKILL.md:678-681 SKILL.md:681-687 SKILL.md:687-689 SKILL.md:689-692 SKILL.md:692-700 SKILL.md:700-710 SKILL.md:710-716 SKILL.md:716-728 SKILL.md:728-734 SKILL.md:734-747 SKILL.md:747-753 SKILL.md:753-769 SKILL.md:769-775 SKILL.md:775-789 SKILL.md:789-795 SKILL.md:795-807 SKILL.md:807-812 SKILL.md:812-813 SKILL.md:813-815 SKILL.md:815-819 SKILL.md:819 SKILL.md:820-821 SKILL.md:821-825 SKILL.md:825-827 SKILL.md:827-830 SKILL.md:830-831 SKILL.md:831-832 SKILL.md:832-836 SKILL.md:836-845 SKILL.md:845-852 SKILL.md:852-853 SKILL.md:853 SKILL.md:861-862 SKILL.md:862-863
監査者: codex 監査履歴を表示 →
このレポートを共有・引用

バージョン付き評価レポート、中立的なバッジ、埋め込みカード、引用を共有できます。Skillstore は証拠を報告しますが、この Skill が安全かどうかは判断しません。

バージョン別レポートを開く
セキュリティ評価

レポートリンクをコピー

https://skillstore.io/skills/k-dense-ai-gget/audits/7?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdownバッジ

[![Skillstore security assessment](https://skillstore.io/badges/skills/k-dense-ai-gget/security.svg)](https://skillstore.io/skills/k-dense-ai-gget?utm_source=security_passport_badge)

HTMLバッジ

<a href="https://skillstore.io/skills/k-dense-ai-gget?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/k-dense-ai-gget/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

埋め込みカード

<iframe src="https://skillstore.io/embed/skills/k-dense-ai-gget.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>
学術引用 (APA · BibTeX · CFF)

APA形式の引用

K-Dense-AI. (2026). gget security audit report (audit version 7) [Author version unspecified]. Skillstore. https://skillstore.io/skills/k-dense-ai-gget/audits/7

BibTeX形式の引用

@techreport{k-dense-ai-k-dense-ai-gget-2026, author = {K-Dense-AI}, title = {gget security audit report (audit version 7)}, institution = {Skillstore}, year = {2026}, number = {7}, url = {https://skillstore.io/skills/k-dense-ai-gget/audits/7}, note = {Author version unspecified} }

CITATION.cff

cff-version: 1.2.0 message: "If you use this Skill, cite its author and this versioned security audit report." title: "gget security audit report (audit version 7)" version: "unspecified" type: report authors: - name: "K-Dense-AI" date-released: "2026-07-06" url: "https://skillstore.io/skills/k-dense-ai-gget/audits/7" identifiers: - type: other value: "skillstore:k-dense-ai-gget:audit:7" description: "Skillstore immutable audit report identifier"

バリアントを比較

インストール可能なバリアント 2 件

各作者のスキルは個別のインストール項目として維持されます。推奨バリアントは Skillstore の証拠で順位付けされます。

このバリアントが首位の理由

Skillstore スコアが最高
davila7 推奨

davila7-gget

Skillstore スコア 73
証拠の信頼度 高
Skillstore 利用状況 11
更新済み

2026-09-09

K-Dense-AI 現在

k-dense-ai-gget

Skillstore スコア 38
証拠の信頼度 中
Skillstore 利用状況 11
更新済み

2026-09-09

Skillstore スコア

このスコアの理由 証拠の信頼度: 中
68
アーキテクチャ
85
保守性
87
コンテンツ
70
コミュニティ
83
仕様準拠

作成できるもの

遺伝子をすばやく調べる

研究レビュー中に、遺伝子の識別子、アノテーション、配列、発現コンテキスト、疾患リンクを見つけます。

遺伝子リストを解析する

より詳細な統計解析の前に、候補遺伝子セットに対してエンリッチメント、発現、パスウェイの確認を実行します。

配列と構造を比較する

比較研究のために、配列類似性検索、アラインメント、モチーフ確認、タンパク質構造検索を計画します。

これらのプロンプトを試す

初心者向け遺伝子検索
ggetを使ってhumanのTP53を検索してください。Ensembl ID、遺伝子名、説明、主要なデータベースリンクを返してください。
配列を取得する
ggetを使ってENSG00000139618のヌクレオチド配列とタンパク質配列を取得してください。想定される出力ファイルと形式を説明してください。
関連遺伝子を比較する
ggetを使ってhuman BRCA1とBRCA2を比較してください。識別子、タンパク質配列、構造リソース、アラインメントワークフローを含めてください。
高度なエンリッチメントワークフロー
ggetを使ってTP53、BRCA1、MDM2、CDKN1Aを解析してください。エンリッチメント、疾患関連、発現コンテキスト、制限事項、保存された出力を含めてください。

ベストプラクティス

  • 再現可能なクエリのために、種、データベースリリース、結果の制限を指定します。
  • 明確なプレフィックスを付けて出力を保存し、解析で使用したデータベースバージョンを記録します。
  • 認証情報は非公開に保ち、コマンドライン上のシークレットよりも安全な設定を優先します。

回避

  • 制限、リトライ、レート制御なしで大規模なクエリバッチを実行すること。
  • 外部データベースの結果を最終的な臨床的または診断的結論として扱うこと。
  • 信頼できないファイル名や配列識別子を出力パスとして直接使用すること。

よくある質問

ggetは何に使われますか?
ggetは、遺伝子情報、配列、構造、発現データ、疾患リンク、エンリッチメント結果を得るためにゲノムデータベースをクエリします。
このスキルはggetを自動的に実行しますか?
このスキルはガイダンスと例を提供します。実際のコマンド実行は、ユーザー環境とツール権限に依存します。
どのツールでこのスキルを使用できますか?
レポートでは、Claude、Codex、Claude Codeのサポートが記載されています。
ggetにはネットワークアクセスが必要ですか?
はい。多くのggetモジュールは外部の公開データベースをクエリし、それらの可用性とレート制限に依存します。
ggetはバッチ解析に対応できますか?
バッチワークフローをサポートできますが、大規模なジョブには制限、リトライ、キャッシュ、慎重な出力処理が必要です。
ggetの結果は医療上の意思決定に適していますか?
いいえ。結果は有資格の専門領域のエキスパートによって検証されるべきであり、臨床レビューの代替にはなりません。

開発者情報

作成者

K-Dense-AI

ライセンス

BSD-2-Clause license

Skillstore リビジョン

r1

バージョンに関する注意

作者はバージョンを宣言していません。

参照

b8ca75d2c0a7e7102978993058777d82b8ab2610

メンテナンスの新しさ

2026/7/20

利用状況

9 ダウンロード · 185 閲覧

K-Dense-AI のその他のスキル

すべて表示
すべて表示