high-quality-content-writer — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited high-quality-content-writer (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.
Use this skill as a closed-loop content system: draft or clean text, score it with deterministic gates, evaluate it in isolation, then retry with concrete fix instructions until quality passes or the retry budget is exhausted.
Default to this loop:
.tmp/high-quality-content-writer/<timestamp>/.slop_score.py --url <url> first so the result is calibrated against the public AI Vetter action when available.source.md:curl -L -s 'https://r.jina.ai/http://https://example.com/path' -o source.mdsource.md and the current candidate as candidate.md.scripts/slop_score.py --file candidate.md --prettyscripts/quality_gate.py --file candidate.md --prettyreferences/evaluator-flow.md. Give it only the candidate text, scoring JSON, user brief, and the skill path.references/writer-flow.md. Give it source.md, candidate.md, previous findings, and fix instructions. Ask it to write the next candidate.md.max_attempts is reached. Default max_attempts = 4.Do not stop after analysis when the user asked for final content. The expected output is improved content plus evidence that it passed the gates.
Use three complementary gates:
slop_score.py catches tropes.fyi-style AI-writing patterns. Pass target: score <= 25 and verdict Human or AI-assisted; Suspicious is allowed only if the user wants light editing.quality_gate.py implements the bundled quote/article slop-check criteria. Pass target for articles: clean or good; acceptable is allowed only with explanation; probable_slop and obvious_slop hard fail.Hard fail if the draft invents facts, drops required claims, adds unsupported numbers, or changes the user's intended meaning.
python3 scripts/slop_score.py --file candidate.md --pretty
python3 scripts/quality_gate.py --file candidate.md --prettyURL scoring remains available:
python3 scripts/slop_score.py --url https://example.com/article --prettyFor website content checks, prefer explicit Jina extraction when the user wants token-efficient review:
python3 scripts/slop_score.py --url https://example.com/article --pretty
curl -L -s 'https://r.jina.ai/http://https://example.com/article' -o .tmp/high-quality-content-writer/source.md
python3 scripts/quality_gate.py --file .tmp/high-quality-content-writer/source.md --type article --prettyFor a grading-only request:
Verdict: <clean/good/acceptable/probable_slop/obvious_slop + trope verdict>
Score: <quality score>/10
Trope score: <0-100>
Slop-check score: <points>
Findings:
- <issue>: <evidence>
Fix instructions:
- <sentence-level or structural instruction>For a write/fix request:
<final improved content>
QA:
- Attempts: <n>
- Quality gate: <pass/fail>, <score>/10
- Trope score: <score>, <verdict>
- Slop-check: <score>, <verdict>
- Main fixes: <short list>
- Residual risk: <only if any>references/tropes.md: full uncut tropes.fyi-style rubric supplied by the user.references/slop-check.md: short quote criteria imported from $slop-check.references/slop-check-full-criteria.md: full 24-criteria article rubric imported from $slop-check.references/c8c-loop-analysis.md: distilled mechanics from content-improve-loop.chain and c8c evaluator implementation.references/writer-flow.md: isolated writer subagent prompt.references/evaluator-flow.md: isolated evaluator subagent prompt.references/api-example.md: public Vetter action id, request shape, and response shape.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.