pict-test-designer
Warn
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- External Downloads (MEDIUM): Documentation in
releases/README.mdandQUICKSTART.mdprovides instructions andwgetcommands to download installation ZIP archives fromgithub.com/omkamal/pypict-claude-skill, which is not a recognized trusted source.- Unverifiable Dependencies (MEDIUM): Thescripts/README.mdfile recommends installing thepypictPython package viapip. This package is a third-party binding and is not maintained by a trusted organization, posing a supply chain risk. The use of the--break-system-packagesflag is also highlighted, which overrides system-level safety protections on certain platforms.- Indirect Prompt Injection (LOW): The skill is designed to ingest and analyze untrusted external specifications (e.g.,atm-specification.md) to generate test plans, creating a surface for indirect instructions to influence agent behavior. 1. Ingestion points: Specification files and user-provided requirements. 2. Boundary markers: None identified in provided documentation. 3. Capability inventory:scripts/pict_helper.pyperforms local file reads (open()). 4. Sanitization: None identified in the provided scripts.- Data Exposure (INFO): Thescripts/pict_helper.pyutility can read arbitrary local files if their paths are passed as command-line arguments. While this is the intended functionality for parsing models, it constitutes a file-access capability.
Audit Metadata