Get one actionable improvement for your AI product based on the latest GenAI PM briefs. Fetch the last 5 days of curated AI PM insights from genaipm.com, analyze the current repo/project, find synergy between trending topics and the user's work, then research the source material and apply a concrete improvement. Use when the user wants to improve their AI product, get coaching on AI PM best practices, apply the latest industry insights to their codebase, or run "/one-step-better-ai-pm". Requires a GenAI PM subscriber email (set GENAIPM_EMAIL env var or provide when prompted).
90
88%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
Security
2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 0.90). The skill fetches and parses latest briefs from the public API (WebFetch https://genaipm.com/api/feed/latest?email=<email>) and in Phase 4 explicitly extracts URLs from brief HTML and uses WebFetch to read original articles/blogs/docs on the open web, which the agent then reads and uses to decide and apply code changes—exposing it to untrusted third‑party content that could contain indirect prompt injections.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
Potentially malicious external URL detected (high risk: 0.90). The skill performs a runtime WebFetch of the GenAI PM feed at https://genaipm.com/api/feed/latest?email=<email> (and then extracts and fetches URLs from the brief HTML) and uses that fetched content to drive the agent's decision-making and apply improvements, so external content directly controls the agent's instructions.
53530ef
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.