pwf-enforcer
Pass
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The plugin template in
templates/pwf-enforcer.tsutilizesnode:child_process.execSyncto run local scripts (inject-plan.shandcheck-complete.sh). These executions are scoped to theplanning-with-filesdependency and are used to retrieve plan status. - [PROMPT_INJECTION]: The skill intentionally uses prompt injection as a core feature. It leverages OpenCode hooks such as
experimental.chat.system.transformandexperimental.session.compactingto inject planning reminders and ensure the plan remains in the agent's context during long sessions. - [EXTERNAL_DOWNLOADS]: The verification instructions in
SKILL.mdsuggest the installation of standard development packages@opencode-ai/pluginandtypescriptvia npm to perform syntax checks on the plugin file. - [SAFE]: The skill demonstrates safe practices, such as using
JSON.stringifyand shell quoting when building commands for bash injection. No evidence of data exfiltration, obfuscation, or malicious persistence was found.
Audit Metadata