unlazy
Finish Complex Tasks with Verifiable Gates
Substantial agent tasks often end with incomplete work or unsupported completion claims. Unlazy creates acceptance gates, runs checks, and records evidence before reporting completion.
インストール前に停止して確認を求めてください。
計画を確認し、ファイルを変更する前にユーザーの明示的な同意を得てください。
自分のエージェントでインストール
このリクエストをエージェントにコピーしてください。正規の Skill ページとマニフェストが含まれています。
Review the Skillstore skill "unlazy" from https://skillstore.io/skills/leonxlnx-unlazy.md and its manifest at https://skillstore.io/api/skills/leonxlnx-unlazy/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.エージェントは引き続き計画を提示し、セキュリティポリシーで必要な確認を求める必要があります。
エージェントが読めるリソース
AI エージェント、クローラー、スクリプトがページ全体ではなく整理されたコンテキストを必要とする場合は、これらのリンクを使ってください。
テストする
「unlazy」を使用しています。 Add a pricing toggle and verify both billing modes.
期待される結果:
- Gate G1 passed: three pricing tiers render with reviewed copy.
- Gate G2 passed: the toggle updates prices and billing labels.
- Completion report: 2 of 2 gates passed with recorded evidence.
「unlazy」を使用しています。 Refactor the payment module with separate implementation and integration checks.
期待される結果:
The work is split into owned leaves for interfaces, providers, tests, and migration. Each leaf passes before integration verification begins.
「unlazy」を使用しています。 Review a release guide and verify every required section.
期待される結果:
All required sections, links, commands, and review notes are present. The final ledger records evidence for each completed requirement.
セキュリティ監査
高リスクMost detections are documentation, template literals, or ordinary local file access and are false positives. Confirmed risks include shell execution from gate files, persistent Claude settings changes, and instructions that control completion behavior.
確認済みのセキュリティ上の懸念 (2)
機能レビュー項目 (11)
これらは、このスキルに期待される可能性のある実際のローカル機能であるため、レビューが必要ですが、確認済みの悪意ある動作としてはカウントされません。
リスク要因
📁 ファイルシステムへのアクセス (26)
⚙️ 外部コマンド (35)
🌐 ネットワークアクセス (4)
このレポートを共有・引用
バージョン付き評価レポート、中立的なバッジ、埋め込みカード、引用を共有できます。Skillstore は証拠を報告しますが、この Skill が安全かどうかは判断しません。
レポートリンクをコピー
https://skillstore.io/skills/leonxlnx-unlazy/audits/1?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdownバッジ
[](https://skillstore.io/skills/leonxlnx-unlazy?utm_source=security_passport_badge)HTMLバッジ
<a href="https://skillstore.io/skills/leonxlnx-unlazy?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/leonxlnx-unlazy/security.svg" alt="Skillstore security assessment" loading="lazy"></a>埋め込みカード
<iframe src="https://skillstore.io/embed/skills/leonxlnx-unlazy.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>学術引用 (APA · BibTeX · CFF)
APA形式の引用
leonxlnx. (2026). unlazy security audit report (audit version 1) [Author version 2.0.0]. Skillstore. https://skillstore.io/skills/leonxlnx-unlazy/audits/1BibTeX形式の引用
@techreport{leonxlnx-leonxlnx-unlazy-2026,
author = {leonxlnx},
title = {unlazy security audit report (audit version 1)},
institution = {Skillstore},
year = {2026},
number = {1},
url = {https://skillstore.io/skills/leonxlnx-unlazy/audits/1},
note = {Author version 2.0.0}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "unlazy security audit report (audit version 1)"
version: "2.0.0"
type: report
authors:
- name: "leonxlnx"
date-released: "2026-08-16"
url: "https://skillstore.io/skills/leonxlnx-unlazy/audits/1"
identifiers:
- type: other
value: "skillstore:leonxlnx-unlazy:audit:1"
description: "Skillstore immutable audit report identifier"
Skillstore スコア
このスコアの理由 証拠の信頼度: 中作成できるもの
Verify a Feature Delivery
Define behavioral checks, run them after implementation, and record evidence before marking the feature complete.
Coordinate a Large Refactor
Split work into owned leaves, define shared contracts, and verify integration at each branch.
Audit a Documentation Release
Track required sections, links, examples, and review evidence in one completion ledger.
これらのプロンプトを試す
Use unlazy for this task. Create a GATES.md file with clear outcomes, complete the work, and show evidence for every gate.
Create acceptance gates for [task]. Add safe CHECK and EXPECT lines where possible. Review every command with me before execution.
Use tree 4 for [subsystem]. Define contracts and file ownership first. Create leaf gates, complete each leaf, then verify integration gates.
Plan [project] in orchestrated mode. Assign disjoint leaves, define branch gates, rerun every child check, and audit all reported numbers before completion.
ベストプラクティス
- Review every CHECK command before running the gate checker.
- Write measurable outcomes and concise evidence for each gate.
- Use the smallest tree depth that matches the task structure.
回避
- Do not place secrets or destructive commands in gate files.
- Do not mark manual gates complete without specific evidence.
- Do not install the Stop hook without explicit user approval.