Green Vault — AI Agent 安全与绿色运维顾问
Analysis
Prompt-injection indicators were detected in the submitted artifacts (ignore-previous-instructions); human review is required before treating this skill as clean.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
"send_usdc": lambda to, amount: send_usdc(to, amount) if amount < DAILY_LIMIT else deny(),
The artifact includes example wallet operations that could move funds if implemented, but it presents them with an allowlist and daily-limit guard.
安装到 `.git/hooks/pre-commit`
The reference suggests installing a persistent Git pre-commit hook, but it is disclosed, user-directed, and intended to block accidental secret commits.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
AI Agent 处理密钥的唯一安全途径是通过专用密钥管理器(如 1Password CLI `op`)在运行时获取凭证
The skill intentionally teaches runtime retrieval of secrets through 1Password CLI, which is sensitive credential access even though it is aligned with the stated secure-key-management purpose.
