Ts Sdk Account
Analysis
This is a documentation-only Aptos SDK account-signing skill that appears coherent, but it discusses private keys and transaction submission, so real keys and funds should be handled carefully.
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.
Use `aptos.signAndSubmitTransaction({ signer: account, transaction })`The skill documents transaction signing and submission. This is expected for an Account signer guide, but if used with a real funded account it can mutate on-chain state.
Source: unknown; Homepage: none
The registry metadata does not provide an upstream source or homepage to verify the documentation provenance, while the skill presents Aptos SDK guidance involving private-key use.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Load private keys from env (e.g. `process.env.PRIVATE_KEY`) on server
The skill instructs use of private key material from environment variables. This is purpose-aligned for an Aptos signer guide and includes safe handling advice, but private keys grant account authority.
