dce-edge
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The skill references developer-led verification commands like
pnpm test-start-webpack. These are standard local development workflows and do not constitute a malicious command injection or privilege escalation risk. - [REMOTE_CODE_EXECUTION] (SAFE): The instructions discuss the use of
require()specifically in the context of build-time static analysis and Dead Code Elimination. It does not advocate for loading untrusted or remote code; rather, it teaches how to safely guard local module imports. - [DATA_EXPOSURE] (SAFE): No hardcoded credentials, sensitive file access, or unauthorized network operations were identified. The environment variables mentioned (e.g.,
NEXT_RUNTIME) are standard build-time configuration flags. - [PROMPT_INJECTION] (SAFE): The text contains technical documentation and instructional patterns without any attempts to override agent behavior or bypass safety filters.
Audit Metadata