Caveat verdict
tech-proposal-autopilot
Writes files AND executes processes
Document-generation automation skill that spawns sub-agents to write chapters and saves progress files locally; no network exfiltration, no credential access, behavior matches stated purpose of automating technical proposal writing.
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.
Writes files AND executes processes — may drop and execute malicious scripts
LLM05 · LLM06 · ASI05
Both reads and writes files — verify scope is limited to intended directories
LLM06 · ASI02
Findings (3)
Uses spawn() — can execute external programs
SKILL.md · code · spawn(
References child_process — can spawn system processes
scripts/check-and-continue.js · prose · downgraded · child_process
References agent memory files
SKILL.md · prose · downgraded · MEMORY.md
Permissions & capabilities
No declared permissions — minimal attack surface.
file_readfile_writeprocess_exec Thanks — recorded.