woodpecker-campaign
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [Indirect Prompt Injection] (LOW): The skill possesses a potential surface for indirect prompt injection because it ingests and processes external prospect data without sanitization.
- Ingestion points: The
prospects_listargument in theenroll_prospectsfunction withinscripts/setup_campaign.pyreceives external prospect data. - Boundary markers: No specific delimiters or safety instructions are used to isolate user-provided data within the API payloads.
- Capability inventory: The script uses the
requestslibrary to perform network POST operations to Woodpecker API endpoints (api.woodpecker.co). - Sanitization: The script does not perform input validation or escaping on prospect fields (like email or snippets) before they are sent to the remote API.
Audit Metadata