ClawAudit verdict
8004-agent
erc8004-agent
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.
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.
Accesses agent memory/notes AND makes external network calls — may leak personal data
LLM02 · LLM07 · ASI03 · ASI06
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Accesses credentials AND encodes data — may obfuscate stolen credentials
LLM02 · ASI03 · ASI04
Accesses agent memory AND makes external network calls — may leak conversation history
LLM02 · LLM07 · ASI06
Permission integrity
network_out
credential_access
package_install
agent_memory
Findings (9)
Possible hardcoded credential
references/security-model.md · code · PASSWORD="your-strong-passphrase
Data URI with base64 payload — may embed malicious content
SKILL.md · code · data:application/json;base64,
Accesses process.env — reads environment variables
SKILL.md · code
References agent memory files
SKILL.md · frontmatter · MEMORY.md
Accesses sensitive environment variables
SKILL.md · code · process.env.KEYRING_PROXY_SECRET
Accesses system credential store
references/security-model.md · prose · downgraded · keychain
fetch() — outbound network request
SKILL.md · code
Data encoding/decoding
SKILL.md · code
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 Thanks — recorded.