
Security News
Security Community Slams MIT-linked Report Claiming AI Powers 80% of Ransomware
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.
@sprucelabs/spruce-skill
Advanced tools
Describe the experience you wish to create from the perspective of the 
guest, owner, or teammate...
Describe how your skill works for anyone who may need to come in and maintain or add to it. Example; Hooks into did-enter and sends a message to a teammate.
vip - Tells us who to send to.rewards - Does something else.Allow your skill to an external sql database.
DB_ENABLED=trueDB_MIGRATIONS=true to enable automatically running migrationsserver/models/Example.js from .exampleserver/migrations/*_example.js#up() from .exampleAll of your models are available via koa ctx.db.models.Example.* and ctx.db.sequelize.*
We also ship with four "Core" models
ctx.db.models.User
ctx.db.models.Location
ctx.db.models.UserLocation
ctx.db.models.Organization
Describe any custom events your skill emits. Make sure you include whether or not it honors preventDefault and include the payload's schema.
vip-alerts:will-sendJust before a vip alert is triggered when a guest or teammate arrives. Honors preventDefault. Mutate messages to your heart's content. Whatever messages you return will be what is sent.
Payload
;[
	{
		teammateId: UUID4, // teammate receiving the alert
		body: String // the message
	},
	{
		teammateId: UUID4, // teammate receiving the alert
		body: String // the message
	}
]
will-send-trainingThis event can be configured to remind teammates to do something, or if none of the settings are set yet, remind the owner to either finish their settings or turn off the skill.
Payload
{
    teammate: ctx.event, // teammate receiving the alert
    body: String // the message
}
my-slug:custom-eventThis is just a placeholder for now, put in yours! Honors preventDefault.
Payload
{
	hello: 'world'
}
FAQs
The base template that drives your Sprucebot Skill! ⚙️🌲🤖
We found that @sprucelabs/spruce-skill demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 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.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.

Research
/Security News
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.