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

This Is Fine

skill-paranoidandroid2124-sounds-like-a-skill-issue-this-is-fine · by paranoidandroid2124

Run a small pinned regression suite to detect whether an existing Agent Skill's triggers, tool routing, permissions, output contract, or versioned guidance drifted after a model, harness, tool, or API update. Use when upgrading a model or agent, checking a release, scheduling compatibility checks, or investigating why a formerly working skill changed behavior. Do not use for general skill slimmin…

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

Install

$ agentstack add skill-paranoidandroid2124-sounds-like-a-skill-issue-this-is-fine

✓ 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-paranoidandroid2124-sounds-like-a-skill-issue-this-is-fine)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo 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 This Is Fine? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

This Is Fine

Detect compatibility drift cheaply. Do not turn a canary into a full benchmark.

The coffee is optional. The pinned regression cases are not.

Prepare

  1. Read the skill and its last known-good canary record.
  2. Pin the old and new model or harness versions when both remain available.

Otherwise pin the new environment and compare against stored expected observations.

  1. Select five to ten cheap cases from

[references/canary-contract.md](references/canary-contract.md).

  1. Use fixtures or sandboxes. Do not let a canary mutate production or publish

externally.

Run

Keep task inputs, permissions, tools, reasoning, and timeout stable. Use fresh contexts and capture raw evidence for:

  • trigger activation and near-miss non-activation;
  • preferred tool route and fallback;
  • approval or destructive-action boundary;
  • output schema or completion contract;
  • one version-sensitive fact or command;
  • one known historical failure.

Run the last known-good environment first when practical, then the candidate environment. A missing old runtime is a limitation, not permission to invent a comparison.

Classify

  • Trigger drift: activation becomes too broad, too narrow, or ambiguous.
  • Capability drift: the same route no longer achieves the outcome.
  • Tool drift: a tool, argument, path, or fallback changed.
  • Safety drift: approval, validation, or write boundaries weaken.
  • Knowledge drift: pinned instructions conflict with current primary

sources.

  • Harness drift: discovery, progressive disclosure, or resource loading

changes.

Act

  1. Fail the canary on any safety regression or broken core outcome.
  2. Propose the smallest correction at the source of drift.
  3. Do not rewrite unrelated guidance or silently update expected output to make

the run green.

  1. Use $trust-me-bro when available before claiming the new version improves

efficacy. Otherwise compare the same pinned task in isolated baseline and candidate contexts with one declared verifier. A canary alone never proves uplift.

Return

Report the environment delta, case-by-case observation, raw evidence, drift class, severity, smallest proposed fix, and whether release should pass, warn, or block.

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.