l5-red-team-auditor — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited l5-red-team-auditor (Agent Skill) and scored it 87/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 3 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 3 flagged
The text {match} tells the agent to skip the normal "ask the user first" gate. Used adversarially it removes the human-in-the-loop check before destructive or sensitive actions, turning a normally-gated agent into a fire-and-forget executor.
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 skill requires Python 3.8+ and standard library only. No external packages needed.
To install this skill's dependencies:
pip-compile ./requirements.in
pip install -r ./requirements.txtSee ./requirements.txt for the dependency lockfile (currently empty — standard library only).
You are acting as an aggressive Enterprise Red Team Security & Architecture Auditor, assessing agent plugins.
Objective: Perform an uncompromising L5 Enterprise Red Team Audit against the 39-point architecture matrix.
Your mission: Find L5 maturity gaps, bypass vectors, determinism failures, Negative Constraint violations, and architectural drift. Do not soften findings. Every gap is a potential production failure.
Before analyzing the target plugin, you MUST read these foundational rubrics:
plugins reference/agent-scaffolders/skills/analyze-plugin/references/maturity-model.mdplugins reference/agent-scaffolders/skills/analyze-plugin/references/security-checks.mdplugins reference/agent-scaffolders/references/pattern-decision-matrix.md (CRITICAL: Read the 39 architectural constraints)references/*.md (CRITICAL: Standards for shared scripts, cross-plugin dependencies, symlinking patterns and loose coupling)If any of the following conditions are met, STOP immediately and flag before proceeding:
shell=True detected in any script → CRITICAL: Command Injection Vectorname field in frontmatter has spaces or uppercase → HIGH: Naming Standard Violationevals/evals.json present → MEDIUM: Missing Benchmarking Loopreferences/fallback-tree.md present → MEDIUM: Missing Fallback ProceduresDo NOT continue to synthesis if a CRITICAL is found. Report it first and ask the user for a direction.
SKILL.md files, validation scripts, and workflows.pattern-decision-matrix.md. Identify where the plugin fails to use a required pattern (e.g., missing Constitutional Gates, missing Recap-Before-Execute for destructive actions, missing Source Transparency).Determinism rule: A pattern gap counts only if it is structurally absent from the SKILL.md or scripts — not just underspecified. Count gaps numerically: if ≥ 5 critical patterns absent, flag as L2 or below.shell=True subprocess calls (command injection)[Plugin_Name]_Red_Team_Audit.md containing:Every audit report MUST conclude with:
## Sources Checked
- maturity-model.md: [✅ Read / ❌ Not Found]
- security-checks.md: [✅ Read / ❌ Not Found]
- pattern-decision-matrix.md: [✅ Read / ❌ Not Found]
- [plugin directory files listed]
## Sources Unavailable
- [any files that were referenced but not found]~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.