ClawAudit verdict

tene-cli

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

Accesses system credential store AND makes external network calls

A local-first encrypted secret manager skill that explicitly prohibits plaintext secret exposure, prevents reading vault files, and enforces injection via subprocess — the safety rules in the content are protective, not manipulative.

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
100
transparency
90
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 system credential store AND makes external network calls

LLM02 · ASI03

Permission integrity

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

network_out

Performs file operations but does not declare file-accessing binaries

file_read+write

Findings (8)

Pattern match critical

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

SKILL.md · code · curl -sSfL https://tene.sh/install.sh | sh

Pattern match critical

Pipe to sh — executes piped content as shell commands

SKILL.md · code · | sh

Pattern match high

Accesses system credential store

SKILL.md · code · keychain

Pattern match high

Uses eval() — can execute arbitrary code

tests/test.md · prose · downgraded · eval (

Pattern match medium

References agent configuration files

examples/01-init-and-first-secret.md · code · CLAUDE.md

Pattern match medium

Dynamic import() — loads module at runtime

examples/02-inject-into-dev-server.md · prose · downgraded · import (`

Pattern match medium

Instructs covert action — may act without user awareness

tests/test.md · prose · downgraded · Silently

Pattern match low

Popular HTTP library — network access

examples/02-inject-into-dev-server.md · prose · downgraded · got

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class A/B). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

Requires 1 system binary.

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