ref-asciidoc

Pass

Audited by Gen Agent Trust Hub on Jul 11, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes local Python scripts to process AsciiDoc documentation. These scripts perform deterministic text transformations using regular expressions and generate statistics or reports. All command executions are restricted to the documented workflow steps using the standard platform wrapper.
  • [DATA_EXFILTRATION]: The skill operates entirely on local files within the provided workspace. No network calls, external API requests, or data exfiltration patterns were detected. Link verification logic for external URLs is designed for classification and does not involve active network probing within the scripts.
  • [REMOTE_CODE_EXECUTION]: All executable logic is contained within the local script files provided with the skill. The skill does not download external scripts, install unverified packages, or use dynamic code execution (such as eval) on untrusted input.
  • [CREDENTIALS_UNSAFE]: No hardcoded secrets, API keys, or sensitive credential access patterns were found. The skill does not interact with sensitive directories like .ssh or .aws.
  • [PROMPT_INJECTION]: The skill uses clear instructional boundaries and does not contain directives to bypass safety filters or ignore previous instructions. The processing of user-provided .adoc files is handled via static regex patterns, minimizing the risk of indirect injection affecting the agent's logic.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 11, 2026, 07:13 AM
Security Audit — agent-trust-hub — ref-asciidoc