
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
swiftscript
Advanced tools
Node.js 16.9.0 or newer is required.
npm install swiftscript
or
npm install github.com/AAYAN717628/SwiftScript
const SwiftScript = require("swiftscript");
const swiftscript = new SwiftScript("TOKEN")
// TRUTH
const truth = swiftscript.truth().then(x => console.log(x))
// DARE
const dare = swiftscript.dare().then(x => console.log(x))
// RANDOM TRUTH AND DARE
const rtnd = swiftscript.randomtnd().then(x => console.log(x))
// TRIVA
const triva = swiftscript.triva(2).then(x => console.log(x))
// BORED
const bored = swiftscript.bored().then(x => console.log(x))
// GUESS AGE
const age = swiftscript.agethink("aayan").then(x => console.log(x))
// GUESS GENDER
const gen = swiftscript.genderthink("aayan").then(x => console.log(x))
// ANIME FACTS
const af = swiftscript.animefacts().then(x => console.log(x))
// RANDOM FACTS
const facts = swiftscript.randomfacts().then(x => console.log(x))
// PARANOIA
const paranoia = swiftscript.paranoia().then(x => console.log(x))
// DEVELOPER LINES
const dev = swiftscript.developerlines().then(x => console.log(x))
// NORMAL LINES
const lines = swiftscript.lines().then(x => console.log(x))
// IMAGE SEARCHER
const img = swiftscript.imgsearch("tv").then(x => console.log(x))
Vist these website register yourself after that you will been redirect to dashboard , on left side panel there will be a button named "Token" click on that and the token will be copied.
For support, join our discord server
FAQs
An interactive package to interect with swiftscript api
We found that swiftscript demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.