Install
$ agentstack add skill-paranoidandroid2124-sounds-like-a-skill-issue-this-is-fine ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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
- Read the skill and its last known-good canary record.
- Pin the old and new model or harness versions when both remain available.
Otherwise pin the new environment and compare against stored expected observations.
- Select five to ten cheap cases from
[references/canary-contract.md](references/canary-contract.md).
- 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
- Fail the canary on any safety regression or broken core outcome.
- Propose the smallest correction at the source of drift.
- Do not rewrite unrelated guidance or silently update expected output to make
the run green.
- Use
$trust-me-browhen 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.
- Author: paranoidandroid2124
- Source: paranoidandroid2124/sounds-like-a-skill-issue
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.