Fail
Audited by Snyk on Aug 21, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The skill contains examples that embed plaintext passwords directly in commands and code (e.g., qpdf --password=mypassword and writer.encrypt("userpassword","ownerpassword")), which instructs the agent to include secret values verbatim and is therefore insecure.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). The required runtime workflow reads outsider-authored free text if an outsider can submit a crafted PDF whose internal form fields/annotations are parsed at runtime by
scripts/check_fillable_fields.py(viaPdfReader.get_fields()),scripts/extract_form_field_info.py(viareader.get_fields()andpage.get('/Annots')), andscripts/fill_pdf_form_with_annotations.py(viafields.json-driven text annotations from user-provided PDF form field content).
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata