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 usesubprocess,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 usespandasfor local file reading and writing. It does not contain anyrequests,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 likepandasandFastMCPwhich are expected for this type of utility.- [PROMPT_INJECTION]: TheSKILL.mdfile 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 useeval(),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