fin-kg-define-quality-model-requirements

Pass

Audited by Gen Agent Trust Hub on Jul 17, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill contains multiple Python utility scripts (e.g., audit_quality_bundle.py, validate_quality_artifacts.py) designed to automate data validation and artifact management. These scripts use standard Python libraries like pathlib and argparse to interact with files in the local environment. No arbitrary or high-risk command execution patterns were found.
  • [DATA_EXFILTRATION]: There are no network operations or data transmission patterns. All scripts operate purely on local YAML and JSON files within the skill's directory structure.
  • [PROMPT_INJECTION]: The SKILL.md file and reference documents contain strict domain-specific instructions (e.g., "Never define measurement formulas", "Strict constraint") intended to enforce a governance boundary. These are legitimate instructional constraints for the AI agent to follow when generating data and do not represent attempts to bypass safety filters.
  • [REMOTE_CODE_EXECUTION]: The skill does not fetch or execute code from external sources. Its only dependency is the widely-used PyYAML library, and it uses yaml.safe_load for secure parsing.
  • [NO_CODE]: Although the skill contains Python code, it is utilized for offline data validation and structure enforcement rather than for dynamic or autonomous system interactions.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 17, 2026, 01:18 AM
Security Audit — agent-trust-hub — fin-kg-define-quality-model-requirements