parallel-agents — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited parallel-agents (Agent Skill) 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.
This skill is about marshalling specialist agents through the platform's own Agent tool. Everything stays inside one session and under the host's control — no external scripts, no separate processes to babysit.
Reach for it when:
Leave it alone when:
A single specialist:
Have the security-auditor review the authentication flow.A chain, one after another:
Start with explorer-agent to map the project layout.
Then backend-specialist to review the API surface.
Finally test-engineer to find the coverage gaps.Passing findings down the chain:
Have frontend-specialist analyze the React components,
then hand those findings to test-engineer to write matching tests.Picking up where one left off:
Resume agent [agentId] and continue with the extra requirements.explorer-agent → domain specialists → synthesis
1. explorer-agent maps the structure
2. security-auditor judges the security posture
3. backend-specialist weighs API quality
4. frontend-specialist reviews the UI patterns
5. test-engineer measures coverage
6. fold it all into one reportaffected specialists → test-engineer
1. work out which domains the change touches
2. bring in just those specialists
3. test-engineer confirms the change holds
4. consolidate the recommendationssecurity-auditor → penetration-tester → synthesis
1. security-auditor does the config and code review
2. penetration-tester probes for live vulnerabilities
3. synthesize with a prioritized fix list| Agent | Owns | Phrases that summon it |
|---|---|---|
orchestrator | Coordination | "comprehensive", "multi-perspective" |
security-auditor | Security | "security", "auth", "vulnerabilities" |
penetration-tester | Offensive testing | "pentest", "red team", "exploit" |
backend-specialist | Backend | "API", "server", "Node.js", "Express" |
frontend-specialist | Frontend | "React", "UI", "components", "Next.js" |
test-engineer | Testing | "tests", "coverage", "TDD" |
devops-engineer | DevOps | "deploy", "CI/CD", "infrastructure" |
database-architect | Database | "schema", "Prisma", "migrations" |
mobile-developer | Mobile | "React Native", "Flutter", "mobile" |
api-designer | API design | "REST", "GraphQL", "OpenAPI" |
debugger | Debugging | "bug", "error", "not working" |
explorer-agent | Discovery | "explore", "map", "structure" |
documentation-writer | Docs | "write docs", "README", "API docs" |
performance-optimizer | Performance | "slow", "optimize", "profiling" |
project-planner | Planning | "plan", "roadmap", "milestones" |
seo-specialist | SEO | "SEO", "meta tags", "ranking" |
game-developer | Games | "game", "Unity", "Godot", "Phaser" |
These ship with the platform and sit alongside the custom roster:
| Agent | Model | Job |
|---|---|---|
| Explore | Haiku | Fast, read-only codebase search |
| Plan | Sonnet | Research while planning |
| General-purpose | Sonnet | Multi-step changes |
Reach for Explore when you just need to find something fast; reach for a custom specialist when you need domain depth.
When the agents are done, write one consolidated report rather than stapling their outputs together:
## Synthesis
### What was done
[the gist]
### Who found what
| Agent | Finding |
|-------|---------|
| security-auditor | turned up X |
| backend-specialist | flagged Y |
### Recommendations, ranked
1. **Critical** — [from agent A]
2. **Important** — [from agent B]
3. **Optional** — [from agent C]
### Next actions
- [ ] close the critical security hole
- [ ] rework the API endpoint
- [ ] add the missing tests~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.