← Portfolio

RaiseReady

C+
Agent Trust Score
69/100
Scanned 4/7/2026
Trust Score Badge
Agent Safety (40%)
74
Code Security (25%)
93
Cost Governance (20%)
8
Compliance (15%)
100

Findings (11)

[AS-01]Write Guard Semantic Integrity
MEDIUM
No write guard patterns detected — may not apply if project has no write operations
Fix: If project has write operations, add intent classification.
[AS-03]Resource Ceiling Enforcement
HIGH
Missing: max iterations/turns
Fix: Add resource ceiling env vars, rate limiting middleware, and max_turns config.
[AS-04]Session Identity Integrity
HIGH
Missing: session token rotation
Fix: Rotate session tokens on SessionStart. Validate identity on every new session.
[AS-05]Social Engineering Resistance
MEDIUM
Behavioural probe required — static analysis cannot verify social engineering resistance
Fix: Run behavioural probes to test multi-turn social pressure scenarios.
[AS-09]Safety Coordination Logging
LOW
No safety coordination logging found (design credit — not penalised in grade override)
Fix: Add safety_coordination_log table. Wire agent refusal events to log.
[CS-04]Token/Key Governance
MEDIUM
1/3 governance controls present (expiry: false, hash: true, rotation: false)
Fix: Hash tokens at rest. Add expiry. Track rotation.
[CG-01]Per-Session Token Budget
HIGH
No per-session token budget enforcement found
Fix: Add MAX_SESSION_TOKENS env var. Alert at 80% threshold.
[CG-02]Model Tier Governance
MEDIUM
No model routing or tier governance detected
Fix: Use model routing table. Route lightweight tasks to Haiku.
[CG-03]Parallel Agent Budget Control
MEDIUM
Parallel agent patterns found but no concurrency or budget limits
Fix: Add MAX_AGENTS_CONCURRENT. Add per-session cost budget.
[CG-04]Pre-Flight Cost Estimation
MEDIUM
Cost tracking exists but only post-execution (no pre-flight estimate)
Fix: Add cost estimation step before dispatch. Show estimated cost to user.
[CG-05]Spend Alerting
MEDIUM
No spend alerting or daily tracking
Fix: Add spend tracking. Alert at configurable thresholds.

Scan History

DateGradeScoreSafetyCodeCostComplyType
4/7/2026C+6974938100portfolio_scan

Audit Log

No audit events recorded yet.

Permission Policies

AgentScopeOperationApproval
*datawizzreadNo
*personasreadNo
*datawizzwriteNo
*setup_infrawriteRequired
*setup_configwriteRequired
*setup_deploywriteRequired

Rate Limits

AgentWindowMax RequestsCurrent
*day500015
*hour5003
*minute302