
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.
@casual-simulation/aux-records
Advanced tools
A set of helpers and managers for the CasualOS records system.
V3.7.0
?staticInst
in the URL query) to no longer require separate permission for performing records actions.
os.grantInstAdminPermission()
, which was a workaround to allow people to grant an inst permissions.os.grantInstAdminPermission()
in development.pack-aux
and unpack-aux
commands in the CLI to replace bot IDs with a placeholder by default.
@onClick
and @onAnyBotClicked
for code tool bots:
codeBot
- The bot that is currently being displayed in the code editor.codeTag
- The tag that is currently being displayed in the code editor.codeTagSpace
- The space of the tag that is currently being displayed in the code editor.os.recordSearchCollection(request)
- Creates or updates a Search collection. Each collection exists at an address and is assigned its own unique collection name.os.getSearchCollection(recordName, address)
- Gets information about a search collection.os.eraseSearchCollection(recordName, address)
- Deletes a search collection.os.listSearchCollections(recordName, startingAddress?)
- Lists search collections in a record.os.listSearchCollectionsByMarker(recordName, marker, startingAddress?)
- Lists search collections by marker.os.recordSearchDocument(request)
- Creates a document inside a search collection.os.eraseSearchDocument(recordName, address, documentId)
- Deletes a document from a search collection.typesense
object in the server config.const casualOsImportMap =
document.getElementById('default-import-map');
if (!casualOsImportMap) {
console.error('CasualOS import map not found!');
return;
}
const defaultImportMap = JSON.parse(casualOsImportMap.textContent);
const mapScript = document.createElement('script');
mapScript.id = 'react-import-map';
mapScript.type = 'importmap';
mapScript.textContent = JSON.stringify({
imports: {
react: defaultImportMap.imports['preact/compat'],
'react-dom': defaultImportMap.imports['preact/compat'],
'react/jsx-runtime':
defaultImportMap.imports['preact/jsx-runtime'],
},
});
document.head.append(mapScript);
unpack-aux
CLI command where tags that failed to be written would be omitted from the bot AUX file.e123
would be recognized as numbers.os.installPackage()
and os.listInstalledPackages()
would require the user to login first.os.getSharedDocument()
with a record key would sometimes fail.FAQs
Helpers and managers used by the CasualOS records system.
The npm package @casual-simulation/aux-records receives a total of 629 weekly downloads. As such, @casual-simulation/aux-records popularity was classified as not popular.
We found that @casual-simulation/aux-records demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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.