发现优质的 AI Agent 技能

聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用

136,530浏览
2下载资源
1用户
广告位 728x90

共 1153 个技能

🔗

Metaprogramming Traps

- `define_method` — captures closure, be careful with loop variables - `eval` string — security risk, avoid with user input - `class_eval` vs `instance_eval` — class_eval defines instance methods, instance_eval defines singleton - `const_get` with user input — can access any constant, security risk - `method(:name)` — raises NameError if method doesn't exist

aisecurityopenclawarchive+1
2329
0
🔗

Auth and Security Controls

来自 openclaw/skills 技能

securityopenclawarchivebackup+1
2329
0
🔗

RAG Security & Privacy

来自 openclaw/skills 技能

securityopenclawarchivebackup+1
2329
0
🔗

Cycle Privacy Guidelines

Reference only — critical security practices.

securityopenclawarchivebackup+1
2329
0
🔗

Payment Security

来自 openclaw/skills 技能

securityopenclawarchivebackup+1
2329
0
🔗

Payment Security

来自 openclaw/skills 技能

securityopenclawarchivebackup+1
2329
0
🔗

Security Traps

- `process.env` values are strings — `PORT=3000` is `"3000"`, parseInt needed - Missing env var is `undefined` — no error, check explicitly on startup - `eval()` with user input — remote code execution - `exec(userInput)` — command injection, use `execFile` with args array - Path traversal — `../../../etc/passwd`, validate with `path.resolve` + prefix check

commandsecurityopenclawarchive+1
2329
0
🔗

security

来自 openclaw/skills 技能

securityopenclawarchivebackup+1
2329
0
🔗

Hardening and Disaster Recovery

Use this playbook for security baselines and outage recovery planning.

securityopenclawarchivebackup+1
2329
0
🔗

Security and Disputes - Mercado Libre

Use this file for account safety, risky transactions, and claim or dispute handling.

aisecurityopenclawarchive+1
2329
0
🔗

Linux Gotchas

- `chmod 777` fixes nothing, breaks everything — find the actual owner/group issue - Setuid on scripts is ignored for security — only works on binaries - `chown -R` follows symlinks outside target directory — use `--no-dereference` - Default umask 022 makes files world-readable — set 077 for sensitive systems - ACLs override traditional permissions silently — check with `getfacl`

securityopenclawarchivebackup+1
2329
0
🔗

Security Traps

来自 openclaw/skills 技能

securityopenclawarchivebackup+1
2329
0
广告位 728x90