autoresearch-wrapper-delete-687a7e — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited autoresearch-wrapper-delete-687a7e (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-delete/run.sh"
elif [ -f ".claude/skills/autoresearch-wrapper-delete/run.sh" ]; then
AUTORESEARCH_RUNNER="$(readlink -f ".claude/skills/autoresearch-wrapper-delete/run.sh")"
elif [ -f "skills/autoresearch-wrapper-delete/run.sh" ]; then
AUTORESEARCH_RUNNER="$(readlink -f "skills/autoresearch-wrapper-delete/run.sh")"
else
echo "Could not resolve the autoresearch-wrapper-delete launcher" >&2; exit 1
fiUse:
bash "$AUTORESEARCH_RUNNER" delete --part <part> --metric <metric> --metric-command "<cmd>" --metric-goal <minimize|maximize>When this skill is invoked:
delete)program.md with post-deletion optimization instructionsscan first.--no-interactive to skip wizard prompts or omit it to use the interactive wizard./autoresearch-wrapper-delete --part src/legacy_cache.py --metric throughput --metric-command "python bench.py" --metric-goal maximize~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.