canonical-advisor-routing-3e69c0 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited canonical-advisor-routing-3e69c0 (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.
Route a prompt through a local provider CLI and persist the result as an artifact. The execution path is process-first: always go through the canonical apx ask-* wrappers rather than hand-assembled raw provider commands, so routing and artifact capture stay consistent.
ask-codex, ask-gemini, or ask-claude based on the task, and write a single self-contained prompt string.apx ask-* command. Do not manually assemble raw provider CLI commands unless you are debugging the wrapper itself. apx ask-codex "review this patch from a security perspective"
apx ask-gemini "suggest UX improvements for this flow"
apx ask-claude "draft an implementation plan for issue #123"relay-codex, relay-gemini, relay-claude) instead of repeated ask-* calls..agent-powerups/artifacts/ask/ with a provider-slug-timestamp Markdown filenameapx ask-* wrapper, not a hand-built raw command.agent-powerups/artifacts/ask/ locationask-* for work that needs cross-turn context instead of the relay siblings.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.