ClawAudit verdict
timeless
Accesses credentials AND makes external network calls
Queries meeting transcripts and uploads recordings to Timeless using a declared access token sent only to my.timeless.day; all operations match the stated purpose and executionSinkDetected is attributable to documented yt-dlp download functionality.
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 credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Accesses credentials AND encodes data — may obfuscate stolen credentials
LLM02 · ASI03 · ASI04
Findings (3)
Possible hardcoded credential
scripts/upload.sh · prose · downgraded · TOKEN="${TIMELESS_ACCESS_TOKEN:?TIMELESS_ACCESS_TOKEN not set}
Base64 encoding/decoding
SKILL.md · prose · downgraded · Base64-encode
Opens WebSocket connection
api-reference.md · prose · downgraded · WebSocket
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class C). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
Requires 1 environment variable. (1 sensitive: TIMELESS_ACCESS_TOKEN). Requires 2 system binaries. (1 elevated: curl).
credential_accessnetwork_outdata_encoding Thanks — recorded.