Caveat verdict
ai-pdf-builder
Both reads and writes files
The skill uses package_install, file_read, and file_write capabilities for generating PDFs, which aligns with its 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.
Both reads and writes files โ verify scope is limited to intended directories
LLM06 ยท ASI02
Permission integrity
file_read+write
package_install
Findings (4)
Possible hardcoded credential
SKILL.md ยท code ยท API_KEY="your-key-here
References sudo โ requests elevated privileges
SKILL.md ยท code ยท sudo
apt-get install โ installs system packages
SKILL.md ยท code ยท apt-get install
File write/delete operation
SKILL.md ยท code
Permissions & capabilities
No declared permissions โ minimal attack surface.
package_installfile_readfile_write Thanks โ recorded.