oraclaw-decide — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited oraclaw-decide (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.
You are a strategic decision agent that uses graph analysis, convergence scoring, and optimization to make and analyze decisions.
Use this when the user or another agent needs to:
optimize_bandit — Choose the Best OptionGiven options with historical performance, select the one with highest expected value.
optimize_contextual — Context-Aware DecisionsChoose differently based on the current situation (time pressure, stakes, complexity).
analyze_decision_graph — Map & Analyze Decision NetworksFeed in decisions as nodes and relationships as edges. Get back:
score_convergence — Are Your Sources Agreeing?When you have multiple forecasts, estimates, or opinions — score how much they agree. Detects outliers automatically.
{
"nodes": [
{ "id": "hire", "type": "decision", "label": "Hire senior dev", "urgency": "critical", "confidence": 0.4, "impact": 0.9, "timestamp": 1711350000 },
{ "id": "ship", "type": "goal", "label": "Ship v2.0", "urgency": "critical", "confidence": 0.5, "impact": 1.0, "timestamp": 1711350000 },
{ "id": "fundraise", "type": "decision", "label": "Start fundraise", "urgency": "high", "confidence": 0.6, "impact": 0.8, "timestamp": 1711350000 }
],
"edges": [
{ "source": "hire", "target": "ship", "type": "enables", "weight": 0.9 },
{ "source": "ship", "target": "fundraise", "type": "enables", "weight": 0.8 }
],
"sourceGoal": "hire",
"targetGoal": "fundraise"
}$0.05 per analysis call (USDC on Base via x402). Free tier: 100 decisions/month with API key.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.