Caveat verdict
propel-code-review
propel-code-review-smoke-1773429953
Accesses credentials AND writes files
Code review API client for the declared Propel platform that reads PROPEL_API_KEY and calls app.propelcode.ai; token persistence to shell profile is user-prompted and documented, matching the legitimate stated purpose.
Automated static analysis — not a human review. Caveat 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 Caveat detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Accesses credentials AND writes files — may persist stolen credentials locally
LLM02 · LLM06 · ASI03
Permission integrity
file_read+write
Findings (3)
Possible hardcoded credential
scripts/smoke_test_permissions.sh · prose · downgraded · TOKEN="${PROPEL_API_KEY%?}B
Accesses shell history/config
SKILL.md · prose · downgraded · ~/.zshrc
Popular HTTP library — network access
scripts/smoke_test_permissions.sh · prose · downgraded · got
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class B). 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: PROPEL_API_KEY). Requires 3 system binaries. (2 elevated: curl, git).
credential_accessfile_write Thanks — recorded.