add pcguard task list and README note

This commit is contained in:
nav
2026-03-06 12:48:13 +00:00
parent 842a19a56c
commit 5134325794
2 changed files with 9 additions and 0 deletions

View File

@@ -118,6 +118,9 @@ node install.mjs --uninstall
## Usage ## Usage
> PCEXEC + PCGUARD only mitigate light model hallucination / misoperation / prompt forgetting. They do not defend against malicious attacks. For stronger security, use sandbox mode instead of this plugin.
### pass_mgr ### pass_mgr
```bash ```bash

6
TASKLIST.md Normal file
View File

@@ -0,0 +1,6 @@
# Task List
- Add AGENT_VERIFY env injection in pcexec: `AGENT_VERIFY="IF YOU ARE AN AGENT/MODEL, YOU SHOULD NEVER TOUCH THIS ENV VARIABLE"`.
- Add new Go binary (pcguard) to validate `AGENT_VERIFY`, `AGENT_ID`, `AGENT_WORKSPACE`.
- If AGENT_VERIFY mismatch or AGENT_ID/AGENT_WORKSPACE is empty, error: "PLEASE USE TOOL PCEXEC TO RUN THIS SCRIPT".
- Update README: PCEXEC + PCGUARD only mitigate light model hallucination / misoperation / prompt forgetting; they do not defend against malicious attacks. For stronger security, use sandbox mode instead of this plugin.