prompt-evaluation-runn…
Use when evaluating prompts, LLM outputs, red-team suites, or model behavior with local eval configs and safe provider/cost controls.
Use when modifying agent config files, committing configuration changes, onboarding a repository with existing agent configs, or running a periodic config hygiene check.
$ npx -y skills add yeaight7/agent-powerups --skill agent-config-security-audit --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/agent-config-security-auditContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when modifying agent config files, committing configuration changes, onboarding a repository with existing agent configs, or running a periodic config hygiene check.
name: agent-config-security-audit description: Use when modifying agent config files, committing configuration changes, onboarding a repository with existing agent configs, or running a periodic config hygiene check.
Systematic security review of agent configuration files. Run before committing config changes or onboarding a new repository.
Audit every config file present:
| File | Agent | |------|-------| | `.claude/settings.json` | Claude Code | | `.claude/mcp.json` (or project-root mcp.json) | Claude Code | | `.codex/config.toml` | Codex | | `docs/AGENTS.md` (project root) | Generic/Codex | | `docs/CLAUDE.md` (project root) | Claude Code | | `hooks/` | Any | | `plugins/*/plugin.json` | Agent Powerups | | `.apx/relay/*.json` | apx relay |
**P0 (block immediately):** Hardcoded secret in any committed file.
**P0:** `Bash(*)` or equivalent wildcard in allow list. **P1:** No `deniedTools` list when `Bash` is in scope.
**P0:** Command injection via interpolation in any hook. **P1:** Silent error suppression on a security or quality hook.
**P1:** Unpinned `npx -y` auto-install in MCP server config.
**P1:** Auto-run instruction with shell exec; unconditional safety override.
| Severity | Definition | Response | |----------|-----------|----------| | **P0** | Can directly compromise security or leak secrets | Fix before any commit; do not push | | **P1** | Increases attack surface or weakens safety controls | Fix before merging; document exception if deferred | | **Note** | Best practice not followed, no direct risk | Fix in follow-up; log as tech debt |
Agent Config Security Audit — <project>/<date>
P0 findings:
[P0] <file>:<line> — <description>
Fix: <what to change>
P1 findings:
[P1] <file>:<line> — <description>
Fix: <what to change>
Notes:
[Note] <file> — <description>
Summary: <N> P0, <N> P1, <N> NotesIf no findings: state "No findings." explicitly.
Curated power-ups for coding agents: skills, slash commands, MCP configs, hooks, AGENTS.md templates, and workflows for serious software engineering. Claude Code, Codex, Antigravity CLI, Cursor and more
Repo: yeaight7/agent-powerups
Use when evaluating prompts, LLM outputs, red-team suites, or model behavior with local eval configs and safe provider/cost controls.
Use when creating or reviewing red-team eval plugins, attack templates, grader rubrics, safety fixtures, or model-risk test metadata.
Use when designing, running, debugging, or hardening deterministic eval suites for agent skills, prompts, tool workflows, or MCP-backed cases.
Use when designing tool definitions for a new agent or subagent, an agent shows high retry rates, ambiguous tool invocations, or silent failures, or an…
Use when routing a prompt to a local provider CLI for a second opinion, review, or plan -- you are about to call a provider directly, need the response saved…
Use when starting work in an unfamiliar area of a codebase, spawning a subagent that needs targeted file context, a first search pass missed the relevant file,…