ClawAudit verdict
tene-cli
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.
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 system credential store AND makes external network calls
LLM02 · ASI03
Permission integrity
network_out
file_read+write
Findings (8)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
SKILL.md · code · curl -sSfL https://tene.sh/install.sh | sh
Pipe to sh — executes piped content as shell commands
SKILL.md · code · | sh
Accesses system credential store
SKILL.md · code · keychain
Uses eval() — can execute arbitrary code
tests/test.md · prose · downgraded · eval (
References agent configuration files
examples/01-init-and-first-secret.md · code · CLAUDE.md
Dynamic import() — loads module at runtime
examples/02-inject-into-dev-server.md · prose · downgraded · import (`
Instructs covert action — may act without user awareness
tests/test.md · prose · downgraded · Silently
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 Thanks — recorded.