1natsu-commit — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited 1natsu-commit (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
クリーンで意味のあるgitコミットを作成するためのガイドライン。
Conventional Commits に従う。タイプ、description、スコープ、本文、フッターの詳細ルールは 1natsu-conventional-commits スキルを参照。
<type>(<scope>): <description>
[任意の本文]
[任意のフッター]各コミットは1つの論理的な変更を表すべき:
git add . や git add -A ではなく git add <具体的なファイル> を使うgit diff --staged でステージ済みの変更を確認する.env、APIキー、認証情報良いコミット:
feat(auth): add two-factor authentication support
fix(cart): prevent duplicate items on rapid click
refactor(db): extract query builder into separate module
test(auth): add integration tests for password reset
docs(api): document rate limiting headers
chore(deps): update typescript to 5.4悪いコミット:
update stuff
fix
WIP
asdf
Merge branch 'main' into feature(不必要なマージコミット)~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.