crg-req-to-design

Pass

Audited by Gen Agent Trust Hub on Jul 12, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill does not perform any arbitrary command execution. While it provides a CLI entry point in scripts/main.py, it does not use subprocess, os.system, or similar functions to run shell commands based on user input. It only uses standard Python logic for file parsing and data processing.- [DATA_EXFILTRATION]: No network operations were found. The code uses pandas for local file reading and writing. It does not contain any requests, curl, socket, or other network-related libraries that could be used for data exfiltration.- [EXTERNAL_DOWNLOADS]: The skill does not download any external code or scripts at runtime. It relies on standard environment dependencies like pandas and FastMCP which are expected for this type of utility.- [PROMPT_INJECTION]: The SKILL.md file contains standard instructional language and metadata. There are no attempts to bypass safety filters or override agent behavior.- [REMOTE_CODE_EXECUTION]: The skill does not use eval(), exec(), or dynamic loading from untrusted sources. All logic is contained within static Python scripts (pll_recommender.py, req_parser.py, etc.).- [CREDENTIALS_UNSAFE]: No hardcoded credentials, API keys, or secrets were found in the source code or example files. The skill follows safe practices by instructing users to provide input files rather than hardcoding data.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 12, 2026, 04:05 PM
Security Audit — agent-trust-hub — crg-req-to-design