surgical-github-extraction — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited surgical-github-extraction (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.
Clone or install = version coupling + transitive deps + scaffolding buries concept. User usually want idea, not framework. Lift small, own it.
raw.githubusercontent.com/<o>/<r>/<sha>/<path> or gh api.${TMPDIR:-/tmp}/sge-<repo>-<sha>/. Win $env:TEMP\sge-<repo>-<sha>\.// adapted from github.com/<o>/<r>@<sha>:<path>.pip install, no submodule.git clone into project or home dir.pip install git+https://... or npm install <tarball> when user want to learn from repo./src "just in case".main not SHA.README → curl -fsSL raw.githubusercontent.com/<o>/<r>/<sha>/README.md
tree → gh api repos/<o>/<r>/git/trees/<sha>?recursive=1
one file → curl -fsSL raw.githubusercontent.com/<o>/<r>/<sha>/<path>
pin SHA → gh api repos/<o>/<r>/commits/<branch> --jq .sha | cut -c1-7
tempdir unix → ${TMPDIR:-/tmp}/sge-<repo>-<sha>/
tempdir win → $env:TEMP\sge-<repo>-<sha>\
provenance → // adapted from github.com/<o>/<r>@<sha>:<path>~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.