CRUD with Spec-Kit
78仕様駆動のCRUD機能を構築
チームは、仕様を一貫したCRUD実装へ落とし込む作業に時間を失いがちです。このスキルは、Claude、Codex、Claude Codeに対して、仕様分析、スキャフォールディング、検証をガイドします。
JWT 認証で FastAPI API を保護する
JWT 認証は、FastAPI サービス全体で一貫して実装するのが難しい場合があります。このスキルは、トークン検証、アクセス制御、安全なエラー処理をガイドします。
このリクエストをエージェントにコピーしてください。正規の Skill ページとマニフェストが含まれています。
Review the Skillstore skill "API JWT Authenticator" from https://skillstore.io/skills/abdul-haseeb360-api-jwt-authenticator.md and its manifest at https://skillstore.io/api/skills/abdul-haseeb360-api-jwt-authenticator/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.エージェントは引き続き計画を提示し、セキュリティポリシーで必要な確認を求める必要があります。
AI エージェント、クローラー、スクリプトがページ全体ではなく整理されたコンテキストを必要とする場合は、これらのリンクを使ってください。
「API JWT Authenticator」を使用しています。 Bearer トークンを受け取り、ユーザーデータを返す FastAPI エンドポイントをレビューする。
期待される結果:
レスポンスでは、ユーザーデータを返す前に必要なトークンチェック、想定される 401 処理、所有権検証を特定します。
「API JWT Authenticator」を使用しています。 管理者ルートとユーザープロフィールルートのロールベースアクセスを計画する。
期待される結果:
レスポンスでは、認証と認可を分離し、クレームの期待値を定義し、どの失敗が 403 を返すべきかを示します。
「API JWT Authenticator」を使用しています。 期限切れ、不正な形式、未認可の JWT リクエストに対するテストカバレッジを作成する。
期待される結果:
レスポンスでは、ネガティブな認証ケース、想定されるステータスコード、安全なエラーメッセージのチェックを一覧化します。
All nine static detections are false positives. Markdown inline-code delimiters around JWT terms were misidentified as shell backticks, and the remaining detections describe defensive authentication behavior rather than reconnaissance. No prompt injection, exfiltration intent, or executable commands were found in SKILL.md.
バージョン付き評価レポート、中立的なバッジ、埋め込みカード、引用を共有できます。Skillstore は証拠を報告しますが、この Skill が安全かどうかは判断しません。
https://skillstore.io/skills/abdul-haseeb360-api-jwt-authenticator/audits/10?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/abdul-haseeb360-api-jwt-authenticator?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/abdul-haseeb360-api-jwt-authenticator?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/abdul-haseeb360-api-jwt-authenticator/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/abdul-haseeb360-api-jwt-authenticator.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Claude. (2026). API JWT Authenticator security audit report (audit version 10) [Author version 1.0.0]. Skillstore. https://skillstore.io/skills/abdul-haseeb360-api-jwt-authenticator/audits/10@techreport{claude-abdul-haseeb360-api-jwt-authenticator-2026,
author = {Claude},
title = {API JWT Authenticator security audit report (audit version 10)},
institution = {Skillstore},
year = {2026},
number = {10},
url = {https://skillstore.io/skills/abdul-haseeb360-api-jwt-authenticator/audits/10},
note = {Author version 1.0.0}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "API JWT Authenticator security audit report (audit version 10)"
version: "1.0.0"
type: report
authors:
- name: "Claude"
date-released: "2026-07-18"
url: "https://skillstore.io/skills/abdul-haseeb360-api-jwt-authenticator/audits/10"
identifiers:
- type: other
value: "skillstore:abdul-haseeb360-api-jwt-authenticator:audit:10"
description: "Skillstore immutable audit report identifier"
認証済みユーザーを必要とする FastAPI エンドポイント向けに JWT チェックを設計します。
認証計画を、トークン検証とエラー処理の期待値と比較します。
トークンクレームを所有権チェックとロールベース権限にマッピングします。
Explain how I should add JWT authentication to a FastAPI REST API using this skill.
Help me design JWT protection for these FastAPI routes, including 401 and 403 behavior.
Review my planned JWT claims and suggest validation rules for user identity and role checks.
Audit this FastAPI JWT authentication flow for missing validation, weak error handling, and access control gaps.
作成者
Claudeライセンス
MIT
作者バージョン
v1.0.0
Skillstore リビジョン
r2
参照
80999bf530a7874d7bedf8ce202001ecb4c4f5e0
メンテナンスの新しさ
2026/7/21
利用状況
7 ダウンロード · 171 閲覧
ファイル構成
📄 SKILL.md
仕様駆動のCRUD機能を構築
チームは、仕様を一貫したCRUD実装へ落とし込む作業に時間を失いがちです。このスキルは、Claude、Codex、Claude Codeに対して、仕様分析、スキャフォールディング、検証をガイドします。
Claude Code向けSpec-Kitワークフローガイド
仕様駆動プロジェクトでは、プロンプト、リポジトリルール、実装手順を別々に管理すると一貫性が失われることがあります。このスキルは、チームがSpec-Kitの実践をClaude Codeワークフローに合わせるのに役立ちます。
Better Auth を Next.js App Router と統合する
Next.js App Router の認証には、ミドルウェア、セッション、プロバイダー、安全なトークン処理を連携させる必要があります。このスキルは、設定から保護されたルートまで、Better Auth のセットアップパターンをガイドします。
Next.js向けJWT APIクライアントを構築
フロントエンドアプリは、トークン処理やエラー解析を重複して実装しがちです。このスキルは、Claude、Codex、またはClaude Codeが、JWTを意識したAPIクライアントを1つ設計できるように導きます。
Next.js の認証ルートを保護
作成者 AayushBaniya2006
チームがセッション API とルートガードを混在させると、認証の変更は失敗しがちです。このスキルは、安全なアクセス制御のために、Claude、Codex、Claude Code をプロジェクトのヘルパーへ導きます。
リリース前のWebアプリセキュリティレビュー
作成者 sickn33
セキュリティ上の問題は、チームが認証、API、決済、アップロード、または機密データフローを追加するときによく発生します。このスキルは、デプロイ前に一般的なWebアプリケーションのリスクを見つけるための、焦点を絞ったチェックリストとレビュープロンプトを提供します。
CloudBase Node認証フローを構築
作成者 tencentcloudbase
サーバーサイドのCloudBase認証作業では、呼び出し元のID、ユーザー検索、カスタムログインの詳細が混在することがあります。このスキルは、Node.jsエージェントが正しいSDKメソッドと安全なバックエンドパターンを扱えるように導きます。
セキュリティエンジニアリングの意思決定を強化する
作成者 89jobrien
セキュリティ業務は多くの場合、アーキテクチャ、アイデンティティ、コンプライアンス、テスト、対応計画にまたがります。このスキルは、Claude、Codex、Claude Codeに、構造化されたセキュリティエンジニアリングのガイダンスを提供します。
最小権限の Azure RBAC ロールを選択する
作成者 microsoft
Azure のロール割り当てでは、権限を過剰に付与してしまいがちです。このスキルは、最小権限のロールを選択し、Azure CLI と Bicep による割り当て手順の下書きを作成するのに役立ちます。
エントリーポイント全体で入力を検証する
作成者 EIS-ITS
入力検証は、フォーム、API、ビジネスルールの間で一貫性を失いがちです。このスキルは、Claude、Codex、Claude Code を安全なバリデーションパターンへ導きます。