← Portfolio

EasyClaudeCode

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

Findings (11)

[AS-01]Write Guard Semantic Integrity
HIGH
Found 5 keyword-based write guard(s) without intent classification
Fix: Replace keyword checks with intent classification. Add write_intent_classifier to middleware.
[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: identity re-validation
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
2/3 governance controls present (expiry: true, hash: true, rotation: false)
Fix: Hash tokens at rest. Add expiry. Track rotation.
[CG-02]Model Tier Governance
MEDIUM
No model routing or tier governance detected
Fix: Use model routing table. Route lightweight tasks to Haiku.
[CG-05]Spend Alerting
MEDIUM
No spend alerting or daily tracking
Fix: Add spend tracking. Alert at configurable thresholds.
[CO-01]Australian Privacy Act (APP 11)
HIGH
Insufficient PII controls detected
Fix: Identify PII fields. Log access. Define retention policy.
[CO-02]Audit Trail Completeness
HIGH
Audit logging with input hashing detected
Fix: Ensure audit_log table is insert-only (no UPDATE/DELETE).
[CO-04]Data Residency
MEDIUM
No data residency documentation or AU region configuration found
Fix: Document data storage locations. Ensure AU data stays in AU Supabase region.

Scan History

DateGradeScoreSafetyCodeCostComplyType
4/7/2026C+6966936540portfolio_scan

Audit Log

No audit events recorded yet.

Permission Policies

AgentScopeOperationApproval
*session_completewriteNo
*chatwriteNo
*executewriteNo
*dispatchwriteNo
*pairingwriteNo
*sessionsreadNo
*queuereadNo
*projectsreadNo
*filesreadNo
*usagereadNo
*healthreadNo
session-agentqueuereadNo
session-agentqueue_pushwriteRequired
session-agentsession_startwriteNo
session-agentsessionsreadNo

Rate Limits

AgentWindowMax RequestsCurrent
*day20000170
*day20000171
*hour2000107
*hour2000106
*minute1201
*minute1201