Project Audit Council — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Project Audit Council (Plugin) 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.
Project Audit Council banner
Audit a repository like a review board of principal engineers, security specialists, QA reviewers, database specialists, DevOps engineers, and skeptical red-team reviewers.
Project Audit Council is a reusable Agent Skill and plugin package for Codex, Claude Code, and compatible tooling that consumes SKILL.md-based workflows. It pushes agents toward evidence, separation of confirmed findings from suspicions, and safer audit behavior by default.
Use the repository plugin package when you want installation, versioning, and marketplace discovery.
codex plugin marketplace add Munizada/project-audit-council
codex plugin add project-audit-council@project-audit-councilInvoke the packaged skill:
$project-audit-council audit this repository in deep mode. Do not modify files.claude plugin marketplace add Munizada/project-audit-council
claude plugin install project-audit-council@project-audit-councilInvoke the packaged skill:
/project-audit-council:project-audit-council audit this repository in deep mode. Do not modify files.Codex:
git clone https://github.com/Munizada/project-audit-council.git
mkdir -p ~/.agents/skills
cp -R project-audit-council/skills/project-audit-council ~/.agents/skills/Claude Code:
git clone https://github.com/Munizada/project-audit-council.git
mkdir -p ~/.claude/skills
cp -R project-audit-council/skills/project-audit-council ~/.claude/skills/Most scanners are narrow. Most AI reviews are too eager to speculate. Project Audit Council is designed to be the middle ground that serious engineering teams actually need: broad repository coverage, skeptical evidence standards, and a workflow that treats business logic and production readiness as first-class concerns rather than afterthoughts.
This project exists to make repository audits more operational:
The skill runs a multi-pass audit flow:
The default posture is analysis-only. It does not modify files unless the user explicitly asks for a remediation pass after the audit.
quick: fast structural review and top risksstandard: balanced full-repository auditdeep: default multi-pass audit with broader verificationparanoid: maximum scrutiny for auth, abuse, secrets, state changes, and production hardeningdiff: review current changes instead of the whole repositoryfix-plan: produce a remediation sequence without editing codeDetailed installation notes live in docs/INSTALLATION.md.
Public install:
codex plugin marketplace add Munizada/project-audit-council
codex plugin add project-audit-council@project-audit-councilLocal validation:
codex plugin marketplace add .
codex plugin list --available --jsonPublic install:
claude plugin marketplace add Munizada/project-audit-council
claude plugin install project-audit-council@project-audit-councilInteractive equivalents:
/plugin marketplace add Munizada/project-audit-council
/plugin install project-audit-council@project-audit-council
/reload-pluginsIf your tool supports the Agent Skills layout but not these plugin systems, copy skills/project-audit-council/ into the tool's expected skills directory. Compatibility notes are in docs/COMPATIBILITY.md.
Recommended prompt:
Use Project Audit Council to audit this repository in deep mode.
Do not modify files.
Run safe existing validation commands when available.
Separate confirmed findings from suspicions.
For every confirmed finding, include file path, evidence, impact, recommended fix, and regression-test guidance.Use Project Audit Council in paranoid mode. Focus on auth, authorization, secrets, state transitions, payment logic, and production readiness.Use Project Audit Council on only the backend and database layers. Keep the audit analysis-only.Use Project Audit Council in diff mode for the current changes and challenge every high-severity claim before finalizing.More examples live in examples/usage.md.
Activation boundaries are intentionally narrow:
Confirmed findings require evidence. A strong report ties every issue to one or more of:
Weak guesses should be labeled as Suspicion / Needs verification, not promoted to confirmed defects.
Project Audit Council is analysis-only by default.
It is allowed to inspect files and run safe existing checks. It is not allowed to:
The report template expects:
See skills/project-audit-council/references/report-template.md.
project-audit-council/
|-- .agents/plugins/marketplace.json
|-- .claude-plugin/
| |-- marketplace.json
| `-- plugin.json
|-- .codex-plugin/plugin.json
|-- .github/
|-- assets/
|-- docs/
|-- examples/
|-- plugins/project-audit-council/
|-- scripts/
`-- skills/project-audit-council/
|-- SKILL.md
|-- references/
|-- scripts/
`-- templates/Run the full validation suite locally and in CI:
python scripts/run_validation_suite.pyOr run the individual commands directly:
python scripts/sync_packaging.py
python scripts/validate_repo.py
python -m compileall scripts skills/project-audit-council/scripts
python -m unittest discover -s tests -v
python skills/project-audit-council/scripts/audit_probe.py --root . --json
git diff --check| Surface | Status | Notes |
|---|---|---|
| Codex plugin packaging | Validated | Repo marketplace plus .codex-plugin/plugin.json |
| Claude Code plugin packaging | Validated | Marketplace plus .claude-plugin/plugin.json |
| Manual Agent Skill folder | Packaged | Tool-specific behavior varies |
| Other Agent Skills-compatible tools | Documented | Compatibility is not guaranteed without tool-specific testing |
Contributions should keep the skill portable, evidence-based, and conservative around destructive actions. Start with CONTRIBUTING.md.
For vulnerabilities, prefer GitHub Private Vulnerability Reporting when enabled for the repository. See SECURITY.md.
MIT. See LICENSE.
Project Audit Council is a third-party community project by Munizada. It is compatible with Codex, Claude Code, and the Agent Skills ecosystem, but it is not an official OpenAI or Anthropic product and does not claim exhaustive vulnerability detection or absolute security guarantees.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.