deprecate-workflow-node
Pass
Audited by Gen Agent Trust Hub on May 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The instructions and shell commands provided in the skill are consistent with its stated purpose of assisting developers with code deprecation tasks within the FastGPT repository. No evidence of malicious intent, unauthorized data access, or obfuscation was found.
- [COMMAND_EXECUTION]: The skill uses grep for searching code references and git mv for relocating files within the project structure. These commands are standard for the described refactoring task and are limited to local repository operations.
- [PROMPT_INJECTION]: The skill contains an indirect prompt injection surface where user-provided identifiers are interpolated into shell commands. 1. Ingestion points: User-provided node identifiers like enum keys and template names. 2. Boundary markers: None present. 3. Capability inventory: Shell command execution (grep, git mv) and local file system access. 4. Sanitization: None; the agent is instructed to use the provided strings directly in the execution steps.
Audit Metadata