AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Loop Verify

skill-cbdreamer11-cb-loop-kit-claude-plugin-loop-verify · by cbdreamer11

Runs this project's verification contract and decides honestly whether something is verified, a gap, or a lie. Use before calling anything done, and whenever a report says "should work".

No reviews yet
0 installs
12 views
0.0% view→install

Install

$ agentstack add skill-cbdreamer11-cb-loop-kit-claude-plugin-loop-verify

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-cbdreamer11-cb-loop-kit-claude-plugin-loop-verify)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
15d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Loop Verify? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Verify for real

Read .loop/VERIFY.md and run the slots that apply to what changed. Then write down what you observed, in the words of what you saw — not in the words of what you hoped.

The three things that are not verification

  1. A green build. It proves the code compiles. Nothing else.
  2. "I read the code and it looks right." The bug you are looking for is exactly

the one that looks right.

  1. "It should work." Then it is not verified. Say that instead.

Add two more that fool people constantly:

  1. An exit code of 0 — a command can succeed while doing nothing.
  2. An HTTP 200 — many servers answer 200 for a page that does not exist. Verify

by finding a string that only exists in the new behaviour, not by status code.

What counts

Each slot must produce an artifact or a direct observation:

  • BUILD — the project's build/test command, green. Necessary, never sufficient.
  • OBSERVE — the thing itself, doing its thing: a page rendered in a real browser

with a clean console and a real interaction (click, type, navigate); a CLI run with its real output; an endpoint returning the new field. A screenshot or captured output is the artifact.

  • DATA — query the store and confirm the effect: the row exists, the value

changed, the wrong value is refused.

  • MONEY — if money moves, use the provider's test mode and confirm the resulting

state changed for real. Never test with live money.

Testing against a real system

If the project has a test database or a seeded environment, use it: set up, run, tear down. That is the default. Working against a live system is an exception that must be declared in .loop/VERIFY.md, and when it is unavoidable: wrap in a transaction and roll back, or restore the fixtures afterwards and confirm nothing was left behind.

Two traps worth naming: your own tooling may run with more privileges than a real user, which hides permission bugs — check with the actual role. And a check that passes for you may fail for a signed-out visitor — check both.

The verdict

For each slot: VERIFIED (with the one line of what you observed), GAP (with the reason it cannot be checked here — a missing access, no browser, no test environment), or FAILED (go back to building). A slot may not be silently skipped. If a required slot is a GAP, the item is not done — it is delivered with a declared gap, and it says so in .loop/STATE.md.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.