feat: improve ipa-security-check and ipa-security-guide, bump to v1.4.2#44
Merged
cm-kuroeda merged 2 commits intoMay 27, 2026
Conversation
…version to 1.4.2 - ipa-security-check: report output filename now uses date-sequence format (ipa-security-report-YYYY-MM-DD-NN.md) by default to prevent overwriting previous reports on repeated scans - ipa-security-guide: auto-detect ipa-security-report-*.md files when report path is omitted; prompt user to select when multiple files are found - Bump version from 1.4.1 to 1.4.2 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- ipa-security-check: default output path changed to security-reports/ipa-security-report-YYYY-MM-DD-NN.md; security-reports/ directory is created automatically if not present - ipa-security-guide: auto-detection now searches security-reports/ first, then falls back to current directory Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ipa-security-report-YYYY-MM-DD-NN.md)に変更。繰り返しスキャン時に既存レポートを上書きしないipa-security-report-*.mdを自動検出するよう変更。複数件ある場合はユーザーに選択を促す変更ファイル
skills/ipa-security-check/SKILL.mdskills/ipa-security-check/commands/ipa-security-check.md--outputデフォルト値の説明を更新skills/ipa-security-check/lib/orchestrator.mdskills/ipa-security-guide/SKILL.md.claude-plugin/plugin.json背景
ipa-security-checkを同一プロジェクトで複数回実行した場合、デフォルトではipa-security-report.mdに上書きされてしまい、過去のスキャン結果を参照できなかった。日付・連番形式にすることで、複数の実行結果を保持できる。また
ipa-security-guideは連番形式のレポートに対応するため、ファイルパス省略時にipa-security-report-*.mdを自動検出するよう変更した。Test plan
ipa-security-checkを2回実行し、ipa-security-report-YYYY-MM-DD-01.mdと-02.mdが生成されることを確認ipa-security-guideを引数なしで起動し、レポートファイルが自動検出されることを確認--output指定時は従来通り動作することを確認🤖 Generated with Claude Code