
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
agent-vocab
Advanced tools
A simple vocabulary for describing Agents and agency relationships.
This vocabulary defines:
The namespace for this vocabulary is https://w3id.org/agent#
.
An entity that has agency - the capacity to act independently and make free choices.
Links a Thing to an Agent.
owl:Thing
agent:Agent
Here is an example of a JSON document using this vocabulary:
{
"@context": {
"@vocab": "https://w3id.org/agent#"
},
"@type": "Person",
"@id": "https://example.org/people#jane_smith",
"agent": [
{
"@type": "Agent",
"@id": "https://example.org/agents#robot1",
"name": "Kitchen Assistant"
},
{
"@type": "Agent",
"@id": "https://example.org/agents#robot2",
"name": "Garden Helper"
}
]
}
@context
specifies the vocabulary (https://w3id.org/agent#
) and additional namespaces.@id
is used to define the identifier of the entity (https://example.org/people#jane_smith
).@type
is used to define the type of entity (Person
).agent
property is used to link the person to the agents they own.This makes JSON-LD highly flexible and suitable for building interoperable data models while maintaining backward compatibility.
This document is a draft vocabulary specification.
This vocabulary is available under the MIT License.
FAQs
Agent Vocab for Linked Data
We found that agent-vocab demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.