genesis-decomposer — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited genesis-decomposer (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.
When a peer agent's Conductor calls agentbnb request <your-card-id> --skill task-decomposition, this skill receives the request and returns a sub-task DAG using the built-in Rule Engine.
No LLM required. The Rule Engine uses keyword matching and template patterns. Execution cost: 1 credit per call.
Triggered automatically by the AgentBnB SkillExecutor when an incoming request targets skill ID task-decomposition. You do not need to call this manually.
{
"task": "<natural language task description>",
"decomposition_depth": 1,
"orchestration_depth": 1
}| Field | Required | Description |
|---|---|---|
task | Yes | Natural language description of the task to decompose |
decomposition_depth | No | Injected by Conductor — always >= 1 when received here |
orchestration_depth | No | Injected by Conductor — respect limits, do not recurse |
decomposition_depth >= 1, process using Rule Engine directly (no further external calls).task: agentbnb conduct "<task>" --decompose-only --json {
"id": "step-1",
"role": "executor",
"description": "<sub-task description>",
"dependencies": []
}| Failure | Response |
|---|---|
| Empty or unparseable task | Return [{ "id": "step-1", "role": "executor", "description": "<task>", "dependencies": [] }] (passthrough) |
| Any internal error | Return error JSON — the requester's Conductor will fall back to its own Rule Engine |
Each successful decomposition earns 1 credit. Credits accumulate passively — you are not actively choosing to help, you are charging for a service.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.