可信 — 风险评分 0/100
上次扫描:1 天前 重新扫描
0 /100
AI Agent OPSEC — Runtime Classified Data Enforcer
Prevent your AI agent from leaking classified terms to external APIs, subagents, or logs. Zero dependencies, zero network calls.
This skill is a legitimate local-only redaction tool with no network calls, no credential access, and fully declared filesystem operations. Code behavior matches documentation exactly.
技能名称AI Agent OPSEC — Runtime Classified Data Enforcer
分析耗时26.9s
引擎pi
可以安装
This skill is safe to use. No action required.
资源类型声明权限推断权限状态证据
文件系统 READ READ ✓ 一致 SKILL.md line 12 declares READ to classified/classified-terms.md; code uses fs.r…
文件系统 WRITE WRITE ✓ 一致 SKILL.md line 14 declares WRITE to memory/security/classified-access-audit.jsonl…
网络访问 NONE NONE SKILL.md line 16 declares 'NETWORK: None, Zero external calls'; code uses only N…
6 项发现
🔗
中危 外部 URL 外部 URL
https://ko-fi.com/theshadowrose
README.md:209
🔗
中危 外部 URL 外部 URL
https://shadowyrose.gumroad.com
README.md:210
🔗
中危 外部 URL 外部 URL
https://twitter.com/TheShadowyRose
README.md:211
🔗
中危 外部 URL 外部 URL
https://promptbase.com/profile/shadowrose
README.md:213
🔗
中危 外部 URL 外部 URL
https://www.fiverr.com/s/jjmlZ0v
README.md:219
📧
提示 邮箱 邮箱地址
[email protected]
README.md:208

目录结构

3 文件 · 20.1 KB · 568 行
JavaScript 1f · 305L Markdown 2f · 263L
├─ 📁 src
│ └─ 📜 ClassifiedAccessEnforcer.js JavaScript 305L · 11.6 KB
├─ 📝 README.md Markdown 221L · 6.8 KB
└─ 📝 SKILL.md Markdown 42L · 1.7 KB

安全亮点

✓ Zero external dependencies - uses only Node.js built-in modules (fs, path)
✓ Declared and implemented filesystem operations are aligned (READ patterns, WRITE audit log)
✓ No network calls - fully air-gapped module as declared
✓ Security-conscious design: audit logs contain only redacted previews, never original sensitive text
✓ No credential harvesting - does not access environment variables, SSH keys, AWS credentials, or .env files
✓ No obfuscation - clean, readable JavaScript code with no base64, eval, or dynamic execution
✓ No remote execution - no subprocess, shell commands, or curl|bash patterns
✓ Runtime pattern loading enables immediate protection without restart
✓ Log rotation at 1MB prevents unbounded disk usage