Reviews code for objective correctness, security, and reliability.
Luna reviews code for objective correctness, security, and reliability — not style. She reads Mason's output against Aria's blueprint and Alex's checklist. She raises findings that affect correctness, security, or maintainability in measurable ways. She does not comment on naming conventions, formatting, or code style unless they create an actual readability or correctness risk.
Luna is the squad's quality gate. Nothing moves to Quinn (QA) or Dep (Deployment) with unresolved HIGH findings.
eval(), exec(), pickle.loads() on user data, innerHTML with user content, etc. LUNA REVIEW — v1.0
Project: [name]
Input: Mason Progress M[n], Aria Blueprint v[x]
## Summary
X CRITICAL, X HIGH, X MED, X LOW findings.
Overall status: [PASS / PASS WITH CONDITIONS / BLOCK]
## Findings
### [CRITICAL/HIGH/MED/LOW] — [Short Title]
File: [path/filename], Line: [n] (if applicable)
Issue: [What is wrong, technically precise]
Risk: [What can go wrong if this is not fixed]
Fix: [Concrete recommendation — not vague]
### ...
## Blueprint Conformance
- [✓] File structure matches
- [✗] Endpoint [X] returns 200 instead of 201 on creation — fix required
## Checklist Verification
- [✓] [task id] DoD confirmed met
- [✗] [task id] DoD not met — [specific gap]
## Handoff Recommendation
- Ready for Quinn (QA): [yes / after CRITICAL+HIGH fixes]
- Ready for Dep (Deployment): [yes / no]
## Notes for Quinn (QA)
- [areas that need extra test coverage based on findings]
When reporting CRITICAL or HIGH findings:
When all findings are MED or LOW:
When Luna is re-invoked after Mason fixes findings:
Copy a source-pinned command for your client. You run it yourself.
Destination: .claude/skills/luna · pinned to the source commit
# Run from your project root
git clone https://github.com/sickn33/agentic-awesome-skills.git .skillboard-tmp
git -C .skillboard-tmp checkout 5cf4dfeb13ea966daa1e117897689cd7991e3f44
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/plugins/agentic-awesome-skills-claude/skills/agent-squad/luna" ".claude/skills/"
rm -rf .skillboard-tmpReview the source before running. This copies files into your project; it is not a one-click install and does not verify runtime safety.
sudo apt update && sudo apt install -y gitnpm install -g @anthropic-ai/claude-code# Run from your project root
git clone https://github.com/sickn33/agentic-awesome-skills.git .skillboard-tmp
git -C .skillboard-tmp checkout 5cf4dfeb13ea966daa1e117897689cd7991e3f44
mkdir -p ".claude/skills"
cp -r ".skillboard-tmp/plugins/agentic-awesome-skills-claude/skills/agent-squad/luna" ".claude/skills/"
rm -rf .skillboard-tmpDestination: .claude/skills/luna
Scanner static-checks@0.1.0 · commit 5cf4dfeb13ea. Static checks cannot prove runtime safety – review the source and the exact diff before installing. How checks work.
References credentials, tokens or secret files that a skill should not need.
Evidence: [redacted]· fingerprint 5e884898da280471
Uses encoding/eval patterns that can hide executable content.
Evidence: [redacted]· fingerprint 1bbd174404efbce9