literate-programming

Pass

Audited by Gen Agent Trust Hub on Jun 22, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: No malicious patterns detected. The skill instructions focus on documentation structure and design reasoning.
  • [COMMAND_EXECUTION]: The skill invokes a local Python script (scripts/check-literate-markdown.py) to validate the structural integrity of Markdown documents. This script performs benign operations, such as reading file content and using regular expressions to verify the presence of required headings (e.g., 'Problem', 'Constraints', 'Implementation') and the balance of code blocks. It does not execute the content of the files it checks, nor does it perform network operations.
  • [DATA_EXPOSURE]: The skill does not access sensitive system paths, environment variables, or hardcoded credentials. All file operations are restricted to the document paths provided by the user or the agent for the purpose of literate programming.
  • [PROMPT_INJECTION]: No instructions were found that attempt to bypass safety filters or override the agent's core behavioral guidelines.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 22, 2026, 04:29 AM
Security Audit — agent-trust-hub — literate-programming