ClawAudit verdict
JWT Auth Audit
phy-jwt-auth-audit
Accesses credentials AND encodes data
Decodes JWTs locally without verification, scans source for insecure token handling patterns, and audits .env files for hardcoded tokens; credential_access is used for the stated security audit purpose with no exfiltration.
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 encodes data — may obfuscate stolen credentials
LLM02 · ASI03 · ASI04
Permission integrity
credential_access
Findings (5)
Possible hardcoded credential
SKILL.md · prose · downgraded · SECRET = 'mysecret
Base64 encoding/decoding
SKILL.md · code · base64-encode
Popular HTTP library — network access
SKILL.md · code · got
Accesses sensitive environment variables
SKILL.md · code · process.env.JWT_SECRET
Python os.getenv — reads environment variable
SKILL.md · code · os.getenv(
Permissions & capabilities
No declared permissions — minimal attack surface.
data_encodingnetwork_incredential_accessdir_traversal Thanks — recorded.