reporting-security-findings
Pass
Audited by Gen Agent Trust Hub on Aug 7, 2026
Risk Level: SAFEPROMPT_INJECTIONDATA_EXFILTRATIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill incorporates a workflow for ingesting and analyzing external text (such as public advisories or vendor reports) fetched from the web. This creates a surface for indirect prompt injection where malicious instructions embedded in the processed external pages could influence the agent's summary or report output.
- Ingestion points: External content from URLs fetched and converted via the
defuddle.mdservice (SKILL.md). - Boundary markers: None identified; the instructions do not suggest wrapping external content in delimiters or using instructions to ignore embedded commands.
- Capability inventory: Summarization, report generation, and security assessment across all files.
- Sanitization: No specific sanitization, filtering, or validation of the fetched external content is described.
- [DATA_EXFILTRATION]: The skill includes instructions to use a third-party service (
defuddle.md) for processing URLs. This constitutes a network operation to a non-whitelisted domain. The author provides a security warning noting that target URLs are sent to this third party, which could leak information about client-owned hosts or engagement targets. - [EXTERNAL_DOWNLOADS]: The skill suggests fetching and converting remote web content using
curlfrom a non-standard third-party domain to support its analysis workflow. - [COMMAND_EXECUTION]: The skill contains instructional blocks that prompt the execution of shell commands (
curl) to interact with external services and retrieve data.
Audit Metadata