brief-compliance-check
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
Bash(uv:*)andBash(ls*)to perform routine file system checks. Specifically, it useslsto verify the presence of required deliverables like PDF files, YAML specifications, and CI workflows. These operations are scoped to checking file existence as defined in the compliance protocol. - [REMOTE_CODE_EXECUTION]: The skill contains a Python script for word counting that uses regular expressions to strip LaTeX environments (like
lstlistingortikzpicture) and commands. This script is intended to be executed locally viauvor a similar runner to process the user'smain.texfile. There is no evidence of remote code fetching or dynamic execution of untrusted external content. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted external data in the form of PDF briefs and LaTeX submissions. Ingestion points: The agent reads PDF content (via the
Readtool) and LaTeX source files (SKILL.md). Boundary markers: The instructions explicitly tell the agent to "report exactly what is met, missing, or over-limit" and to "never modify the submission." While no explicit XML-style delimiters are mentioned, the task is strictly scoped to extraction and reporting. Capability inventory: The skill has access toRead,Glob, andBash. Sanitization: The Python word-count script performs basic sanitization by stripping LaTeX commands and non-prose environments. The severity is low because the agent is instructed to act as a report-only auditor.
Audit Metadata