marketing-public-relations
Pass
Audited by Gen Agent Trust Hub on Aug 8, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill involves processing information from external media outlets and social platforms, which theoretically introduces a surface for indirect prompt injection.
- Ingestion points: The skill instructs the agent to fetch and analyze content from Google News, Hacker News, Reddit, and various journalist author pages as described in
references/newsjacking.mdandreferences/journalist-pitching.md. - Boundary markers: There are no explicit instructions for using delimiters to isolate untrusted external content.
- Capability inventory: The skill utilizes
curl,jq,xmllint, and a web browser for information gathering. - Sanitization: No specific sanitization or filtering logic is prescribed for the ingested data.
- [COMMAND_EXECUTION]: Documentation in
references/newsjacking.mdincludes shell command snippets for retrieving news via RSS and APIs. These examples are benign, using common utilities likecurl,jq, andxmllintto access well-known, public data services. - [EXTERNAL_DOWNLOADS]: The skill recommends the installation of the
jqutility via the Homebrew package manager. This is a standard recommendation for ensuring the agent has the tools required to process JSON data from the referenced news sources.
Audit Metadata