economic-impact-report
Pass
Audited by Gen Agent Trust Hub on Jun 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Command Execution: The skill utilizes local Python scripts for quality assurance and workflow management. It executes
scripts/check_economic_impact_report.pyto validate report structure, section requirements, and source quality. It also references an internal scriptuser_context_preflight.pyfor state management. These operations are restricted to the skill's own directory and are part of its standard analytical functionality. - Indirect Prompt Injection Surface: By design, the skill processes external data such as news articles, policy changes, and macro shocks to perform its analysis.
- Ingestion points: Untrusted external data enters the workflow through the event definition and research steps documented in
SKILL.mdandworkflow.md. - Boundary markers: The instructions implement protective boundaries by requiring the agent to precisely define the event and clearly separate confirmed facts from inferences or reported scenarios.
- Capability inventory: The skill's capabilities include executing local validation scripts and generating complex HTML artifacts.
- Sanitization: The skill employs structural validation via the
check_economic_impact_report.pyscript, which enforces a specific report template and checks for source freshness and evidence posture before delivery.
Audit Metadata