commit — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited 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.
bash "$SKILL_DIR/scripts/status.sh"출력 내용: 변경 파일 목록 / 스테이징 여부 / diff 통계 / 최근 커밋 5개
커밋 메시지 가이드라인: $SKILL_DIR/commit-guidelines.md 를 읽고 그 형식을 따를 것
스테이징 상태에 따라 처리:
git add -A 생략git add -A 실행스테이징되지 않은 변경사항이 있는 경우에만:
git add -A커밋:
git commit -m "$(cat <<'EOF'
<커밋 메시지>
EOF
)"커밋 완료 후 아래 형식으로 완료 메시지를 출력:
✅ 커밋 완료!
- 커밋 해시: <short hash>
- 브랜치: <현재 브랜치>
- 메시지:
<커밋 메시지 전체>
- 변경 파일: <파일 수>개git add -A는 스테이징된 파일이 없을 때만 실행한다 — 의도치 않은 파일이 포함될 수 있으므로 주의commit-guidelines.md 형식을 따른다~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.