dataset-contract-forensics
Pass
Audited by Gen Agent Trust Hub on Jul 3, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill incorporates local Python scripts for validation and data profiling tasks.
scripts/quick_validate_skill.pyusessubprocess.runto execute the skill's internal test contract.tests/test_skill_contract.pyemploys thecompile()function as a linter to ensure Python files in the repository are syntactically correct.- [PROMPT_INJECTION]: The repository contains adversarial prompt fixtures used to verify the agent's adherence to its mission and operating rules under pressure.
tests/fixtures/adversarial.mdandreferences/acceptance-tests.mdinclude instructions for the agent to resist commands to "ignore warnings" or provide "false confidence."- [EXTERNAL_DOWNLOADS]: The skill references external visual assets for documentation purposes.
README.mdandtests/test_skill_contract.pypoint to PNG images hosted onraw.githubusercontent.comwithin the author's official repository.- [SAFE]: The skill demonstrates security maturity by including an automated check for hardcoded secrets (API keys, tokens) within its validation suite in
tests/test_skill_contract.py.
Audit Metadata