Skip to main content
Manusで任意のスキルを実行
ワンクリックで
danygiguere
GitHub クリエイタープロフィール

danygiguere

2 件の GitHub リポジトリにある 40 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
40
リポジトリ
2
更新
2026-07-03
リポジトリエクスプローラー

リポジトリと代表的な skills

audit
ソフトウェア品質保証アナリスト・テスター

Full security, correctness, and operability audit of code. Use when reviewing a diff, endpoint, or feature for vulnerabilities or bugs without a specific topic in mind — security review, audit, code review for safety, "check this for issues".

2026-07-03
audit-token-validation
情報セキュリティアナリスト

Inbound token and webhook verification checklist. Use when code verifies JWTs, API keys, signed URLs, or webhook signatures — decode-without-verify, alg confusion, missing exp/aud/iss checks, kid/JWKS handling, HMAC over raw body, replay windows.

2026-07-02
audit-deserialization
情報セキュリティアナリスト

Insecure deserialization checklist. Use when untrusted bytes (request bodies, cookies, sessions, cache entries, queue messages, uploaded files) are deserialized — native object deserializers, polymorphic JSON/XML typing, unsafe YAML, or missing type allowlists.

2026-06-21
audit-time-clock
ソフトウェア開発者

Time, timezone, and clock-correctness checklist. Use when code stores or computes timestamps, durations, timeouts, or expiry — naive vs aware datetimes, server-local now(), wall-clock for elapsed time, DST and calendar math, cross-zone comparisons.

2026-06-21
audit-caching
ソフトウェア開発者

Caching correctness checklist. Use when reviewing caches — keys missing a user/tenant dimension, stale data after writes, cache stampede, cached errors, or per-user responses landing in a shared or CDN cache.

2026-06-20
audit-numeric-precision
ソフトウェア開発者

Numeric and money precision checklist. Use when code computes money, totals, taxes, or splits — float used for currency, ad hoc rounding, integer overflow, division remainders, or unit/currency mismatches.

2026-06-20
audit-cardinality
ソフトウェア開発者

Query cardinality checklist. Use when an UPDATE or DELETE keys on a non-unique column (e.g. WHERE name = ?) and may hit the wrong rows, when findOne/.single()/.first() runs on a non-unique field, or when a column is treated as unique in app code without a database UNIQUE constraint.

2026-06-13
audit-api-validation
ソフトウェア品質保証アナリスト・テスター

Input validation and API contract checklist. Use when reviewing request validation, DTOs, public endpoints, types, bounds, or unknown-field handling.

2026-06-12
このリポジトリの収集済み skills 39 件中、上位 8 件を表示しています。
2 件中 2 件のリポジトリを表示
すべてのリポジトリを表示しました