coding-challenge-generator — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited coding-challenge-generator (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.
A topic + difficulty range → a graded ladder of auto-checkable challenges.
Single exercises are easy; a coherent ladder that builds a skill is hard. This skill emits a set of challenges of rising difficulty around one topic, each fully specified and testable — ready to drop into a course, a bootcamp, or interview prep. (For a single richly-scaffolded space-themed lab, use ../../coding/cosmic-code-lab.)
coding challenges, problem set, exercises,challenge ladder, interview prep
challenges/**, problems/**/coding-challenge-generator| Input | Required | Notes |
|---|---|---|
topic | yes | Skill/concept the set trains (e.g. "recursion"). |
language | no | python (default) or javascript. |
count | no | Number of challenges, default 5. |
range | no | Difficulty span, default intro→advanced. |
step depends on the prior.
(happy + edge + error), and a reference solution that passes them.
{
"topic": "string",
"challenges": [{
"title": "string",
"difficulty": "intro | easy | medium | hard | advanced",
"statement": "string",
"starter_code": "string",
"tests": "string",
"solution": "string"
}]
}Write, Bash (run tests). MCP: none required.Input: topic "recursion", count 5 → five Python challenges from factorial to a tree traversal, each with hidden tests and a passing solution.
Built on SIP — Starlight Intelligence Protocol Substrate: starlightintelligence.org/protocol v1.1.0 Layers used: [file-contract, attestation, sovereignty] Vertical: starlight-agent-skills · portable capability layer
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.