Agent skill for security-manager - invoke with $agent-security-manager
31
0%
Does it follow best practices?
Impact
82%
1.54xAverage score across 3 eval scenarios
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./.agents/skills/agent-security-manager/SKILL.mdSecurity
1 medium severity finding. This skill can be installed but you should review these findings before use.
The skill is specifically designed for direct financial operations, giving the agent the ability to move money or execute financial transactions — such as payment processing, cryptocurrency operations, banking integrations, or market order execution.
Direct money access detected (high risk: 1.00). The skill includes explicit cryptographic signing and key-management APIs that can be used to authorize transactions. Examples: a ThresholdSignatureSystem with generateDistributedKeys(), createThresholdSignature(), combinePartialSignatures(); a SecureKeyManager with generateDistributedKey(), rotateKeys(), backup/recover key shares; and code that signs proposals (signedProposal = await this.security.thresholdSignature.sign(proposal)). These are specific, non-generic cryptographic primitives for signing and managing keys (including DKG and key share backup/restore), which fall under "Crypto/Blockchain (Wallets, ... Signing)" and therefore provide direct capability to sign and authorize on-chain or custodial transactions.
f547cec
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.