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.py identified the use of subprocess.run. This call is restricted to executing the local schedule.py script 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.py performs deterministic schedule calculations using standard library components. It avoids unsafe functions like eval() or exec() 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
Risk Level
SAFE
Analyzed
Sep 5, 2026, 11:23 PM
Security Audit — agent-trust-hub — technical-project-management