technical-project-management
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides project management guidance and a local schedule calculation script with no security risks identified.
- [COMMAND_EXECUTION]: Analysis of
scripts/test_schedule.pyidentified the use ofsubprocess.run. This call is restricted to executing the localschedule.pyscript during automated testing using the current Python interpreter (sys.executable). This is a standard and benign software testing pattern. - [DATA_EXPOSURE]: No sensitive data exposure, hardcoded credentials, or network exfiltration patterns were detected. The skill does not request network access or interact with sensitive system files.
- [DYNAMIC_EXECUTION]: The provided Python script
scripts/schedule.pyperforms deterministic schedule calculations using standard library components. It avoids unsafe functions likeeval()orexec()and includes input validation to prevent resource exhaustion or malformed data issues. - [PROMPT_INJECTION]: The instructional content is strictly focused on project management methodology and procedural guidance. It does not include patterns designed to bypass safety filters or override the agent's core behavior.
Audit Metadata