project-skill-audit — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited project-skill-audit (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.
Audit the project's real recurring workflows before recommending skills. Prefer evidence from memory, rollout summaries, existing skill folders, and current repo conventions over generic brainstorming.
Recommend updates before new skills when an existing project skill is already close to the needed behavior.
Identify the repo root and read the most relevant project guidance first, such as AGENTS.md, README.md, roadmap/ledger files, and local docs that define workflows or validation expectations.
Resolve the memory base as $CODEX_HOME when set, otherwise default to ~/.codex. Use these locations:
$CODEX_HOME/memories/MEMORY.md or ~/.codex/memories/MEMORY.md$CODEX_HOME/memories/rollout_summaries/$CODEX_HOME/sessions/ or ~/.codex/sessions/If the runtime prompt already includes a memory summary, start there. Then search MEMORY.md for:
cwdOpen only the 1-3 most relevant rollout summaries first. Fall back to raw session JSONL only when the summaries are missing the exact evidence you need.
Check these locations relative to the current repo root:
.agents/skills.codex/skillsskillsRead both SKILL.md and agents/openai.yaml when present.
Look for repeated patterns in past sessions:
If the pattern appears repeatedly and is not already well captured, it is a candidate skill.
new skill from update existing skill.Recommend an update when an existing skill is already the right bucket but has stale triggers, missing guardrails, outdated paths, weak validation instructions, or incomplete scope. Recommend a new skill only when the workflow is distinct enough that stretching an existing skill would make it vague or confusing.
Use $CODEX_HOME/skills and $CODEX_HOME/skills/public to avoid proposing project-local skills for workflows already solved well by a generic shared skill. Do not reject a project-local skill just because a global skill exists; project-specific guardrails can still justify a local specialization.
MEMORY.md with rg using the repo name, basename, and cwd.memories/rollout_summaries/.cwd, or keywords match the current project.sessions/ JSONL files if rollout summaries are missing a concrete detail.cwdnew skill should correspond to a repeated workflow, not just a repeated topic.skill update should correspond to a workflow already covered by a local skill whose triggers, guardrails, or validation instructions no longer match the recorded sessions.SKILL.md and agents/openai.yaml drift from each other$CODEX_HOME/memories/MEMORY.md or ~/.codex/memories/MEMORY.md$CODEX_HOME/sessions or ~/.codex/sessions JSONL files only if summaries are insufficient./.agents/skills/*/SKILL.md./.agents/skills/*/agents/openai.yaml./.codex/skills/*/SKILL.md./skills/*/SKILL.mdAGENTS.mdREADME.mdReturn a compact audit with:
Existing skillsList the project-local skills found and the main workflow each one covers.
Suggested updatesFor each update candidate, include:
Suggested new skillsFor each new skill, include:
Priority orderRank the top recommendations by expected value.
If the user asks to actually create or update one of the recommended skills, switch to $skill-creator and implement the chosen skill rather than continuing the audit.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.