x9-onboarding

Pass

Audited by Gen Agent Trust Hub on Aug 25, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill instructs the agent to execute a local validation script (scripts/validate_onboarding.py) and perform safe discovery checks using command -v to verify the presence of prerequisite tools. These operations are limited to local, non-functional checks designed for environment verification.\n- [INDIRECT_PROMPT_INJECTION]: The skill processes onboarding.json files provided by other skill packages, creating a potential surface for indirect injection.\n
  • Ingestion points: External declaration files located at skills/*/references/onboarding.json (as described in references/declarations.md).\n
  • Boundary markers: The instructions in SKILL.md and references/declarations.md explicitly define the content as read-only data and warn the agent not to treat it as executable instructions.\n
  • Capability inventory: The skill performs local tool discovery (command -v) and executes a provided Python validator script.\n
  • Sanitization: The scripts/validate_onboarding.py script implements rigorous sanitization, using regular expressions to reject any declaration containing shell syntax, paths, URLs, or secret-like patterns (e.g., API keys, tokens).
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 25, 2026, 07:41 AM
Security Audit — agent-trust-hub — x9-onboarding