Attestation

v1.0.0

Analyze attestation operations. Use when you need to understand attestation mechanisms, evaluate protocol security, or reference on-chain concepts.

0· 85·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the implementation: the script provides add/list/search/remove/export/stats/config operations for attestation entries. No unrelated permissions or credentials are requested.
Instruction Scope
SKILL.md instructs the agent to run the bundled script with specific commands; the script only reads/writes its DATA_DIR (default ~/.attestation) and does not access other system paths, external endpoints, or secrets.
Install Mechanism
There is no install spec (instruction-only skill) and the provided shell script is simple and local. Nothing is downloaded or executed from remote sources.
Credentials
No required environment variables or credentials are declared. The script optionally respects ATTESTATION_DIR to change its local data directory, which is proportionate to its purpose.
Persistence & Privilege
The skill does not request always:true and has no elevated persistence. It writes only to its own data directory; it does not modify other agent or system-wide configurations.
Assessment
This skill appears coherent and local-only, but note it stores entries unencrypted under ~/.attestation by default (or under ATTESTATION_DIR if you set it). Do not add sensitive secrets into entries unless you control and encrypt that directory. Review file permissions and consider storing data on encrypted disk if needed. Also be aware small portability issues (e.g., sed -i behavior on macOS) — otherwise the script is straightforward and contains no network calls or credential access.

Like a lobster shell, security has layers — review code before you run it.

latestvk97aq7vfhm4q1zg1bqwybsyjr183bqv4

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments