setup-permissions-2d483e — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited setup-permissions-2d483e (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.
Review the repo and propose narrow Codex permission/config guidance before the user hits repeated approval prompts. Treat permissions and sandbox settings as a security boundary.
Prefer the least invasive target:
run and which ones need care.
repo trusted and understands it is personal machine config.
run.
Do not silently edit ~/.codex/config.toml; show the exact change first.
Propose narrow, frequent, low-risk operations. Do not propose broad or destructive allows.
Good examples:
gh status and PR inspection;Do not propose:
rm, sudo, force-push, destructive git reset/checkout, deploys, releases, publishcommands, secret reads, .env reads, or curl ... | sh;
AGENTS.md, .codex/, .agents/, README, and manifests.~/.codex/config.toml if local access isavailable.
.claude/settings*.json permission rules as Codex config; usethem only as hints about repeated workflows.
Read manifests/configs such as package.json, pyproject.toml, Makefile, justfile, go.mod, Cargo.toml, CI workflows, lint/format config, and test config.
Identify:
Group proposals by category: tests, lint/format, build/type-check, package management, git/GitHub, local tools, and documentation.
For each proposal include:
Include a "Deliberately not proposed" section for dangerous operations withheld.
After explicit approval, apply only the selected changes. Preserve existing config and dedupe entries. If the approved change is global/personal config, make the scope obvious in the final report.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.