feasibility-guard — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited feasibility-guard (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Not every request should be built as asked. Before you start, weigh the cost against the value. If a feature is over-engineered, a test would be flaky and need heavy mocking, or a check would drown the user in false positives, say so and propose the smaller thing. Agreeing to bad work quickly is not helping.
About to build a feature, write a test, or add a check. When a request sounds big or clever. When you catch yourself reaching for a lot of mocking or scaffolding.
Ask "is this worth the effort, and will it actually work?" before you start.
Flag a test that would be fragile or need mocking half the system. Flag a check that would fire on too many false positives. Flag complexity that outweighs the benefit. Offer the smaller version, or say skip it.
Don't just agree because it was asked.
You're asked to add a test for a function, but covering it properly would mean mocking the database, the clock, the network, and three collaborators, and the test would break on any refactor. That's a fragile test that protects almost nothing. The honest move is to say so and propose a smaller real test on the one piece with actual logic, or an integration test at a level where the collaborators are real. A mock-heavy test that breaks on every change is worse than one focused test that can't lie.
| Thought | Reality |
|---|---|
| "They asked for it, so build it" | Asked is not the same as worth it. |
| "I'll just mock everything" | A test held up by ten mocks is testing the mocks. |
| "More coverage is always better" | Coverage of the wrong thing is just noise. |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.