vc-curated-match
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill is a self-contained utility that processes a local JSON dataset (
data/vc_funds.json) using standard Python libraries. No network activity, data exfiltration, or remote code execution was detected. - [COMMAND_EXECUTION]: The skill relies on local script execution via
python scripts/run.pyto perform its primary function of matching and report generation. - [PROMPT_INJECTION]: The skill processes untrusted user input (product descriptions and URLs) which are interpolated into a generated report. This constitutes a surface for indirect prompt injection.
- Ingestion points: The
scripts/run.pyscript ingests user-provided text via the--descriptionand--urlcommand-line arguments. - Boundary markers: The script does not utilize specific boundary delimiters to isolate user-provided content from the report instructions within the output file.
- Capability inventory: The skill has the capability to create directories and write files to the local filesystem using the
osandopenmodules inscripts/run.py. - Sanitization: The
scripts/generate_report.pyscript performs basic sanitization by escaping markdown brackets ([and]) in the product description to prevent formatting issues.
Audit Metadata