aaa-trial-hello — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited aaa-trial-hello (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.
This is a trial skill for demonstrating how skills are structured, installed, and triggered in both Codex and Claude Code (cloud code).
It serves as a smoke test (can you install and trigger a skill successfully?) and a learning reference (what sections does a real skill have?).
This skill does not perform complex operations. It is intentionally minimal so new users or developers can verify their skill pipeline end to end.
When triggered, this skill will:
skill-installer, skill-creator, or write-a-skill).This skill is designed to work on both platforms:
| Platform | Support | Notes |
|---|---|---|
| Codex | Full | Native support with all trigger features |
| Claude Code (cloud code) | Compatible | Works via SKILL.md convention; some UI metadata fields may not render |
~/.codex/skills/ or ~/.agents/skills/name, description, and body of SKILL.md are the primary fields recognizeddisable-model-invocation is Codex-specific and ignored by Claude CodeEvery compatible skill has:
~/.codex/skills/ (or ~/.agents/skills/ for Claude Code)name, description) and body (trigger logic, workflow, rules)references/ folder with supporting docsscripts/ folder with executable helpersagents/openai.yaml for UI metadata (Codex-only)安装 https://github.com/tomhuaijbig/aa-bundler-skill 里的 aaa-trial-hello 技能Copy-Item -Recurse .\skills\aaa-trial-hello "$env:USERPROFILE\.agents\skills\aaa-trial-hello"Or clone the entire repo and copy the skill folder to your Claude Code skills directory.
Copy-Item -Recurse .\skills\aaa-trial-hello "$env:USERPROFILE\.codex\skills\aaa-trial-hello"This is an example skill included for demonstration and learning. Feel free to modify it, fork it, or delete it after testing.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.