docs: update star counts for T3MP3ST (815->847), pxpipe (2364->2383)
This commit is contained in:
parent
cb5eb3fe42
commit
b87f3c0217
|
|
@ -16,51 +16,51 @@
|
|||
"externalProjectReviews": [
|
||||
{
|
||||
"repo": "elder-plinius/T3MP3ST",
|
||||
"stars": 815,
|
||||
"stars": 847,
|
||||
"license": "AGPL-3.0",
|
||||
"description": "Multi-agent offensive-security meta-harness for autonomous red-teaming",
|
||||
"keyFindings": [
|
||||
"verify-claims pattern (24/24 green) — identical to fable-agent's receipt-first philosophy",
|
||||
"Keyless — uses local agent as backbone, same as fable-agent's model-agnostic pipeline",
|
||||
"verify-claims pattern (24/24 green) \u00e2\u20ac\u201d identical to fable-agent's receipt-first philosophy",
|
||||
"Keyless \u00e2\u20ac\u201d uses local agent as backbone, same as fable-agent's model-agnostic pipeline",
|
||||
"90.1% pass@1 on XBEN security benchmark",
|
||||
"AGPL-3.0 — copyleft, cannot merge code"
|
||||
"AGPL-3.0 \u00e2\u20ac\u201d copyleft, cannot merge code"
|
||||
],
|
||||
"safeToVendor": false,
|
||||
"decision": "learn-only — verify-claims validates fable-agent's approach"
|
||||
"decision": "learn-only \u00e2\u20ac\u201d verify-claims validates fable-agent's approach"
|
||||
},
|
||||
{
|
||||
"repo": "teamchong/pxpipe",
|
||||
"stars": 2364,
|
||||
"stars": 2383,
|
||||
"license": "MIT",
|
||||
"description": "Cut Fable 5 token usage by rendering text context as images (~59-70% lower bill)",
|
||||
"keyFindings": [
|
||||
"~3.1 chars per image-token vs ~1 char per text-token on dense content",
|
||||
"10/10 SWE-bench Lite both arms at -65% request size",
|
||||
"Lossy: 13/15 hex strings on Fable 5, 0/15 on Opus — silent confabulations",
|
||||
"Lossy: 13/15 hex strings on Fable 5, 0/15 on Opus \u00e2\u20ac\u201d silent confabulations",
|
||||
"Escape hatch for byte-exact content (keeps lossy items as text)"
|
||||
],
|
||||
"safeToVendor": true,
|
||||
"decision": "advisory — token compression relevant but lossy nature requires careful routing"
|
||||
"decision": "advisory \u00e2\u20ac\u201d token compression relevant but lossy nature requires careful routing"
|
||||
},
|
||||
{
|
||||
"repo": "AAH20/GRC_Claw",
|
||||
"stars": 2,
|
||||
"license": "MIT",
|
||||
"description": "ISO 42001-compliant agentic AI governance engine — swarm harness, anti-swarm WAF, MAVLink/UAS compliance, a2zsoc.com bridge",
|
||||
"description": "ISO 42001-compliant agentic AI governance engine \u00e2\u20ac\u201d swarm harness, anti-swarm WAF, MAVLink/UAS compliance, a2zsoc.com bridge",
|
||||
"keyFindings": [
|
||||
"Massive scope — 90 packages, 375+ cross-framework mappings, Terraform provider, VS Code extension, MCP server",
|
||||
"Massive scope \u00e2\u20ac\u201d 90 packages, 375+ cross-framework mappings, Terraform provider, VS Code extension, MCP server",
|
||||
"Primarily a GRC (Governance, Risk, Compliance) platform, not an agent harness",
|
||||
"Relevant package: Agent Policy Firewall + agent attestation ledger for MCP/AI tool calls",
|
||||
"Commercial A2Z SOC hosted platform — the OSS chassis is the inspectable engine",
|
||||
"Commercial A2Z SOC hosted platform \u00e2\u20ac\u201d the OSS chassis is the inspectable engine",
|
||||
"Very early (2 stars) but well-structured with CLI, SDK, MCP server"
|
||||
],
|
||||
"relevantPatterns": [
|
||||
"Agent Policy Firewall — governs tool calls, model routing, memory (same problem fable-agent solves)",
|
||||
"Agent attestation ledger — logs model/tool/memory decisions without exposing sensitive data",
|
||||
"Evidence graph with verifier network — similar to fable-agent's receipt verification"
|
||||
"Agent Policy Firewall \u00e2\u20ac\u201d governs tool calls, model routing, memory (same problem fable-agent solves)",
|
||||
"Agent attestation ledger \u00e2\u20ac\u201d logs model/tool/memory decisions without exposing sensitive data",
|
||||
"Evidence graph with verifier network \u00e2\u20ac\u201d similar to fable-agent's receipt verification"
|
||||
],
|
||||
"safeToVendor": true,
|
||||
"decision": "advisory — GRC_Claw's agent policy firewall and attestation ledger are directly relevant to fable-agent's governance pattern"
|
||||
"decision": "advisory \u00e2\u20ac\u201d GRC_Claw's agent policy firewall and attestation ledger are directly relevant to fable-agent's governance pattern"
|
||||
}
|
||||
],
|
||||
"fableAgentAlignment": [
|
||||
|
|
@ -69,7 +69,12 @@
|
|||
"pxpipe: token compression for pipeline context (repo maps, tool docs)",
|
||||
"GRC_Claw: Agent Policy Firewall + attestation ledger = same governance problem"
|
||||
],
|
||||
"skipped": ["actual integration or vendoring", "benchmark comparisons", "deploy actions"],
|
||||
"skipped": [
|
||||
"actual integration or vendoring",
|
||||
"benchmark comparisons",
|
||||
"deploy actions"
|
||||
],
|
||||
"deployAttempted": false,
|
||||
"autoPatchProven": false
|
||||
"autoPatchProven": false,
|
||||
"updatedAt": "2026-07-05T14:25:00.000Z"
|
||||
}
|
||||
Loading…
Reference in New Issue