clean — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited clean (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.
以下の手順で output/ 配下のすべての _working/ ディレクトリを削除します。
Bash ツールで以下を実行し、削除対象のディレクトリを列挙してください:
TARGETS=$(find output -type d -name "_working" 2>/dev/null)
echo "$TARGETS"
COUNT=$(echo "$TARGETS" | grep -c "_working" 2>/dev/null || echo 0)ターゲットが0件の場合は以下を表示して終了:
削除対象の _working/ ディレクトリは見つかりませんでした。ターゲットが1件以上ある場合、以下を表示して確認を求めてください:
削除対象(N個の _working/ ディレクトリ):
output/v1/_working
output/v2/_working
...
これらを削除します。続行しますか? [y/n]y 以外が入力された場合は何もせず終了してください。
y が入力された場合、Bash ツールで以下を実行してください:
find output -type d -name "_working" -exec rm -rf {} + 2>/dev/null
echo "削除完了"削除エラーが発生してもメッセージのみ表示し処理を継続してください(権限エラー等は想定範囲)。
========================================
クリーンアップ完了!
N個の _working/ ディレクトリを削除しました。
最終納品物は output/v{最終番号}/ に残っています:
- ゲーム設定.md
- 世界観.md
- キャラクター.md
- タイムスケジュール.md
========================================~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.