ClawAudit verdict

8004-agent

erc8004-agent

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

Accesses agent memory/notes AND makes external network calls

ERC-8004 onchain agent identity registration skill with SIWA authentication; private keys are explicitly kept in a separate keyring proxy server with the agent never accessing the key directly.

Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

0
security
50
transparency
100
maintenance

What it does

These are capability combinations: each listed behavior occurs in the skill, but ClawAudit detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.

Capability combination critical

Accesses agent memory/notes AND makes external network calls — may leak personal data

LLM02 · LLM07 · ASI03 · ASI06

Capability combination high

Accesses credentials AND makes external network calls — potential credential theft

LLM02 · ASI03

Capability combination high

Accesses credentials AND encodes data — may obfuscate stolen credentials

LLM02 · ASI03 · ASI04

Capability combination high

Accesses agent memory AND makes external network calls — may leak conversation history

LLM02 · LLM07 · ASI06

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Code accesses API keys/tokens but declares no environment variables

credential_access

Installs packages at runtime — transitive dependencies are not auditable

package_install

Accesses agent memory/configuration files

agent_memory

Findings (9)

Pattern match critical

Possible hardcoded credential

references/security-model.md · code · PASSWORD="your-strong-passphrase

Pattern match high

Data URI with base64 payload — may embed malicious content

SKILL.md · code · data:application/json;base64,

Confirmed in code medium

Accesses process.env — reads environment variables

SKILL.md · code

Pattern match medium

References agent memory files

SKILL.md · frontmatter · MEMORY.md

Pattern match medium

Accesses sensitive environment variables

SKILL.md · code · process.env.KEYRING_PROXY_SECRET

Pattern match medium

Accesses system credential store

references/security-model.md · prose · downgraded · keychain

Confirmed in code low

fetch() — outbound network request

SKILL.md · code

Confirmed in code low

Data encoding/decoding

SKILL.md · code

Pattern match low

Makes HTTP request to external URL

SKILL.md · code · fetch('https://

Permissions & capabilities

No declared permissions — minimal attack surface.

network_inpackage_installnetwork_outcredential_accessdata_encodingagent_memory
Check another skill Browse the registry Auditing your own skills or configs? Use the API