このスキルは、ユーザーまたはエージェントがStackHawkプラットフォームに対して、セキュリティレポート、検出結果の分析、またはアプリ管理について照会する必要がある場合に使用します。 **次のような場合に使用:** 「stackhawk api」「セキュリティの現状」「検出結果レポート」「検出結果を表示」「未処理の検出結果」「どのアプリ」「スキャン履歴」「セキュリティダッシュボード」「優先度付け」「注意が必要な項目」など すべてのプラットフォーム照会には、hawk CLI(コマンドラインツール)の `hawk op` サブコマンドを使用します。 **使用しない場合:** - スキャン実行(「アプリをスキャンして」「hawkscan」「stackhawk.yml」「DAST(動的セキュリティテスト)」などには、hawkscanスキルを使用) - コードまたは脆弱性の修正・対応 このスキルはプラットフォームのデータを読み取り、報告することのみが目的です。
Use this skill when a user or agent needs to query the StackHawk platform for security reporting, findings analysis, or app management. Triggers include: "stackhawk api", "security posture", "findings report", "show me findings", "untriaged findings", "which apps", "scan history", "security dashboard", "triage", "what needs attention". Uses the hawk CLI (`hawk op` subcommand) for all platform queries. Do NOT use for running scans (use the hawkscan skill for "scan my app", "hawkscan", "stackhawk.yml", "DAST") or for fixing/remediating code or vulnerabilities — this skill only reads and reports platform data.
このスキルにより、Claude が StackHawk プラットフォームに対してセキュリティレポート作成エージェントとして機能します。基本的なワークフローは以下の通りです:
質問 → 認証 → hawk op 経由で API をクエリ → 結果を提示 → 次のアクションを提案
すべてのプラットフォームクエリは hawk バイナリの op サブコマンド(hawk op …)を通じて実行されます。このコマンドは認証、トークン更新、ページネーション(複数ページの取得)管理を行い、安定した JSON 形式で結果を出力します。生の REST API への代替手段はありません。hawk が利用不可の場合は、curl を手動で使うのではなく、インストール後に hawk init --browser を実行してください。詳細は references/hawk-op-shortcuts.md をご覧ください。
API を呼び出す前に、利用可能な環境を確認します:
hawk がインストールされて設定されているか? (v6.0.0 以上)
# CLI 使用状況テレメトリー用のスキル識別子を設定
export _STACKHAWK_SKILL=api
command -v hawk >/dev/null && hawk op status
hawk init --browser を実行(対話形式。バイナリには hawk op init はなく、hawk init で ~/.hawk/hawk.properties に認証情報を保存し、hawk op がこれと HAWK_API_KEY 環境変数を読み込みます)。hawk CLI をインストールするよう指示(ドキュメント:docs.stackhawk.com)してから停止します。curl への代替を試みないでください。hawk op は認証されているか? ローカルまたはエージェント用途では、hawk init --browser で認証情報を ~/.hawk/hawk.properties に保存します。対話的セッションでは環境変数不要です。確認方法:
hawk op status
CI/CD のみ: パイプラインで実行する場合は、
HAWK_API_KEYをシークレット(秘密情報)として設定してください。hawk opはこれを直接読み込み、設定ファイルは不要です。
orgId(organization ID)は分かっているか? ほとんどのエンドポイントで必須です。
hawk op org get で現在のアクティブな organization の UUID を取得できます。hawk op org set <ID> でデフォルト organization を切り替えます。ユーザーの意図に基づいてルーティング:
| ユーザーの発言 | 次へ進む… |
|---|---|
| 「セキュリティの状況は?」「ダッシュボード」 | ステップ 3(organization 全体の概要) |
| 「〇〇アプリの検出結果を教えて」「対応が必要なことは?」 | ステップ 4(アプリの詳細分析) |
| 「最近スキャンされていないアプリは?」 | ステップ 3(古いアプリに焦点) |
| 「先週からの変化は?」「新しい内容は?」 | ステップ 4(差分比較レシピ) |
| 「トリアージ(優先順位付け)未済の検出結果を表示」 | ステップ 3、その後フラグ済みアプリについてステップ 4 に進む |
ローカルセットアップについては、hawk init --browser を一度実行するだけです。CLI が認証情報を ~/.hawk/hawk.properties に保存し、hawk op が毎回トークン更新と 401 エラーの再試行を自動的に処理します。このスキル内での追加認証作業は不要です。
→ セットアップ手順全体(インストール、CI 環境変数、organization 切り替え用プロファイル):
references/hawk-op-shortcuts.md。
目標: ユーザーに全アプリと全環境を含むセキュリティヘルスの全体像を提供します。
hawk op app list と hawk op scan list を使用して organization レベルのビューを構築します。hawk op app list --format json はアプリメタデータを返し、hawk op scan list --format json はスキャンごとの重大度別件数を返します。applicationId で結合して状況テーブルを作成します。
# すべてのアプリとメタデータ(チーム、種類、環境数)
hawk op app list --format json
# organization 全体の最近のスキャン(スキャンごとの重大度別件数付き)
hawk op scan list --limit 500 --format json
スキャンごとに利用可能なフィールド:highAlertCount、mediumAlertCount、lowAlertCount、applicationId、environmentName、startedTimestamp、status。
結果を以下のようにフォーマットします:
| アプリ | 環境 | 高 | 中 | 低 | 最終スキャン |
|---|---|---|---|---|---|
| My API | 本番環境 | 3 | 7 | 12 | 2024-01-15 |
| Auth Service | ステージング環境 | 0 | 2 | 4 | 2024-01-10 |
applicationId → アプリ名の解決には hawk op app list --format json を使用します。
startedTimestamp が 30 日以上前 → 「最近のスキャンなし」とフラグhighAlertCount > 0 の環境を降順でソートstatus が COMPLETED ではない → 設定上の問題の可能性ユーザーが選択したアプリについてドリルダウンを提案します:
jq 変換を含む完全なレシピ:
→ references/reporting-recipes.md
目標: 単一アプリの具体的な検出結果を取得します。何が検出されたか、どこで、それが何を意味するか。
hawk op scan get(ほぼ 90% のケースをカバー)hawk op scan get はスキャン → アラート → 検出結果チェーンを内部で処理します。手動ドリルダウン、ID 抽出、トークン処理は不要です。
# アプリの最新スキャン(概要とアラートテーブル)
hawk op scan get --app "<APP_NAME>"
# HTTP エビデンスと対策ガイダンス付き完全検出結果(AI エージェント推論に最適)
hawk op scan get --app "<APP_NAME>" --detail full --format json
--detail full は全アラート、影響を受けたすべての URI、HTTP メッセージ(--max-body-size の対象)、対策ガイダンスを 1 つの JSON に返します。
→ 特定スキャン ID、単一アラート/単一 URI ドリルダウン、--max-findings チューニング:
references/hawk-op-shortcuts.md §2.
構造化サマリーを表示します:
プラットフォーム上のスキャンへのリンク:
https://app.stackhawk.com/scans/{scanId}
2 つのスキャンを比較します:hawk op scan list で該当アプリの 2 つの最新スキャン ID を取得し、それぞれについて hawk op scan get でアラートを取得し、pluginId セットを比較します。
→ 実行可能なレシピ(hawk op パイプラインと comm 差分):
references/hawk-op-shortcuts.md §2.
→ 完全な jq レシピ:references/reporting-recipes.md.
app.stackhawk.com/scans/{scanId})を必ず含めるNEW、FALSE_POSITIVE、RISK_ACCEPTED、ASSIGNED)を表示データに基づいて提案を決定します:
| 検出内容 | 推奨アクション |
|---|---|
| 高重大度の検出結果が存在 | 即座の対策を推奨。hawkscan スキル で再スキャンを実施し、修正を確認することを提案 |
| 古いアプリ(30 日以上スキャン未実施) | 新規スキャン実施を推奨 → hawkscan スキル |
| すべての環境で検出結果なし | 低いパス数は spider チューニングが必要な可能性 → hawkscan スキル、設定パターンリファレンス |
トリアージ未済の検出結果(status: NEW) |
プラットフォーム(app.stackhawk.com)でのトリアージをユーザーに指示(このスキルではトリアージ操作は対象外) |
ENV_INCOMPLETE アプリステータス |
プラットフォームで環境設定を完了するようユーザーに指示 |
このスキル(API データ)を使用する場合:
プラットフォーム UI へ指示する場合:
hawk op scan get <SCAN_ID> --uri-id <ID> --message 使用)${HAWK_API_KEY} を参照。ローカルは hawk init --browser で認証情報を保存。キー値をテキストに埋め込まない。orgId と appId を混同しない — hawk op scan list --app <APP_ID> はアプリ UUID を取ります。organization は設定から自動判定。必要に応じて --org <ID> で上書き。混在させるとエラーではなく空の結果が返る。--detail full を忘れない (対策/HTTP メッセージペイロードが必要な場合) — デフォルトの hawk op scan get は概要です。URI ごとのエビデンスは含まれません。This skill enables Claude to act as a security reporting agent against the StackHawk platform. The core workflow is:
Question → Authenticate → Query API via hawk op → Present Results → Suggest Next Actions
All platform queries run through the hawk binary's op subtree
(hawk op …). It authenticates, refreshes tokens, follows pagination, and
emits stable JSON. There is no raw-REST fallback — if hawk is unavailable,
install it and run hawk init --browser rather than hand-rolling curl.
See references/hawk-op-shortcuts.md.
Before making any calls, check what's available:
Is hawk installed and configured? (hawk version reports v6.0.0 or greater)
# Identify the driving skill for CLI usage telemetry (read by hawk/hawkop).
export _STACKHAWK_SKILL=api
command -v hawk >/dev/null && hawk op status
hawk init --browser (interactive; the combined binary
has no hawk op init — hawk init writes ~/.hawk/hawk.properties, which
hawk op reads along with the HAWK_API_KEY env var).hawk CLI (docs:
docs.stackhawk.com) and stop; do not fall back to curl.Is hawk op authenticated? For local/agentic use, hawk init --browser stores
credentials in ~/.hawk/hawk.properties — no env var needed for interactive
sessions. Verify:
hawk op status
CI/CD only: If running in a pipeline, set
HAWK_API_KEYas a secret.hawk opreads it directly — no config file required.
Is orgId known? Required for most endpoints.
hawk op org get returns the active org UUID.hawk op org set <ID> switches the default org.Route based on user intent:
| User says... | Go to... |
|---|---|
| "What's my security posture?" or "dashboard" | Step 3 (org summary) |
| "Tell me about [app]'s findings" or "what needs attention" | Step 4 (app deep dive) |
| "What apps haven't been scanned recently?" | Step 3 with stale-app focus |
| "What changed since last week?" or "what's new" | Step 4 with diff recipe |
| "Show me untriaged findings" | Step 3, then drill into Step 4 for flagged apps |
hawk init --browser once for interactive setup — the CLI stores credentials in
~/.hawk/hawk.properties and hawk op handles token refresh and 401 retry on
every call. No further auth work for this skill.
→ Full setup commands (install, CI env var, profiles for org switching):
references/hawk-op-shortcuts.md.
Goal: Give the user a bird's-eye view of security health across all apps and environments.
Use hawk op app list and hawk op scan list to assemble an org-level view.
hawk op app list --format json returns app metadata; hawk op scan list --format json
returns per-scan severity counts. Join on applicationId to build a posture table.
# All apps with metadata (team, type, env count)
hawk op app list --format json
# Recent scans across the org — has per-scan severity counts
hawk op scan list --limit 500 --format json
Fields available per scan: highAlertCount, mediumAlertCount, lowAlertCount,
applicationId, environmentName, startedTimestamp, status.
Format the response as:
| App | Environment | High | Medium | Low | Last Scan |
|---|---|---|---|---|---|
| My API | Production | 3 | 7 | 12 | 2024-01-15 |
| Auth Service | Staging | 0 | 2 | 4 | 2024-01-10 |
Resolve applicationId → app name via hawk op app list --format json.
startedTimestamp older than 30 days — flag as "No recent scan"highAlertCount > 0, sorted descendingstatus not COMPLETED — may indicate config issuesOffer to drill down on any flagged app:
Full recipe with jq transforms:
→ references/reporting-recipes.md
Goal: Get specific finding details for a single app — what was found, where, and what it means.
hawk op scan get (one command covers ~90% of cases)hawk op scan get walks the scan → alerts → findings chain internally. No manual drill-down, no ID extraction, no token handling.
# Latest scan for an app — overview + alerts table
hawk op scan get --app "<APP_NAME>"
# Full findings with HTTP evidence + remediation (best for AI agent reasoning)
hawk op scan get --app "<APP_NAME>" --detail full --format json
--detail full returns every alert, every affected URI, HTTP messages (subject to
--max-body-size), and remediation guidance in one JSON blob.
→ Specific scan IDs, single-alert / single-URI drill-down, --max-findings tuning:
references/hawk-op-shortcuts.md §2.
Show a structured summary:
Link to the scan on the platform:
https://app.stackhawk.com/scans/{scanId}
Compare two scans: use hawk op scan list to get the two most recent scan IDs for
the app, pull alerts for each via hawk op scan get, diff the pluginId sets.
→ Executable recipe (hawk op pipeline with comm diff):
references/hawk-op-shortcuts.md §2.
→ Full jq recipes: references/reporting-recipes.md.
app.stackhawk.com/scans/{scanId}) whenever referencing a specific scanNEW, FALSE_POSITIVE, RISK_ACCEPTED, ASSIGNED) alongside each findingBase suggestions on what the data shows:
| Finding | Suggested action |
|---|---|
| High severity findings present | Recommend immediate remediation; offer to hand finding details to → hawkscan skill for a re-scan to verify fixes |
| Stale apps (no scan > 30 days) | Recommend running a fresh scan → hawkscan skill |
| Clean results across all envs | Note that low path count may mean the spider needs tuning → hawkscan skill, config-patterns reference |
Untriaged findings (status: NEW) |
Direct to platform for triage: app.stackhawk.com — triage write operations are out of scope for this skill |
ENV_INCOMPLETE app status |
Direct to platform to complete environment configuration |
Use API data (this skill) when:
Direct to platform UI when:
hawk op scan get <SCAN_ID> --uri-id <ID> --message)${HAWK_API_KEY} for CI/CD; store credentials via hawk init --browser for local use; never inline the key value itself.orgId with appId — hawk op scan list --app <APP_ID> takes the app UUID. The org is implicit from config; override with --org <ID> if needed. Mixing them returns empty results, not an error.--detail full when you need the remediation/HTTP message payload. The default hawk op scan get output is the overview — it won't include per-URI evidence.原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。