prospect-panel-simulator
Warn
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: MEDIUMMETADATA_POISONINGINDIRECT_PROMPT_INJECTION
Full Analysis
- [METADATA_POISONING]: The
SKILL.mdfile contains contradictory instructions regarding tool usage. The 'Security' and 'Guardrails recap' sections explicitly state that the skill is 'read-only' and performs 'no writing to any tool,' while the YAML frontmatter configuration permits the use ofWriteandBashtools. This discrepancy could lead to unexpected behavior if the agent follows the configured permissions rather than the textual constraints. - [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data from sales artifacts and URLs, creating a vulnerability to indirect prompt injection.
- Ingestion points: Artifacts and URL content are loaded into the agent context in
SKILL.mdvia theReadandWebFetchtools. - Boundary markers: No delimiters or safety instructions are used in
SKILL.mdto prevent the agent from executing instructions potentially hidden within the ingested artifacts. - Capability inventory: According to the frontmatter in
SKILL.md, the agent is granted access toBash,Write,Agent, andWebFetchtools. - Sanitization: The skill's instructions in
SKILL.mddo not include any steps to sanitize or validate the content retrieved from external sources.
Audit Metadata