completion-integrity
Block Shortcut Commits
Shortcut fixes can hide failures, delete tests, or suppress warnings. This skill adds completion integrity checks that flag risky commit patterns before review.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "completion-integrity" from https://skillstore.io/skills/ancplua-completion-integrity.md and its manifest at https://skillstore.io/api/skills/ancplua-completion-integrity/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "completion-integrity". Check my staged changes before commit.
Expected outcome:
The review reports one warning suppression and one commented test. It recommends fixing the root causes before committing.
Using "completion-integrity". I need to keep one suppression for a platform-specific warning.
Expected outcome:
The result asks for a concise commit explanation that states why the suppression is necessary and why it is safe.
Using "completion-integrity". Verify that an AI-generated fix is ready.
Expected outcome:
The workflow requires actual verification, checks for integrity violations, and blocks claims of completion when checks were not run.
Security Audit
SafeTwo static findings are confirmed because SKILL.md tells users to execute plugin shell scripts for installation and manual checks. The other two findings are markdown or inline prose false positives, and I found no prompt injection, data exfiltration, or deceptive intent in the skill text.
Capability review items (2)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
⚙️ External commands (4)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/ancplua-completion-integrity/audits/11?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/ancplua-completion-integrity?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/ancplua-completion-integrity?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/ancplua-completion-integrity/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/ancplua-completion-integrity.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA · BibTeX · CFF)
APA citation
ANcpLua. (2026). completion-integrity security audit report (audit version 11) [Author version unspecified]. Skillstore. https://skillstore.io/skills/ancplua-completion-integrity/audits/11BibTeX citation
@techreport{ancplua-ancplua-completion-integrity-2026,
author = {ANcpLua},
title = {completion-integrity security audit report (audit version 11)},
institution = {Skillstore},
year = {2026},
number = {11},
url = {https://skillstore.io/skills/ancplua-completion-integrity/audits/11},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "completion-integrity security audit report (audit version 11)"
version: "unspecified"
type: report
authors:
- name: "ANcpLua"
date-released: "2026-07-09"
url: "https://skillstore.io/skills/ancplua-completion-integrity/audits/11"
identifiers:
- type: other
value: "skillstore:ancplua-completion-integrity:audit:11"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Prevent Shortcut Fixes
Catch staged changes that remove tests, delete assertions, or suppress warnings before they reach review.
Standardize Commit Quality
Add a local integrity gate that reinforces team rules for tests, assertions, warnings, and TODOs.
Audit AI Coding Sessions
Require verification checks before an AI assistant claims completion or prepares a commit.
Try These Prompts
Set up the completion integrity hook for this repository. Explain what it will check before running any shell command.
Run the completion integrity manual check on my current changes. Summarize any blocked patterns and suggested fixes.
Analyze the integrity check failure. Identify whether each warning suppression, deleted assertion, or test change is justified.
Use completion integrity as a release gate for AI-generated changes. Define verification steps before final response and before commit.
Best Practices
- Run the manual integrity check before committing or declaring work complete.
- Treat blocked patterns as review signals, then fix the underlying issue when possible.
- Document necessary suppressions with a clear technical reason in the commit message.
Avoid
- Installing the hook without reviewing the plugin source and repository policy.
- Deleting assertions or tests to make a failing change appear successful.
- Claiming completion before running real verification on the final changes.