bmad-agent-marketing-content
Pass
Audited by Gen Agent Trust Hub on Apr 3, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill provides instructions to install the
agent-browsertool from Vercel Labs' official GitHub repository if it is not already available in the environment. This is a legitimate dependency for the skill's research capabilities. - [COMMAND_EXECUTION]: Employs shell commands such as
npm installandnpx skills addto set up research tools. It also executesagent-browserCLI commands to perform automated research on sites like Google, Reddit, and Quora. - [SAFE]: No malicious patterns such as hardcoded credentials, data exfiltration, or obfuscation were identified. The external tools and repositories referenced are from well-known and established technology providers.
- [INDIRECT_PROMPT_INJECTION]: The skill represents an attack surface for indirect prompt injection as it is designed to scrape and process content from various external websites.
- Ingestion points: External data is ingested via
agent-browsersessions targeting Google Search results, Reddit threads, and Quora discussions (documented inreferences/content-research.md). - Boundary markers: The instructions do not specify the use of delimiters or 'ignore' instructions for the scraped web content.
- Capability inventory: The skill has the capability to write files to the project directory (e.g., blog posts, reports) and execute further browser automation commands.
- Sanitization: There are no explicit instructions for sanitizing or validating the content retrieved from external sites before it is processed by the agent.
Audit Metadata