richfrem/project_sanctuary · Archived

audit-plugin-l5

Triggers the L5 Red Team Sub-Agent to rigorously audit a plugin against the 39-point L4 pattern matrix.

First seen May 24, 2026

Installation

$ npx skills add richfrem/project_sanctuary --skill audit-plugin-l5

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from richfrem/project_sanctuary · top by installs.

npx skills add richfrem/project_sanctuary

Browse all from richfrem/project_sanctuary

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 4
License LICENSE
Default branch main
Open issues 1
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsBash, Read, Write
Declared agents antigravity

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,560 B
  • docs SUMMARY.md 126 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Audit Plugin L5

[See acceptance criteria](references/acceptance-criteria.md)

This skill abstracts the execution of the L5 Enterprise Red Team Auditor. By using this skill, you trigger an uncompromising architecture and security review against the 39-point pattern matrix.

Discovery Phase

Before executing this skill, ensure you know the exact path or name of the plugin you wish to audit (e.g., plugins/legacy system/xml-to-markdown).

Execution

This skill delegates immediately to the l5-red-team-auditor sub-agent.

Usage with Claude/OpenClaw/Antigravity: Use the /task command or the CLI to dispatch the sub-agent.

# If using the CLI directly:
claude -p l5-red-team-auditor "Please deeply assess the plugin located at: plugins/[INSERT_PLUGIN_NAME_HERE]"

Output

The sub-agent is instructed to output a structured markdown artifact titled [PluginName]RedTeamAudit.md containing:

  1. L5 Maturity gaps.
  2. Bypass vectors and injection paths.
  3. Determinism failures.
  4. Priority Remediation Checklists.

Always conclude execution with a Source Transparency Declaration explicitly listing what was queried to guarantee user trust: Sources Checked: [list] Sources Unavailable: [list]

Next Actions

  • Execute the Priority Remediation Checklist generated by the sub-agent to patch the target plugin.