skills/astro-han/pawwork/office-xlsx/Gen Agent Trust Hub

office-xlsx

Pass

Audited by Gen Agent Trust Hub on Aug 25, 2026

Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
  • [PROMPT_INJECTION]: The skill implements specific defenses against indirect prompt injection (specifically Excel formula injection). It mandates that all user-supplied data starting with characters such as '=', '+', '-', or '@' must be stored as text to prevent the execution of malicious formulas.
  • [COMMAND_EXECUTION]: Utilizes uv run to manage the Python execution environment and run validation scripts. This is a standard and safe practice for task-specific automation.
  • [SAFE]: Includes a comprehensive validation script (scripts/check_xlsx.py) that acts as a security gate. This script scans the generated OOXML structure for dangerous formula patterns (e.g., WEBSERVICE, HYPERLINK, DDE, EXEC) and ensures that requirements like formula usage and charts are met using stable package-level checks rather than relying on potentially exploitable runtime attributes.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 25, 2026, 07:24 PM
Security Audit — agent-trust-hub — office-xlsx