autoresearch-wrapper-create-8f7e4a — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited autoresearch-wrapper-create-8f7e4a (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 the launcher next to this skill:
if [ -n "${CLAUDE_SKILL_DIR:-}" ]; then
AUTORESEARCH_RUNNER="${CLAUDE_SKILL_DIR}/run.sh"
elif [ -n "${CLAUDE_PLUGIN_ROOT:-}" ]; then
AUTORESEARCH_RUNNER="${CLAUDE_PLUGIN_ROOT}/skills/autoresearch-wrapper-create/run.sh"
elif [ -f ".claude/skills/autoresearch-wrapper-create/run.sh" ]; then
AUTORESEARCH_RUNNER="$(readlink -f ".claude/skills/autoresearch-wrapper-create/run.sh")"
elif [ -f "skills/autoresearch-wrapper-create/run.sh" ]; then
AUTORESEARCH_RUNNER="$(readlink -f "skills/autoresearch-wrapper-create/run.sh")"
else
echo "Could not resolve the autoresearch-wrapper-create launcher" >&2; exit 1
fiUse:
bash "$AUTORESEARCH_RUNNER" create --part <part> --feature "<description>" --candidates <n> --metric <metric> --metric-command "<cmd>" --metric-goal <minimize|maximize>When this skill is invoked:
create)program.md with comparison instructionsevaluate and record against each approach to find the best capability ceiling.scan first.--no-interactive to skip wizard prompts or omit it to use the interactive wizard./autoresearch-wrapper-create --part src/api.py --feature "add response caching" --candidates 3 --metric latency_ms --metric-command "python bench.py" --metric-goal minimize~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.