• Projects
  • Service
  • About
  • branding.bz
  • Podcast
  • Tips
  • FAQ
  • Recruit
  • Download
  • Contact
  • branding.bz(ブランド構築SaaS)
  • DESIGN NOW(デザインメディア)
  • X
  • LinkedIn
  • Spotify
  • Facebook

213-0011 神奈川県川崎市高津区久本3-6-7-303

© 2026 ID INC. All rights reserved

claude-skills/スキル
SKILLKnowledge Worksecurity

api

プラグイン
StackHawk API
ソース
GitHub で見る ↗
説明

このスキルは、ユーザーまたはエージェントが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.

ユースケース
  • セキュリティレポートを照会する
  • 検出結果を分析・表示する
  • アプリのスキャン履歴を確認する
  • 優先度付けが必要な検出結果を確認する
  • セキュリティダッシュボードで現状を把握する
本文(日本語訳)

StackHawk API スキル

このスキルにより、Claude が StackHawk プラットフォームに対してセキュリティレポート作成エージェントとして機能します。基本的なワークフローは以下の通りです:

質問 → 認証 → hawk op 経由で API をクエリ → 結果を提示 → 次のアクションを提案

すべてのプラットフォームクエリは hawk バイナリの op サブコマンド(hawk op …)を通じて実行されます。このコマンドは認証、トークン更新、ページネーション(複数ページの取得)管理を行い、安定した JSON 形式で結果を出力します。生の REST API への代替手段はありません。hawk が利用不可の場合は、curl を手動で使うのではなく、インストール後に hawk init --browser を実行してください。詳細は references/hawk-op-shortcuts.md をご覧ください。


ステップ 1: 状況を確認する

API を呼び出す前に、利用可能な環境を確認します:

  1. hawk がインストールされて設定されているか? (v6.0.0 以上)

    # CLI 使用状況テレメトリー用のスキル識別子を設定
    export _STACKHAWK_SKILL=api
    command -v hawk >/dev/null && hawk op status
    
    • 有効な organization と JWT があれば → 先へ進みます。
    • インストール済みだが未設定 → hawk init --browser を実行(対話形式。バイナリには hawk op init はなく、hawk init で ~/.hawk/hawk.properties に認証情報を保存し、hawk op がこれと HAWK_API_KEY 環境変数を読み込みます)。
    • インストール未済 → ユーザーに hawk CLI をインストールするよう指示(ドキュメント:docs.stackhawk.com)してから停止します。curl への代替を試みないでください。
  2. hawk op は認証されているか? ローカルまたはエージェント用途では、hawk init --browser で認証情報を ~/.hawk/hawk.properties に保存します。対話的セッションでは環境変数不要です。確認方法:

    hawk op status
    

    CI/CD のみ: パイプラインで実行する場合は、HAWK_API_KEY をシークレット(秘密情報)として設定してください。 hawk op はこれを直接読み込み、設定ファイルは不要です。

  3. orgId(organization ID)は分かっているか? ほとんどのエンドポイントで必須です。

    • hawk op org get で現在のアクティブな organization の UUID を取得できます。
    • hawk op org set <ID> でデフォルト organization を切り替えます。
  4. ユーザーの意図に基づいてルーティング:

    ユーザーの発言 次へ進む…
    「セキュリティの状況は?」「ダッシュボード」 ステップ 3(organization 全体の概要)
    「〇〇アプリの検出結果を教えて」「対応が必要なことは?」 ステップ 4(アプリの詳細分析)
    「最近スキャンされていないアプリは?」 ステップ 3(古いアプリに焦点)
    「先週からの変化は?」「新しい内容は?」 ステップ 4(差分比較レシピ)
    「トリアージ(優先順位付け)未済の検出結果を表示」 ステップ 3、その後フラグ済みアプリについてステップ 4 に進む

ステップ 2: 認証

ローカルセットアップについては、hawk init --browser を一度実行するだけです。CLI が認証情報を ~/.hawk/hawk.properties に保存し、hawk op が毎回トークン更新と 401 エラーの再試行を自動的に処理します。このスキル内での追加認証作業は不要です。

→ セットアップ手順全体(インストール、CI 環境変数、organization 切り替え用プロファイル): references/hawk-op-shortcuts.md。


ステップ 3: Organization 全体のセキュリティ状況

目標: ユーザーに全アプリと全環境を含むセキュリティヘルスの全体像を提供します。

アプローチ

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 ではない → 設定上の問題の可能性

テーブル提示後

ユーザーが選択したアプリについてドリルダウンを提案します:

  • 「アプリ X に 3 つの未対応な高重大度検出結果があります。詳細を確認しますか?」
  • → ユーザーが選択したアプリについてステップ 4 へ

jq 変換を含む完全なレシピ: → references/reporting-recipes.md


ステップ 4: アプリの詳細分析

目標: 単一アプリの具体的な検出結果を取得します。何が検出されたか、どこで、それが何を意味するか。

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.

検出結果を提示

構造化サマリーを表示します:

  • スキャン概要:日付、実行時間、重大度別の総アラート数
  • アラート内訳:アラート名、重大度、CWE、影響を受けたパスの数
  • 検出詳細:高重大度の場合 → 影響を受けた URI、HTTP メソッド、パラメータ、トリアージ状況

プラットフォーム上のスキャンへのリンク:

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.


ステップ 5: 結果を提示し、次のアクションを提案

フォーマット

  • 複数アプリ/複数検出結果のサマリー → テーブル形式
  • 単一アプリの詳細分析 → 構造化リスト形式
  • 特定スキャン参照時 → プラットフォームリンク(app.stackhawk.com/scans/{scanId})を必ず含める
  • 各検出結果について → トリアージ状況(NEW、FALSE_POSITIVE、RISK_ACCEPTED、ASSIGNED)を表示

次のアクション提案

データに基づいて提案を決定します:

検出内容 推奨アクション
高重大度の検出結果が存在 即座の対策を推奨。hawkscan スキル で再スキャンを実施し、修正を確認することを提案
古いアプリ(30 日以上スキャン未実施) 新規スキャン実施を推奨 → hawkscan スキル
すべての環境で検出結果なし 低いパス数は spider チューニングが必要な可能性 → hawkscan スキル、設定パターンリファレンス
トリアージ未済の検出結果(status: NEW) プラットフォーム(app.stackhawk.com)でのトリアージをユーザーに指示(このスキルではトリアージ操作は対象外)
ENV_INCOMPLETE アプリステータス プラットフォームで環境設定を完了するようユーザーに指示

プラットフォーム UI vs API データ

このスキル(API データ)を使用する場合:

  • 複数アプリ全体のセキュリティ状況レポート生成
  • スキャン間の検出結果をプログラムで比較
  • スキャン出力から CI/CD ゲート判定を構築

プラットフォーム UI へ指示する場合:

  • 個別検出結果のトリアージ(受け入れ、誤検知とマーク)
  • API キー、チームメンバーシップ、アプリ設定の管理
  • 特定検出結果のリクエスト/レスポンスエビデンス表示(または hawk op scan get <SCAN_ID> --uri-id <ID> --message 使用)

よくある誤りと対策

  • スクリプトに API キーをハードコーディングしない — CI/CD では常に ${HAWK_API_KEY} を参照。ローカルは hawk init --browser で認証情報を保存。キー値をテキストに埋め込まない。
  • orgId と appId を混同しない — hawk op scan list --app <APP_ID> はアプリ UUID を取ります。organization は設定から自動判定。必要に応じて --org <ID> で上書き。混在させるとエラーではなく空の結果が返る。
  • API 経由でのトリアージを試みない — トリアージ書き込み操作(受け入れ、誤検知マーク)はこのスキルの対象外。ユーザーを app.stackhawk.com に指示。
  • パス数確認なしで「検出結果なし」と報告しない — 空の検出結果リストは spider が十分なルート数をクロールしていない可能性があります。スキャンでのパス数が少ないのは検出なしではなく、カバレッジ不足。spider チューニングを → hawkscan スキル で推奨。
  • --detail full を忘れない (対策/HTTP メッセージペイロードが必要な場合) — デフォルトの hawk op scan get は概要です。URI ごとのエビデンスは含まれません。
原文(English)を表示

StackHawk API Skill

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.


Step 1: Assess Context

Before making any calls, check what's available:

  1. 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
    
    • valid org + JWT → proceed.
    • installed but unconfigured → 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).
    • not installed → instruct the user to install the hawk CLI (docs: docs.stackhawk.com) and stop; do not fall back to curl.
  2. 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_KEY as a secret. hawk op reads it directly — no config file required.

  3. 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.
  4. 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

Step 2: Authenticate

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.


Step 3: Org Posture Summary

Goal: Give the user a bird's-eye view of security health across all apps and environments.

Approach

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.

Present as a table

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.

Flag priority items

  • Stale apps: startedTimestamp older than 30 days — flag as "No recent scan"
  • High severity hotspots: environments with highAlertCount > 0, sorted descending
  • Incomplete scans: status not COMPLETED — may indicate config issues

After presenting the table

Offer to drill down on any flagged app:

  • "App X has 3 unaddressed High findings — shall I pull the full finding details?"
  • → Step 4 for any app the user selects

Full recipe with jq transforms: → references/reporting-recipes.md


Step 4: App Deep Dive

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.

Present findings

Show a structured summary:

  • Scan summary: date, duration, total alerts by severity
  • Alert breakdown: alert name, severity, CWE, number of affected paths
  • Finding details: for High severity — affected URI, HTTP method, parameter, triage status

Link to the scan on the platform:

https://app.stackhawk.com/scans/{scanId}

"What changed?" — diff recipe

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.


Step 5: Present Results and Suggest Next Actions

Formatting

  • Use tables for multi-app/multi-finding summaries
  • Use structured lists for single-app deep dives
  • Include the platform link (app.stackhawk.com/scans/{scanId}) whenever referencing a specific scan
  • Show triage status (NEW, FALSE_POSITIVE, RISK_ACCEPTED, ASSIGNED) alongside each finding

Next action suggestions

Base 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

Platform UI vs API data

Use API data (this skill) when:

  • Generating a bulk posture report across many apps
  • Comparing findings across scans programmatically
  • Building a CI/CD gate decision from scan output

Direct to platform UI when:

  • Triaging individual findings (accept, mark false positive)
  • Managing API keys, team membership, or app configuration
  • Viewing request/response evidence for a specific finding (or use hawk op scan get <SCAN_ID> --uri-id <ID> --message)

Common Mistakes to Avoid

  • Don't hardcode API keys in scripts — always reference ${HAWK_API_KEY} for CI/CD; store credentials via hawk init --browser for local use; never inline the key value itself.
  • Don't confuse 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.
  • Don't attempt triage via API — triage write operations (accept, false positive) are not in scope for this skill. Direct users to the platform UI at app.stackhawk.com.
  • Don't report "no findings" without checking path count — an empty findings list may mean the spider didn't crawl enough routes. Low path count on a scan is a coverage gap, not a clean bill of health. Recommend spider tuning via → hawkscan skill.
  • Don't forget --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 による自動翻訳です。