SkillSign Security Review
Run a comprehensive security review of the SkillSign specification using 6 specialized agents in parallel.
Agents
| Agent |
Domain |
Skill |
crypto-reviewer |
Cryptographic protocol correctness, Sigstore integration, temporal binding |
sigstore-protocol |
input-surface-reviewer |
YAML parsing, UTF-8 handling, canonical form, format restrictions |
parser-attack-taxonomy |
identity-reviewer |
Identity claims, namespace ownership, SAN matching, trust boundaries |
identity-attack-patterns |
policy-reviewer |
Policy engine design, rule evaluation, max_age_days, flag interactions |
policy-engine-patterns |
attack-researcher |
Threat modeling, attack trees, supply chain, downgrade/replay attacks |
threat-modeling |
consistency-checker |
Internal consistency, cross-references, completeness, implementability |
spec-quality-checklist |
Usage
Launch all 6 agents in parallel against the spec:
Use the crypto-reviewer, input-surface-reviewer, identity-reviewer, policy-reviewer, attack-researcher, and consistency-checker agents to review SkillSignSpec1.0.md
Synthesizing Results
After all agents return, consolidate findings into tiers:
- Tier 1 (Blockers): Issues flagged by 2+ agents at CRITICAL/HIGH that could cause verification bypass, identity spoofing, or interop failure
- Tier 2 (High Priority): Single-agent CRITICAL/HIGH findings or multi-agent MEDIUM findings
- Tier 3 (Medium): MEDIUM findings with clear recommendations
Cross-agent convergence is a strong confidence signal — issues found independently by multiple agents are almost certainly real.
Review Cadence
- Run full 6-agent review after each major spec revision
- Run targeted agents for focused changes (e.g., only
crypto-reviewer after modifying Section 5)
- Check agent memory files for patterns across reviews
1---2name: skillsign-security-review3description: This skill should be used when the user asks to "run a security review", "review the spec", "check the specification security", "analyze SkillSign", or mentions reviewing the SkillSign specification. Launches 6 specialized agents in parallel (crypto-reviewer, input-surface-reviewer, identity-reviewer, policy-reviewer, attack-researcher, consistency-checker) to perform a comprehensive security review and synthesize findings into tiered recommendations.4---56# SkillSign Security Review78Run a comprehensive security review of the SkillSign specification using 6 specialized agents in parallel.910## Agents1112| Agent | Domain | Skill |13|-------|--------|-------|14| `crypto-reviewer` | Cryptographic protocol correctness, Sigstore integration, temporal binding | sigstore-protocol |15| `input-surface-reviewer` | YAML parsing, UTF-8 handling, canonical form, format restrictions | parser-attack-taxonomy |16| `identity-reviewer` | Identity claims, namespace ownership, SAN matching, trust boundaries | identity-attack-patterns |17| `policy-reviewer` | Policy engine design, rule evaluation, max_age_days, flag interactions | policy-engine-patterns |18| `attack-researcher` | Threat modeling, attack trees, supply chain, downgrade/replay attacks | threat-modeling |19| `consistency-checker` | Internal consistency, cross-references, completeness, implementability | spec-quality-checklist |2021## Usage2223Launch all 6 agents in parallel against the spec:2425```26Use the crypto-reviewer, input-surface-reviewer, identity-reviewer, policy-reviewer, attack-researcher, and consistency-checker agents to review SkillSignSpec1.0.md27```2829## Synthesizing Results3031After all agents return, consolidate findings into tiers:3233- **Tier 1 (Blockers)**: Issues flagged by 2+ agents at CRITICAL/HIGH that could cause verification bypass, identity spoofing, or interop failure34- **Tier 2 (High Priority)**: Single-agent CRITICAL/HIGH findings or multi-agent MEDIUM findings35- **Tier 3 (Medium)**: MEDIUM findings with clear recommendations3637Cross-agent convergence is a strong confidence signal — issues found independently by multiple agents are almost certainly real.3839## Review Cadence40411. Run full 6-agent review after each major spec revision422. Run targeted agents for focused changes (e.g., only `crypto-reviewer` after modifying Section 5)433. Check agent memory files for patterns across reviews