extract-patterns — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited extract-patterns (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.
Extract reusable patterns from recent build artifacts.
.buildloop/build-claims.md and .buildloop/review-report.md if they exist.git log --oneline -5~/.foundry/patterns/ to avoid duplicates.Write patterns to .buildloop/patterns-extracted.json:
[
{
"pattern_id": "kebab-case-id",
"title": "Short descriptive title",
"severity": "HIGH|MEDIUM|LOW",
"keywords": ["keyword1", "keyword2"],
"tech_stack": ["rust"],
"issue": "What went wrong or what was non-obvious",
"solution": {
"planner": "What the planner should do differently",
"reviewer": "What the reviewer should check for"
}
}
][].~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.