Caveat verdict
follow-up-engine
Both reads and writes files
B2B sales follow-up scheduler that reads CRM data, generates email drafts to local files, and sends Discord notifications — all behavior is documented, transparent, and consistent with the stated automation purpose; the Discord bot token is used only for sending user-visible draft-review alerts.
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.
Both reads and writes files — verify scope is limited to intended directories
LLM06 · ASI02
Permission integrity
file_read+write
Findings (2)
Possible hardcoded credential
SKILL.md · code · TOKEN="your-discord-bot-token-here
References child_process — can spawn system processes
scripts/follow-up-scheduler.js · prose · downgraded · child_process
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions — minimal attack surface.
file_writefile_read Thanks — recorded.