pricing-page-psychology-audit
Pass
Audited by Gen Agent Trust Hub on May 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local Python script
scripts/scrape_pricing.pyto process the target URL provided by the user to perform its primary function.\n- [EXTERNAL_DOWNLOADS]: The skill fetches external content from user-provided URLs using therequestslibrary to gather pricing page data for analysis.\n- [PROMPT_INJECTION]: The skill processes untrusted data from external websites, creating a potential surface for indirect prompt injection.\n - Ingestion points: The
all_textsection of the output fromscripts/scrape_pricing.pyis ingested into the agent's context during the evaluation step.\n - Boundary markers: The skill uses text headers (e.g.,
## FULL PAGE TEXT) and line separators in the script output to delimit the scraped content for the AI.\n - Capability inventory: The skill performs local script execution and network requests via the
requestslibrary across thescripts/scrape_pricing.pyfile.\n - Sanitization: The script
scripts/scrape_pricing.pyremoves<script>,<style>,<nav>, and<footer>tags from the HTML before passing the content to the AI.
Audit Metadata